roundcube / roundcubemail

The Roundcube Webmail suite
https://roundcube.net
GNU General Public License v3.0
5.82k stars 1.63k forks source link

Add JMAP support (as an alternative to IMAP + SMTP) #5918

Open marclaporte opened 7 years ago

marclaporte commented 7 years 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."

http://jmap.io/

About the JMAP working group at the IETF: https://datatracker.ietf.org/wg/jmap/about/

Thank you!

alecpl commented 7 years ago

Without significant changes to the architecture of Roundcube I don't think we'd win much, and that would be a lot of work.

thomascube commented 7 years ago

Roundcube-Next actually intended to use JMAP. Likely not going to happen in Roundcube itself.

MagicFab commented 6 years ago

Roundcube-Next is still dead according to this analysis by Phoronix.

guettli commented 4 years ago

The Internet Engineering Task Force (IETF) published JSON Meta Application Protocol (JMAP) as RFC 8260, now marked as “Proposed Standard” some days ago.

jlbribeiro commented 4 years ago

A minor correction to @guettli's comment above: it's RFC 8620.

jaudriga commented 3 years ago

Is there any update wrt. JMAP support?

We would like to implement rudimentary JMAP support for Roundcube (focusing on Contacts and Calendars, but should be easily extensible to Mail as well). We already managed to implement a PoC for Roundcube to read and write data over JMAP and would love to contribute it to the project.

Do you have any advice on best practices to extend Roundcube with this feature? Could a Roundcube plugin be the way to go?

javaaddict commented 9 months ago

@jaudriga https://github.com/audriga/roundcube-jmap Don't know if this is still working, found it via a video on nextcloud.

quickfixdemon commented 2 months ago

Hi,

I'd like to know the progress on JMAP support. Its been a while since this issue was opened, and it seems like there is no progress so far. Why? What's the reason for this delay? This issue was opened in 2017, and its 2024 right now. Roundcube has had years of time to implement this. Please, begun work on thus as soon as possible.