mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 11:55:24 +00:00
See ChangeLog
Monotone-Parent: 980bdf3533fa9e08756ddec4c168f1f2b3ef31d2 Monotone-Revision: fe089deaf1b0181c06ece935c26c6677fc993265 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2011-07-06T17:23:13 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2011-07-06 Ludovic Marcotte <lmarcotte@inverse.ca>
|
||||
|
||||
* SoObjects/Mailer/NSData+Mail.m (bodyDataFromEncoding:)
|
||||
Consider "binary" just like 7 or 8bit.
|
||||
|
||||
2011-07-06 Francis Lachapelle <flachapelle@inverse.ca>
|
||||
|
||||
* UI/WebServerResources/SchedulerUI.js (onShowCompletedTasks)
|
||||
|
||||
@@ -42,7 +42,8 @@
|
||||
realEncoding = [encoding lowercaseString];
|
||||
|
||||
if ([realEncoding isEqualToString: @"7bit"]
|
||||
|| [realEncoding isEqualToString: @"8bit"])
|
||||
|| [realEncoding isEqualToString: @"8bit"]
|
||||
|| [realEncoding isEqualToString: @"binary"])
|
||||
decodedData = self;
|
||||
else if ([realEncoding isEqualToString: @"base64"])
|
||||
decodedData = [self dataByDecodingBase64];
|
||||
|
||||
Reference in New Issue
Block a user