This fixes empty src tags, and sets them to the blank image. IE causes
[squirrelmail.git] / ChangeLog
index c49e4eae6b95caadf58a78ba98d220503363a57f..0718297e9ee24976bcc4c9795ca253103e55bee1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -211,6 +211,16 @@ Version 1.5.1 -- CVS
     an already subscribed folder (#1115409).
   - Added blank.png for missing image support.
   - Use the proper attachment filenames in case of forwarding a message.
+  - Fix for #855320 where Outlook Express was creating CID: based URLs,
+    but not assigning a content-id to the attachment.  This is a bug in
+       Outlook Express and is non-RFC compliant behaviour.
+  - Strip <outbind://> tags out. This is a Microsoft only protocol and
+    references files local to the sending machine.  This causes issues
+       with Internet Explorer.
+  - Replace <img src="outbind://"> links with clean images to stop
+    issues with Internet Explorer not being able to track down the image.
+  - Empty src attribute on img tags causes logouts (IE only), replacing
+    string with blank.png.
 
 
 Version 1.5.0