Hacker News new | ask | show | jobs
by posperson 61 days ago
Seems like a neat project, but outside of Fastmail and selfhosting your own mailserver, there has not been much traction for JMAP over the decade it has been around.

IMAP meanwhile is still nearly universally supported, and there are many independent mail providers that will host your inbox for a low cost without being locked into paying Fastmail or running your own infrastructure.

1 comments

JMAP for mail, contacts, calendar and files landed in Stalwart mail server about 5-6 months ago. In a discussion here on HN( https://news.ycombinator.com/item?id=45672336 ), a member( @solarkraft ) floated the idea of using Stawart as the "server" implementation of JMAP and using something like mbsync to sync IMAP from their mail provider. And build a client on top of this Stalwart "server." This might very well be the client to serve as a way to use the new JMAP protocols and not self-host.
> floated the idea of using Stawart as the "server" implementation of JMAP and using something like mbsync to sync IMAP from their mail provider. And build a client on top of this Stalwart "server."

That really does not seem like a workable solution. It would probably be brittle, require double the storage, require mapping of accounts and and credentials, would not account for caldav/carddav, etc.

If JMAP is to take off we need proper clients, servers and bridges. I'm not sure we even have one proper OSS implementation for each.