This fixes empty src tags, and sets them to the blank image. IE causes
[squirrelmail.git] / ChangeLog
index 71444d6fc736c9ce53a8e54500c637e9bc17b2c9..0718297e9ee24976bcc4c9795ca253103e55bee1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -207,6 +207,21 @@ Version 1.5.1 -- CVS
   - Fixed sorting problem is get_squirrel_sort() function (#1115403).
   - Add "Show Only Subscribed Folders" option to allow users to show all
     folders instead of only subscribed ones (#1105756, #1105250).
+  - Add workaround for Mercury/32 servers that will subscribe again to
+    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
 --------------------