We implicitly support RFC 3348 already
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 20 Apr 2010 07:41:36 +0000 (01:41 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 20 Apr 2010 08:50:06 +0000 (02:50 -0600)
framework/Imap_Client/lib/Horde/Imap/Client/Base.php
framework/Imap_Client/lib/Horde/Imap/Client/Socket.php
imp/docs/RFCS

index 58088c6..0c710c0 100644 (file)
@@ -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
index 8f44890..c530e49 100644 (file)
@@ -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
index eebeecb..71b51e4 100644 (file)
@@ -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