_map/README.md

25 lines
974 B
Markdown
Raw Normal View History

2020-12-04 10:17:19 +00:00
# How to efficiently provide email access to our users?
## JMAP
specs:
* [rfc8620](https://tools.ietf.org/html/rfc8620) The JSON Meta Application Protocol (JMAP)
2020-12-04 10:19:40 +00:00
* [rfc8621](https://tools.ietf.org/html/rfc8621) The JSON Meta Application Protocol (JMAP) for Mail
* [specs](https://jmap.io/spec.html) JMAP: The Specs
2020-12-04 10:17:19 +00:00
clients:
* [ltt.rs](https://github.com/iNPUTmice/lttrs-android) Android Client
2020-12-04 10:19:40 +00:00
* [meli](https://meli.delivery/) Rust CLI client
* [cypht](https://github.com/jasonmunro/cypht) PHP+JS webmail
2020-12-04 10:17:19 +00:00
## IMAP
specs:
* [rfc3501](https://tools.ietf.org/html/rfc3501) INTERNET MESSAGE ACCESS PROTOCOL - VERSION 4rev1
* [rfc4466](https://tools.ietf.org/html/rfc4466) Collected Extensions to IMAP4 ABNF
* [rfc4469](https://tools.ietf.org/html/rfc4469) Internet Message Access Protocol (IMAP) CATENATE Extension
2020-12-04 10:19:40 +00:00
* [rfc4551](https://tools.ietf.org/html/rfc4551) IMAP Extension for Conditional STORE Operation or Quick Flag Changes Resynchronization