From 2019bff8310ad1de18498d20c46cb59d4d04119b Mon Sep 17 00:00:00 2001 From: helge Date: Fri, 8 Jul 2005 10:38:53 +0000 Subject: [PATCH] added a mail encoding git-svn-id: http://svn.opengroupware.org/SOGo/trunk@700 d1b88da0-ebda-0310-925b-ed51d893ca5b --- SOGo/UI/MailPartViewers/ChangeLog | 4 ++++ SOGo/UI/MailPartViewers/UIxMailPartViewer.m | 3 +++ SOGo/UI/MailPartViewers/Version | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/SOGo/UI/MailPartViewers/ChangeLog b/SOGo/UI/MailPartViewers/ChangeLog index 3fd99345..cd9270f8 100644 --- a/SOGo/UI/MailPartViewers/ChangeLog +++ b/SOGo/UI/MailPartViewers/ChangeLog @@ -1,3 +1,7 @@ +2005-07-08 Helge Hess + + * UIxMailPartViewer.m: added '8bit' as a known MIME encoding (v0.9.6) + 2005-07-06 Helge Hess * UIxMailRenderingContext.m: fixed a bug when rendering nested diff --git a/SOGo/UI/MailPartViewers/UIxMailPartViewer.m b/SOGo/UI/MailPartViewers/UIxMailPartViewer.m index 92d676f6..dd5843a0 100644 --- a/SOGo/UI/MailPartViewers/UIxMailPartViewer.m +++ b/SOGo/UI/MailPartViewers/UIxMailPartViewer.m @@ -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]; diff --git a/SOGo/UI/MailPartViewers/Version b/SOGo/UI/MailPartViewers/Version index abdb91ce..386501a0 100644 --- a/SOGo/UI/MailPartViewers/Version +++ b/SOGo/UI/MailPartViewers/Version @@ -1,5 +1,5 @@ # version file -SUBMINOR_VERSION:=5 +SUBMINOR_VERSION:=6 # v0.9.1 requires libNGMime v4.5.213 -- 2.39.2