mguessan / davmail

DavMail POP/IMAP/SMTP/Caldav/Carddav/LDAP Exchange and Office 365 Gateway - Synced with main subversion repository at
http://davmail.sourceforge.net
GNU General Public License v2.0
580 stars 86 forks source link

Add support for JMAP (JSON Meta Application Protocol), as an alternative to IMAP + SMTP #365

Open marclaporte opened 2 months ago

marclaporte commented 2 months ago

"JMAP is intended to be a new standard for email clients to connect to mail stores. It therefore intends to primarily replace IMAP + SMTP submission. It is also designed to be more generic such that it can be extended with contacts, calendars in the future (replacing CardDAV/CalDAV). It does not replace MTA-to-MTA SMTP transmission."

The 3 main Open Source servers that support it:

Support on the client-side: https://github.com/jmapio/jmap/blob/master/software/software.mdown#clients

Please also see:

Thanks!

marclaporte commented 3 weeks ago

FYI: https://github.com/jmapio/jmap/pull/405