davmail
davmail copied to clipboard
DavMail POP/IMAP/SMTP/Caldav/Carddav/LDAP Exchange and Office 365 Gateway - Synced with main subversion repository at
Hi, until early 2023, I have been able to use davmail to connect properly to an outlook server. However, my organization decided to increase security, now I cannot get davmail...
We had an instance of DavMail working perfectly on a server, connecting to https://outlook.office365.com/EWS/Exchange.asmx using davmail.mode=O365Modern. This worked with no issues for many months. Recently it seems O365 is enforcing...
Hello. Thank you for creating this software - it works flawlessly for me. I have a situation where I need to log into an OWA instance to check email. No...
Trying to get DavMail to work with Office 365 GCC-High endpoints. GCC-High uses outlook.office365.us rather than outlook.office365.com. I cannot seem to get this to function even after passing a valid...
I'm using davmail 6.2.1. Recently I am having an issue where Thunderbird fails to load my calendar events due to a parsing error:  Basically an apparent error message from...
When I run `yum update`, I get this: ``` $ LANG=C sudo yum update Updating Subscription Management repositories. Last metadata expiration check: 1:03:52 ago on Mon Apr 17 08:30:42 2023....
I use O365Interactive authentication with DavMail 6.2.0 (issue persists in 6.2.1). I have not changed my working .davmail.properties in some months. I also have to use the following settings to...
Hi, Up to a few months ago, I could connect to my company Outlook EWS server using : davmail.server=true davmail.allowRemote=true davmail.mode=EWS davmail.url=https://outlook.office365.com/EWS/Exchange.asmx davmail.enableEws=true Now, my company has blocked/removed/disabled the access...
The following line in .davmail.properties causes problems: ``` davmail.trayBackgroundColor=#c49fe2 ``` Whenever `Settings.save()` is invoked, the value gets duplicated (e.g., `davmail.trayBackgroundColor=#c49fe2#c49fe2`). This appears to be caused by `Settings.convertLine()`, which considers hash...