commit ccf030e04ed97379a04b04f5d740a528f964f917 Author: Quentin Date: Fri Dec 4 11:17:19 2020 +0100 Initial commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..e5c49f4 --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +# How to efficiently provide email access to our users? + +## JMAP + +specs: + + * [rfc8620](https://tools.ietf.org/html/rfc8620) The JSON Meta Application Protocol (JMAP) + * [rfc8621](https://tools.ietf.org/html/rfc8621) The JSON Meta Application Protocol (JMAP) for Mail + * [specs](https://jmap.io/spec.html) JMAP: The Specs + +clients: + + * [ltt.rs](https://github.com/iNPUTmice/lttrs-android) Android Client + * [meli](https://meli.delivery/) Rust CLI client + * [cypht](https://github.com/jasonmunro/cypht) PHP+JS webmail + +## 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 + * [rfc4551](https://tools.ietf.org/html/rfc4551) IMAP Extension for Conditional STORE Operation or Quick Flag Changes Resynchronization