Update RFC reference
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 16 Sep 2009 17:34:44 +0000 (11:34 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 16 Sep 2009 17:34:44 +0000 (11:34 -0600)
imp/config/prefs.php.dist
imp/docs/RFCS
imp/lib/Compose.php

index 8ae0ce8..b8f613f 100644 (file)
@@ -1219,7 +1219,7 @@ $_prefs['msgflags'] = array(
             't' => 'imap'
         ),
 
-        // Forwarded flag (RFC 4550 [2.8])
+        // Forwarded flag (RFC 5550 [5.9])
         '$forwarded' => array(
             'a' => 'F',
             'b' => '#aadddd',
index 3459453..82967da 100644 (file)
@@ -31,7 +31,6 @@ RFC 3691        UNSELECT
 RFC 4315        UIDPLUS
 RFC 4422        SASL Authentication (for DIGEST-MD5)
 RFC 4466        Collected extensions (updates RFCs 2088, 3501, 3502, 3516)
-RFC 4550        Lemonade Profile (specifically [2.8] - $Forwarded flag)
 RFC 4551        CONDSTORE
 RFC 4731        ESEARCH
 RFC 4959        SASL-IR
@@ -43,6 +42,7 @@ RFC 5255        LANGUAGE/I18NLEVEL
 RFC 5256        THREAD/SORT
 RFC 5267        ESORT
 RFC 5464        METADATA
+RFC 5550        Lemonade Profile (specifically [2.8] - $Forwarded flag)
 
 
 POP3
index abfa1a1..c8e6684 100644 (file)
@@ -547,7 +547,7 @@ class IMP_Compose
 
             case 'forward':
                 /* Set the '$Forwarded' flag, if possible, in the mailbox.
-                 * See RFC 4550 [2.8] */
+                 * See RFC 5550 [5.9] */
                 $imp_message->flag(array('$Forwarded'), $reply_index);
                 break;
             }