From 39bb21525e72253caa33ff63dc3f3ef7addd9060 Mon Sep 17 00:00:00 2001 From: Andris Reinman Date: Tue, 4 Apr 2017 20:44:29 +0300 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f70e5c5..205c25c3 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Wild Duck IMAP server supports the following IMAP standards: - **QUOTA** ([RFC2087](https://tools.ietf.org/html/rfc2087)) – Quota size is global for an account, using a single quota root. Be aware that quota size does not mean actual byte storage in disk, it is calculated as the sum of the [RFC822](https://tools.ietf.org/html/rfc822) sources of stored messages. Actual disk usage is larger as there are database overhead per every message. - **COMPRESS=DEFLATE** ([RFC4978](https://tools.ietf.org/html/rfc4978)) – Compress traffic between the client and the server -Wild Duck more or less passes the [ImapTest](https://www.imapwiki.org/ImapTest/TestFeatures). Common errors that arise in the test are unknown labels (Wild Duck doesn't send unsolicited FLAGS updates) and NO for STORE (messages deleted in one session can not be updated in another). +Wild Duck more or less passes the [ImapTest](https://www.imapwiki.org/ImapTest/TestFeatures). Common errors that arise in the test are unknown labels (Wild Duck doesn't send unsolicited FLAGS updates (it does send unsolicited FETCH FLAGS)) and NO for STORE (messages deleted in one session can not be updated in another). ## FAQ