← Back to context Comment by metabeard 1 day ago Please post this. I'd love to play with it and, especially, see how fast it is. 2 comments metabeard Reply easterncalculus 1 day ago Seconding this comment, as someone who loves JMAP. josephg 1 day ago Code is here: https://github.com/josephg/claude-mailThe JMAP client itself is hosted here: https://seph.au/claude-webmail/I can't prove this but its a purely static web app. You need a jmap server to use it. If you use stalwart, set: server.listener.http.permissive-cors = true or server.listener.https.permissive-cors = true Then you should be able to put https://localhost:8080/ into the URL box. It should also work with fastmail, but I haven't tested it.
easterncalculus 1 day ago Seconding this comment, as someone who loves JMAP. josephg 1 day ago Code is here: https://github.com/josephg/claude-mailThe JMAP client itself is hosted here: https://seph.au/claude-webmail/I can't prove this but its a purely static web app. You need a jmap server to use it. If you use stalwart, set: server.listener.http.permissive-cors = true or server.listener.https.permissive-cors = true Then you should be able to put https://localhost:8080/ into the URL box. It should also work with fastmail, but I haven't tested it.
josephg 1 day ago Code is here: https://github.com/josephg/claude-mailThe JMAP client itself is hosted here: https://seph.au/claude-webmail/I can't prove this but its a purely static web app. You need a jmap server to use it. If you use stalwart, set: server.listener.http.permissive-cors = true or server.listener.https.permissive-cors = true Then you should be able to put https://localhost:8080/ into the URL box. It should also work with fastmail, but I haven't tested it.
Seconding this comment, as someone who loves JMAP.
Code is here: https://github.com/josephg/claude-mail
The JMAP client itself is hosted here: https://seph.au/claude-webmail/
I can't prove this but its a purely static web app. You need a jmap server to use it. If you use stalwart, set:
or
Then you should be able to put https://localhost:8080/ into the URL box. It should also work with fastmail, but I haven't tested it.