-
Notifications
You must be signed in to change notification settings - Fork 103
Description
I have recently installed ADS 2020 on-premises and needed to have mail integration to an Exchange mailbox; exactly as mail2bug provides. However, the current codebase is too old for ADS 2020.
I forked the repository to try and get it working. I found that all it took was to update the projects to .NET 4.6.2 and to update the nuget packages to the latest versions. After that I was able to successfully integrate mail2bug with ADS 2020. (For .NET I just stuck with the minimum version supported by latest version of the nuget packages).
I was going to create a pull request, but I wasn't sure if that was something desirable on this repository or if there were plans for a different project to support ADS.
Is this change (updating to work with ADS 2020) something that would be appropriate for this project?