Add some implem

This commit is contained in:
Quentin 2020-12-04 12:13:37 +01:00
parent 7e5ece0a9a
commit 675129be6f
1 changed files with 5 additions and 0 deletions

View File

@ -32,3 +32,8 @@ specs:
* [rfc8314](https://tools.ietf.org/html/rfc8314) Cleartext Considered Obsolete: Use of Transport Layer Security (TLS) for Email Submission and Access
* [rfc8437](https://tools.ietf.org/html/rfc8437) IMAP UNAUTHENTICATE Extension for Connection Reuse
* [rfc8474](https://tools.ietf.org/html/rfc8474) IMAP Extension for Object Identifiers
## Existing projetcs that could help us
* [maddy](https://foxcpp.dev/maddy/) full-featured easy-to-setup email server. IMAP storage is "beta".
* [go-emersion](https://github.com/emersion/go-imap/) a client and server IMAP implementation. The client implem is used by alps.