|
![]() Your download link is at the very bottom of the page... always. |
Processed through Paypal No account required. Donate Bitcoin to this wallet: 1KkUMXvQ2ko3xcJkzitB7WYgoW6m79WFfm Donate Ethereum to this wallet: 0x40E56922F43637224935CDC35e2c96E0392A8505 Donate Litecoin to this wallet: LLYAFEyqjH69gkyCEpRjXNyedRCWrVChfL |
File - Download DavMail v6.3.0 | ||||||||
Description | ||||||||
A plea... Deanna and I have been running this site since 2008 and lately we're seeing a big increase in users (and cost) but a decline in percentage of users who donate. Our ad-free and junkware-free download site only works if everyone chips in to offset the revenue that ads on other sites bring in. Please donate at the bottom of the page. Every little bit helps. Thank you so much. Sincerely, your Older Geeks: Randy and Deanna Always scroll to the bottom of the page for the main download link. We don't believe in fake/misleading download buttons and tricks. The link is always in the same place. DavMail v6.3.0 A free POP/IMAP/SMTP/Caldav to Exchange gateway. Ever wanted to get rid of Outlook ? DavMail is a POP/IMAP/SMTP/Caldav/Carddav/LDAP gateway allowing users to use any mail client with Exchange and Office 365, even from the internet through Outlook Web Access on any platform, tested on MacOSX, Linux and Windows. ![]() Features: POP IMAP SMTP Caldav Carddav LDAP Office 365 Exchange ![]() ![]() ![]() ![]() Changes: v6.3.0 2025-02-26 Merged some contributions provided by users on github, updated embedded jre to 21 for improved TLS 1.3 support, applied documentation fixes, reviewed rpm build to provide el9 compatibility, implemented channel binding for NTLM authentication. Also added a more recent Docker file in contribs, worked on GCC high tenants compatibility. Microsoft Graph backend implementation is in progress but far from complete. ### Caldav - Caldav: handle multiple categories on TODO items, see https://github.com/mguessan/davmail/issues/372 - Caldav: Merge https://github.com/mguessan/davmail/pull/386 validate and repair Exchange calendar characters ### LDAP - LDAP: merge https://github.com/mguessan/davmail/pull/353, fix first certificate selection logic - LDAP: merge https://github.com/mguessan/davmail/pull/353 Add support for retrieving user certificates ### IMAP - IMAP: fix backslash in password quoted string by: Max-Julian Pogner <max-julian@pogner.at>, finalize merge, call new parsing method from nextToken and remove backslash handling in username - IMAP: fix backslash in password quoted string by: Max-Julian Pogner <max-julian@pogner.at>, review and switch to ParseException for error handling and chars instead of bytes - IMAP: merge unit test for patch fix backslash in password quoted string by: Max-Julian Pogner <max-julian@pogner.at> - IMAP: initial merge of patch fix backslash in password quoted string by: Max-Julian Pogner <max-julian@pogner.at> - IMAP: fix https://github.com/mguessan/davmail/issues/359, handle RFC822.TEXT ### O365 - O365: add GCC high example settings in default davmail.properties - O365: https://github.com/mguessan/davmail/pull/380 Remove trailing slash from O365_LOGIN_URL - O365: merge https://github.com/mguessan/davmail/pull/380 Missed one change - O365: merge https://github.com/mguessan/davmail/pull/380 Enhance support for the davmail.outlookUrl property setting and fully support GCC-High endpoints - O365: implement OneWaySMS MFA prompt, see https://github.com/mguessan/davmail/pull/134 - O365: get O365 Login Url from settings for non standard tenants and add additional error use case - O365: detect live.com token. Note: may not be enough to make DavMail work with live.com accounts - O365: dropping all workaroungs for OpenJFX bugs that should be fixed in recent versions ### EWS - EWS: experimental, try to implement recurrence count with NumberOfOccurrences, see https://github.com/mguessan/davmail/issues/373 - EWS: make settings timezoneid higher priority than mailbox configuration, make encode/decode foldername methods public for graph API ### Graph - Graph: introduce GRAPH_URL and davmail.loginUrl in Settings - Graph: initiate search filter implementation - Graph: implement folder recursive search - Introduce folderClass - Graph: Create folders unit tests - Graph: fix folder retrieval by id - Graph: initial folder retrieval implementation - Graph: compute graph API property id from name and tag - Graph: Empty Graph ExchangeSession implementation - Graph: prepare graph request builder for graph implementation - Graph: Experimental, introduce davmail.enableGraph property to obtain a token compatible with Microsoft Graph API ### Linux - Linux: fix ant dependency for fedora - Linux: davmail.spec to not try to link os provided swt.jar when using embedded one - Linux: work on el9 compatibility for RPM build - Linux: Embed davmail-user.conf in source package, see https://github.com/mguessan/davmail/issues/356 - Linux: Create davmail user/group per new conventions in RPM 4.19, merge changes from https://github.com/mguessan/davmail/issues/356 - Build: fix https://github.com/mguessan/davmail/issues/346 unable to run jlink on linux - Linux: force shutdown with -token option - Linux: Add OpenJFX case for Kubuntu ### Documentation - Doc: update windows build documentation, see https://github.com/mguessan/davmail/issues/384 - Doc: merge https://github.com/mguessan/davmail/pull/174 fix docs typo in property davmail.enableKeepAlive - Doc: improve documentation on how to run DavMail as a windows service - Doc: update documentation for non default tenants (US, China) - Doc: provide more information in initial consent for O365 authentication - Doc: update FAQ on application registration in Entra ID (Azure AD) - Doc: mention AppIndicator and KStatusNotifierItem Support in Fedora setup instructions ### Docker - Docker: merge https://github.com/mguessan/davmail/pull/381 by SethRobertson Bug 201: Docker support for building and running ### NTLM - NTLM: remove CIFS dependency - NTLM: cleanup code from audit - NTLM: use ThreadLocal to manage SecureRandom generators - NTLM: switch to DavMailNTLMSchemeFactory to enable channel binding, see https://github.com/mguessan/davmail/issues/352 - NTLM: retrieve certificate from http context - NTLM: Duplicate of NTLMScheme from HttpClient to implement channel binding - NTLM: adjust NTLMEngineImpl to handle channel binding - NTLM: Duplicate code from NTLMEngineImpl to implement channel binding ### Enhancements - Fix from audit - Drop web component - Drop servlet-api.jar, no longer required - Drop deprecated DavGatewayServletContextListener (we no longer provide an embedded war file) - Trying to fix custom jre for TLS 1.3, see https://stackoverflow.com/questions/63964939/tls-1-3-handshake-failure-when-using-openjdk-14-java-module-runtime and https://github.com/mguessan/davmail/pull/388 - fix download-jre for embedded JDK on windows, fetch version 21 - switch davmail linux launcher to zulu JDK 21 for better TLS 1.3 support - switch main package to zulu JDK 21 for better TLS 1.3 support - StringUtilTest CRLF => LF, see https://github.com/mguessan/davmail/pull/378 - StringUtil CRLF => LF, see https://github.com/mguessan/davmail/pull/378 - Security: Enable TLSv1.3 between DavMail and Exchange/O365 - PKCS11: review SunPKCS11ProviderHandler - HttpClient: cleanup from audit - svn ignore .idea - Downgrade jackrabbit to 2.20.15 for java 8 compatibility - Upgrade jackrabbit to 2.21.25 and httpclient to 4.5.14 This download is for the Windows 64bit Installer version (very bottom of page). All other download assets are below: Windows: davmail-6.3.0-3627-setup.exe (32bit) davmail-6.3.0-3627-windows-standalone.zip davmail-6.3.0-3627-windows-noinstall.zip macOS: DavMail-MacOSX-6.3.0-3627.app.zip Linux: davmail_6.3.0-3627-1_all.deb davmail-src-6.3.0-3627.tgz davmail-srconly-6.2.2-3546.tgz Other: davmail-6.3.0-3627.zip Click here to visit the author's website. Continue below for the main download link. |
||||||||
Downloads | Views | Developer | Last Update | Version | Size | Type | Rank | |
956 | 4,041 | Mickael Guessant <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/DavMail3_th.png"border="0"> | Apr 09, 2025 - 11:37 | 6.3.0 | 6.27MB | EXE | ![]() |
|
File Tags | ||||||||
v6.3.0 DavMail |
Click to Rate File     Share it on Twitter → Tweet
|