From bba3a25371baef6e04d93e78843a594faf9598bf Mon Sep 17 00:00:00 2001 From: link2xt Date: Mon, 3 Jan 2022 05:16:56 +0000 Subject: [PATCH] Add CONDSTORE to standards.md --- standards.md | 1 + 1 file changed, 1 insertion(+) diff --git a/standards.md b/standards.md index 9d2d22f46..238b3cc4f 100644 --- a/standards.md +++ b/standards.md @@ -12,6 +12,7 @@ Filename encoding | Encoded Words ([RFC 2047](https://tools.ietf. Identify server folders | IMAP LIST Extension ([RFC 6154](https://tools.ietf.org/html/rfc6154)) Push | IMAP IDLE ([RFC 2177](https://tools.ietf.org/html/rfc2177)) Quota | IMAP QUOTA extension ([RFC 2087](https://tools.ietf.org/html/rfc2087)) +Seen status synchronization | IMAP CONDSTORE extension ([RFC 7162](https://tools.ietf.org/html/rfc7162)) Authorization | OAuth2 ([RFC 6749](https://tools.ietf.org/html/rfc6749)) End-to-end encryption | [Autocrypt Level 1](https://autocrypt.org/level1.html), OpenPGP ([RFC 4880](https://tools.ietf.org/html/rfc4880)), Security Multiparts for MIME ([RFC 1847](https://tools.ietf.org/html/rfc1847)) and [“Mixed Up” Encryption repairing](https://tools.ietf.org/id/draft-dkg-openpgp-pgpmime-message-mangling-00.html) Configuration assistance | [Autoconfigure](https://developer.mozilla.org/en-US/docs/Mozilla/Thunderbird/Autoconfiguration) and [Autodiscover](https://technet.microsoft.com/library/bb124251(v=exchg.150).aspx)