From 0268b57d8b60efcb8f57929b68669a5c949347d2 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 20 Apr 2010 01:41:36 -0600 Subject: [PATCH] We implicitly support RFC 3348 already --- framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 6 ++++-- framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 1 + imp/docs/RFCS | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/framework/Imap_Client/lib/Horde/Imap/Client/Base.php b/framework/Imap_Client/lib/Horde/Imap/Client/Base.php index 58088c65a..0c710c05c 100644 --- a/framework/Imap_Client/lib/Horde/Imap/Client/Base.php +++ b/framework/Imap_Client/lib/Horde/Imap/Client/Base.php @@ -835,8 +835,10 @@ abstract class Horde_Imap_Client_Base * in an array with each attribute in lowercase. * DEFAULT: Do not return this information. * 'children' - (boolean) Tell server to return children attribute - * information. Requires the LIST-EXTENDED extension. Server - * MAY return this attribute without this option, but it + * information (\HasChildren, \HasNoChildren). Requires the + * LIST-EXTENDED extension to guarantee this information is + * returned. Server MAY return this attribute without this + * option, or if the CHILDREN extension is available, but it * is not guaranteed. * DEFAULT: false * 'delimiter' - (boolean) If true, return delimiter information under diff --git a/framework/Imap_Client/lib/Horde/Imap/Client/Socket.php b/framework/Imap_Client/lib/Horde/Imap/Client/Socket.php index 8f448905d..c530e496c 100644 --- a/framework/Imap_Client/lib/Horde/Imap/Client/Socket.php +++ b/framework/Imap_Client/lib/Horde/Imap/Client/Socket.php @@ -16,6 +16,7 @@ * RFC 2595/4616 - TLS & AUTH=PLAIN * RFC 2831 - DIGEST-MD5 authentication mechanism. * RFC 2971 - ID + * RFC 3348 - CHILDREN * RFC 3501 - IMAP4rev1 specification * RFC 3502 - MULTIAPPEND * RFC 3516 - BINARY diff --git a/imp/docs/RFCS b/imp/docs/RFCS index eebeecb59..71b51e4c1 100644 --- a/imp/docs/RFCS +++ b/imp/docs/RFCS @@ -26,6 +26,7 @@ RFC 2342 NAMESPACE RFC 2595/4616 TLS & AUTH=PLAIN RFC 2831 DIGEST-MD5 authentication mechanism. RFC 2971 ID +RFC 3348 CHILDREN RFC 3502 MULTIAPPEND RFC 3503 $MDNSent keyword RFC 3516 BINARY -- 2.11.0