From: Michael M Slusarz Date: Wed, 16 Sep 2009 17:34:44 +0000 (-0600) Subject: Update RFC reference X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=4cf88adb70582488534552905fe649e1e11684f3;p=horde.git Update RFC reference --- diff --git a/imp/config/prefs.php.dist b/imp/config/prefs.php.dist index 8ae0ce8ef..b8f613ffa 100644 --- a/imp/config/prefs.php.dist +++ b/imp/config/prefs.php.dist @@ -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', diff --git a/imp/docs/RFCS b/imp/docs/RFCS index 3459453dc..82967da0c 100644 --- a/imp/docs/RFCS +++ b/imp/docs/RFCS @@ -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 diff --git a/imp/lib/Compose.php b/imp/lib/Compose.php index abfa1a1a2..c8e66847d 100644 --- a/imp/lib/Compose.php +++ b/imp/lib/Compose.php @@ -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; }