From f5ed2187bcdc7f05dddfe6b2befda523a1670d64 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Sun, 8 Aug 2010 15:40:19 -0600 Subject: [PATCH] Add reference to RFC 2392 --- imp/docs/RFCS | 3 +++ imp/lib/Mime/Viewer/Html.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/imp/docs/RFCS b/imp/docs/RFCS index 4a6fb6d53..e81860b04 100644 --- a/imp/docs/RFCS +++ b/imp/docs/RFCS @@ -131,6 +131,9 @@ RFC 2231 RFC 2387 - The MIME Multipart/Related Content-type +RFC 2392 + - Content-ID and Message-ID Uniform Resource Locators + RFC 2633 - S/MIME Version 3 Message Specification diff --git a/imp/lib/Mime/Viewer/Html.php b/imp/lib/Mime/Viewer/Html.php index dfe2a0d7c..ce37b571a 100644 --- a/imp/lib/Mime/Viewer/Html.php +++ b/imp/lib/Mime/Viewer/Html.php @@ -155,7 +155,7 @@ class IMP_Horde_Mime_Viewer_Html extends Horde_Mime_Viewer_Html } /* Search for inlined images that we can display - * (multipart/related parts). */ + * (multipart/related parts) - see RFC 2392. */ if (isset($this->_params['related_id'])) { $cid_replace = array(); -- 2.11.0