Gnus development mailing list
 help / color / mirror / Atom feed
* A new open email standard: https://jmap.io/
@ 2019-12-26 21:20 Tassilo Horn
  2019-12-27  3:15 ` 황병희
  2019-12-27 11:56 ` David Engster
  0 siblings, 2 replies; 5+ messages in thread
From: Tassilo Horn @ 2019-12-26 21:20 UTC (permalink / raw)
  To: ding

Hi all,

I just stumbled upon that in the FastMail newsletter and couldn't resist
sharing it here.  Feel free to do with that information whatever you
want, e.g., implement a nnjmap Gnus backend. ;-)

  https://fastmail.blog/2019/08/16/jmap-new-email-open-standard/
  https://jmap.io/

Bye,
Tassilo



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: A new open email standard: https://jmap.io/
  2019-12-26 21:20 A new open email standard: https://jmap.io/ Tassilo Horn
@ 2019-12-27  3:15 ` 황병희
  2019-12-27 11:56 ` David Engster
  1 sibling, 0 replies; 5+ messages in thread
From: 황병희 @ 2019-12-27  3:15 UTC (permalink / raw)
  To: The Gnus

Tassilo Horn <tsdh@gnu.org> writes:

> Hi all,
>
> I just stumbled upon that in the FastMail newsletter and couldn't resist
> sharing it here.  Feel free to do with that information whatever you
> want, e.g., implement a nnjmap Gnus backend. ;-)
>
>   https://fastmail.blog/2019/08/16/jmap-new-email-open-standard/
>   https://jmap.io/

As normal user, that looks cool. If possible, i have to some hope for fast nnimap^^^

Sincerely,

-- 
^고맙습니다 _地平天成_ 감사합니다_^))//



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: A new open email standard: https://jmap.io/
  2019-12-26 21:20 A new open email standard: https://jmap.io/ Tassilo Horn
  2019-12-27  3:15 ` 황병희
@ 2019-12-27 11:56 ` David Engster
  2019-12-27 15:34   ` Tassilo Horn
  1 sibling, 1 reply; 5+ messages in thread
From: David Engster @ 2019-12-27 11:56 UTC (permalink / raw)
  To: Tassilo Horn; +Cc: ding

> I just stumbled upon that in the FastMail newsletter and couldn't resist
> sharing it here.  Feel free to do with that information whatever you
> want, e.g., implement a nnjmap Gnus backend. ;-)
>
>   https://fastmail.blog/2019/08/16/jmap-new-email-open-standard/
>   https://jmap.io/

They try to establish this for many years now, but I don't see it taking
off. It surely has nice features for mobile users, but people use
messengers there anyway. For Gnus, I don't think you'd notice much
difference over IMAP. But first they would have to get this into an
actual popular IMAP server (meaning: Dovecot). Until then, this is
pretty much a Fastmail-only thing.

-David



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: A new open email standard: https://jmap.io/
  2019-12-27 11:56 ` David Engster
@ 2019-12-27 15:34   ` Tassilo Horn
  2019-12-27 19:46     ` David Engster
  0 siblings, 1 reply; 5+ messages in thread
From: Tassilo Horn @ 2019-12-27 15:34 UTC (permalink / raw)
  To: David Engster; +Cc: ding

David Engster <deng@randomsample.de> writes:

Hi David,

>>   https://fastmail.blog/2019/08/16/jmap-new-email-open-standard/
>>   https://jmap.io/
>
> They try to establish this for many years now, but I don't see it
> taking off. It surely has nice features for mobile users, but people
> use messengers there anyway. For Gnus, I don't think you'd notice much
> difference over IMAP.  But first they would have to get this into an
> actual popular IMAP server (meaning: Dovecot).  Until then, this is
> pretty much a Fastmail-only thing.

Cyrus 3.0.0 to 3.0.5 supported some earlier draft but the support was
removed with 3.0.6 because the spec evolved too rapidly for a stable
version.  But the docs say that the development version supports the
current JMAP version.

  https://cyrusimap.org/imap/developer/jmap.html

Bye,
Tassilo



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: A new open email standard: https://jmap.io/
  2019-12-27 15:34   ` Tassilo Horn
@ 2019-12-27 19:46     ` David Engster
  0 siblings, 0 replies; 5+ messages in thread
From: David Engster @ 2019-12-27 19:46 UTC (permalink / raw)
  To: Tassilo Horn; +Cc: ding

>>>   https://fastmail.blog/2019/08/16/jmap-new-email-open-standard/
>>>   https://jmap.io/
>>
>> They try to establish this for many years now, but I don't see it
>> taking off. It surely has nice features for mobile users, but people
>> use messengers there anyway. For Gnus, I don't think you'd notice much
>> difference over IMAP.  But first they would have to get this into an
>> actual popular IMAP server (meaning: Dovecot).  Until then, this is
>> pretty much a Fastmail-only thing.
>
> Cyrus 3.0.0 to 3.0.5 supported some earlier draft but the support was
> removed with 3.0.6 because the spec evolved too rapidly for a stable
> version.  But the docs say that the development version supports the
> current JMAP version.
>
>   https://cyrusimap.org/imap/developer/jmap.html

I know. FastMail uses Cyrus and they have also pretty much adopted the
whole project since Carnegie Mellon Uni switched to Exchange and GMail,
so it's pretty much given that it always supports latest JMAP. But if
you need a pure IMAP server, Dovecot is usually the first choice
nowadays, so if they want JMAP to succeed, they *really* need to get
this in there. I know they're working on this, but I'm guessing it's not
easy getting code into Dovecot.

-David



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-12-27 19:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-26 21:20 A new open email standard: https://jmap.io/ Tassilo Horn
2019-12-27  3:15 ` 황병희
2019-12-27 11:56 ` David Engster
2019-12-27 15:34   ` Tassilo Horn
2019-12-27 19:46     ` David Engster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).