From 675129be6f5eb0d51591105a907c3d839222c0c4 Mon Sep 17 00:00:00 2001 From: Quentin Date: Fri, 4 Dec 2020 12:13:37 +0100 Subject: [PATCH] Add some implem --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9731e8e..9b51ccc 100644 --- a/README.md +++ b/README.md @@ -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.