From a2dfc6c77b3f598f233fec3c7ce580566543608d Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Thu, 1 Apr 2010 15:02:34 -0600 Subject: [PATCH] Update some RFC documentation --- framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 10 ++++++++-- imp/docs/RFCS | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/framework/Imap_Client/lib/Horde/Imap/Client/Socket.php b/framework/Imap_Client/lib/Horde/Imap/Client/Socket.php index 648362a22..8f448905d 100644 --- a/framework/Imap_Client/lib/Horde/Imap/Client/Socket.php +++ b/framework/Imap_Client/lib/Horde/Imap/Client/Socket.php @@ -36,8 +36,8 @@ * RFC 5267 - ESORT * RFC 5464 - METADATA * RFC 5530 - IMAP Response Codes + * RFC 5819 - LIST-STATUS * - * draft-ietf-morg-status-in-list-01 LIST-STATUS * draft-ietf-morg-sortdisplay-02 SORT=DISPLAY * draft-ietf-morg-inthread-00 THREAD=REFS * @@ -50,7 +50,7 @@ * RFC 2177 - IDLE (probably not necessary due to the limited connection * time by each HTTP/PHP request) * RFC 2193 - MAILBOX-REFERRALS - * RFC 4467/5092/5524/5550 - URLAUTH, URL-PARTIAL + * RFC 4467/5092/5524/5550 - URLAUTH, URLFETCH=BINARY, URL-PARTIAL * RFC 4469/5550 - CATENATE * RFC 4978 - COMPRESS=DEFLATE * See: http://bugs.php.net/bug.php?id=48725 @@ -59,8 +59,14 @@ * RFC 5267 - CONTEXT * RFC 5465 - NOTIFY * RFC 5466 - FILTERS + * RFC 5738 - UTF8 * * draft-ietf-morg-inthread-00 - SEARCH=INTHREAD + * + * [NO RFC] - XLIST + * + See http://markmail.org/message/vxbqgt5omnph3hnt + * + * [See: http://www.iana.org/assignments/imap4-capabilities] * * * Originally based on code from: diff --git a/imp/docs/RFCS b/imp/docs/RFCS index 1ffd88e36..eebeecb59 100644 --- a/imp/docs/RFCS +++ b/imp/docs/RFCS @@ -47,8 +47,8 @@ RFC 5267 ESORT RFC 5464 METADATA RFC 5530 IMAP Response Codes RFC 5550 Lemonade Profile (specifically [2.8] - $Forwarded flag) +RFC 5819 LIST-STATUS -draft-ietf-morg-status-in-list-01 LIST-STATUS draft-ietf-morg-sortdisplay-02 SORT=DISPLAY draft-ietf-morg-inthread-00 THREAD=REFS -- 2.11.0