]> err.no Git - scalable-opengroupware.org/commitdiff
added a mail encoding
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Fri, 8 Jul 2005 10:38:53 +0000 (10:38 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Fri, 8 Jul 2005 10:38:53 +0000 (10:38 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@700 d1b88da0-ebda-0310-925b-ed51d893ca5b

SOGo/UI/MailPartViewers/ChangeLog
SOGo/UI/MailPartViewers/UIxMailPartViewer.m
SOGo/UI/MailPartViewers/Version

index 3fd993450238fe76f3b0fb8e6b2501d9e8cddf51..cd9270f85f85f1ed8af12aa4a36e81f4048138b0 100644 (file)
@@ -1,3 +1,7 @@
+2005-07-08  Helge Hess  <helge.hess@opengroupware.org>
+
+       * UIxMailPartViewer.m: added '8bit' as a known MIME encoding (v0.9.6)
+
 2005-07-06  Helge Hess  <helge.hess@opengroupware.org>
 
        * UIxMailRenderingContext.m: fixed a bug when rendering nested
index 92d676f63fc58b2fe6ab9801d141ad97c851a219..dd5843a0140b31f58445ddd29e04ec9c95a63ada 100644 (file)
@@ -91,6 +91,9 @@
   if ([enc isEqualToString:@"7bit"])
     return [self flatContent];
   
+  if ([enc isEqualToString:@"8bit"]) // TODO: correct?
+    return [self flatContent];
+  
   if ([enc isEqualToString:@"base64"])
     return [[self flatContent] dataByDecodingBase64];
 
index abdb91ce265dc308b82c246aad050519240f0733..386501a0c3dc2696457d0bc3987fff61d978aa3d 100644 (file)
@@ -1,5 +1,5 @@
 # version file
 
-SUBMINOR_VERSION:=5
+SUBMINOR_VERSION:=6
 
 # v0.9.1 requires libNGMime v4.5.213