From 5aa3d1b0127cc5c42a6c50d830aee7ebbfaee4cf Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 10 Nov 2009 10:11:21 -0700 Subject: [PATCH] More correct RFC reference; tweaks --- imp/docs/RFCS | 11 ++++++++--- imp/lib/Mime/Viewer/Smime.php | 3 +-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/imp/docs/RFCS b/imp/docs/RFCS index 06a476380..bcae5aa04 100644 --- a/imp/docs/RFCS +++ b/imp/docs/RFCS @@ -2,8 +2,10 @@ IMP RFC Compliance ==================== -IMP is designed to be an RFC compliant mail user agent (MUA). The following -is a list of RFCs implemented in Horde/IMP. RFC text can be found at: +IMP is designed to be a RFC compliant mail user agent (MUA). The following +is a list of RFCs implemented in Horde/IMP. + +RFC text can be found at: http://tools.ietf.org/html/ @@ -52,7 +54,7 @@ POP3 STD 53/RFC 1939 - POP3 specification -The following POP3 extensions/deatures are supported +The following POP3 extensions/features are supported RFC 1734/5034 POP3 SASL RFC 2195 CRAM-MD5 authentication @@ -123,6 +125,9 @@ RFC 2231 RFC 2387 - The MIME Multipart/Related Content-type +RFC 2633 + - S/MIME Version 3 Message Specification + RFC 3156 - MIME Security with OpenPGP diff --git a/imp/lib/Mime/Viewer/Smime.php b/imp/lib/Mime/Viewer/Smime.php index 213d2342a..03677ddab 100644 --- a/imp/lib/Mime/Viewer/Smime.php +++ b/imp/lib/Mime/Viewer/Smime.php @@ -1,8 +1,7 @@