Is Fastmail.fm serving JMAP yet?

768 views
Skip to first unread message

Rick Mann

unread,
Dec 22, 2014, 8:40:37 PM12/22/14
to jmap-d...@googlegroups.com
I'd like to experiment with the protocol. I currently have all my mail hosted at Fastmail. Is there a way to connect to it for JMAP access?

Neil Jenkins

unread,
Dec 22, 2014, 10:36:24 PM12/22/14
to JMAP Mailing List
On Tue, 23 Dec 2014, at 08:40 AM, Rick Mann wrote:
I'd like to experiment with the protocol. I currently have all my mail hosted at Fastmail. Is there a way to connect to it for JMAP access?
 
Not yet. At the moment we're using a protocol that's very similar, but not quite what's in the spec (we took this and cleaned up all the nasty edges that had accumulated over time to produce JMAP). We will be transitioning to pure JMAP early 2015, and will open up 3rd party access then.
 
Cheers,
 
Neil.

Mark Eichin

unread,
Dec 22, 2014, 11:08:05 PM12/22/14
to jmap-d...@googlegroups.com
Does that apply to the reverse case as well? I'm more interested in experimental servers (for example, unified social/IM backend, it's been done with IMAP before but it's messy in ways jmap would help with) but the FastMail app is the only existing client and it doesn't appear to be configurable (yet?)

Neil Jenkins

unread,
Dec 23, 2014, 12:16:26 AM12/23/14
to JMAP Mailing List
On Tue, 23 Dec 2014, at 11:08 AM, Mark Eichin wrote:
Does that apply to the reverse case as well? I'm more interested in experimental servers (for example, unified social/IM backend, it's been done with IMAP before but it's messy in ways jmap would help with) but the FastMail app is the only existing client and it doesn't appear to be configurable (yet?)
 
Yes, we will be providing a reference client implementation of some sort, but don't have anything publicly available just yet.
 
Neil.

Matteo Bertini

unread,
Jan 7, 2015, 8:13:38 AM1/7/15
to jmap-d...@googlegroups.com

Are you planning to release a reference server implementation?

If not, are you planning to release a test-suite? It would be very for enyone wanting to implement a reference server implementation.

Neil Jenkins

unread,
Jan 7, 2015, 11:27:04 PM1/7/15
to JMAP Mailing List
On Wed, 7 Jan 2015, at 08:13 PM, Matteo Bertini wrote:
Are you planning to release a reference server implementation?
If not, are you planning to release a test-suite?
 
We definitely plan to contribute a test-suite, although no work has begun on this yet. It's important to ensure interoperability though. We hope to have some kind of reference server implementation, although we're not sure exactly what form this will take at the moment.
 
Regards,
 
Neil.

Matteo Bertini

unread,
Jan 8, 2015, 4:36:20 AM1/8/15
to jmap-d...@googlegroups.com

Thanks, keep going!


--
You received this message because you are subscribed to a topic in the Google Groups "JMAP" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/jmap-discuss/w3SR5HRZu5o/unsubscribe.
To unsubscribe from this group and all its topics, send an email to jmap-discuss...@googlegroups.com.
To post to this group, send email to jmap-d...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jmap-discuss/1420691221.2237801.211032585.020DFF0F%40webmail.messagingengine.com.
For more options, visit https://groups.google.com/d/optout.

Rick Mann

unread,
Aug 4, 2015, 3:45:11 PM8/4/15
to JMAP
On Monday, December 22, 2014 at 5:40:37 PM UTC-8, Rick Mann wrote:
I'd like to experiment with the protocol. I currently have all my mail hosted at Fastmail. Is there a way to connect to it for JMAP access?

It's now the latter half of 2015. I see no evidence yet that there's JMAP support at Fastmail, but perhaps there's "secret" support available through some means?

Cooper Pellaton

unread,
Nov 4, 2015, 1:31:04 PM11/4/15
to JMAP
I'm intrigued as well. Is the FastMail protocol pure JMAP at this point?

Neil Jenkins

unread,
Nov 4, 2015, 3:59:56 PM11/4/15
to JMAP Mailing List
On Thu, 5 Nov 2015, at 05:31 AM, Cooper Pellaton wrote:
I'm intrigued as well. Is the FastMail protocol pure JMAP at this point?
 
Not yet. We're aiming for Q1 next year.
 
Neil.

netop...@thenetwork.email

unread,
Dec 30, 2015, 6:36:40 PM12/30/15
to JMAP
Is it safe to assume that there will be examples of how to implement a JMAP server after FastMail is pure JMAP? I'm keen to create my own JMAP server as soon as possible.

Neil Jenkins

unread,
Dec 30, 2015, 9:30:54 PM12/30/15
to JMAP Mailing List
On Thu, 31 Dec 2015, at 10:36 AM, netop...@thenetwork.email wrote:
Is it safe to assume that there will be examples of how to implement a JMAP server after FastMail is pure JMAP? I'm keen to create my own JMAP server as soon as possible.
 
Well, the JMAP Proxy is already an example JMAP server basically; so there's one reference. But yes, we're also building JMAP into Cyrus, which will be a full open-source production-ready example of a JMAP server.
 
Neil.

NetOperator Wibby

unread,
Dec 30, 2015, 10:53:04 PM12/30/15
to jmap-d...@googlegroups.com
Oh nice! Do you have a rough ETA for Cyrus? Also, https://proxy.jmap.io seems to be done, in case you didn’t know.


NetOperator Wibby
Purveyor of Awesome
--
You received this message because you are subscribed to a topic in the Google Groups "JMAP" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/jmap-discuss/w3SR5HRZu5o/unsubscribe.
To unsubscribe from this group and all its topics, send an email to jmap-discuss...@googlegroups.com.
To post to this group, send email to jmap-d...@googlegroups.com.

Neil Jenkins

unread,
Jan 2, 2016, 11:48:48 PM1/2/16
to jmap-d...@googlegroups.com
On Thu, 31 Dec 2015, at 02:52 PM, 'NetOperator Wibby' via JMAP wrote:
Oh nice! Do you have a rough ETA for Cyrus?
 
First half of this year.
 
Also, https://proxy.jmap.io seems to be done, in case you didn’t know.
 
Yes, this is a hosted version of the JMAP proxy we run to make it easy for people to quickly try it.
 
Regards,
 
Neil.

Robert Mueller

unread,
Jan 3, 2016, 4:25:27 AM1/3/16
to jmap-d...@googlegroups.com
 
Also, https://proxy.jmap.io seems to be done, in case you didn’t know.
 
Yes, this is a hosted version of the JMAP proxy we run to make it easy for people to quickly try it.
 
I think he meant "down" not "done". It's returning a "502 Bad Gateway" error.... Bron?
 
Rob
 
 

NetOperator Wibby

unread,
Jan 3, 2016, 10:20:30 AM1/3/16
to jmap-d...@googlegroups.com
Yes, I meant down, whoops. Typing is hard, lol.



NetOperator Wibby
Purveyor of Awesome

--
You received this message because you are subscribed to a topic in the Google Groups "JMAP" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/jmap-discuss/w3SR5HRZu5o/unsubscribe.
To unsubscribe from this group and all its topics, send an email to jmap-discuss...@googlegroups.com.
To post to this group, send email to jmap-d...@googlegroups.com.

Bron Gondwana

unread,
Jan 3, 2016, 5:34:24 PM1/3/16
to jmap-d...@googlegroups.com
Fixed.  I need to set up monitoring for it!

Bron.
You received this message because you are subscribed to the Google Groups "JMAP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jmap-discuss...@googlegroups.com.
To post to this group, send email to jmap-d...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
 
--
  Bron Gondwana
 
 
Reply all
Reply to author
Forward
0 new messages