mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 11:25:24 +00:00
See changelog.
Monotone-Parent: 5004088698623bff1c51c9b3abb0d4085643d720 Monotone-Revision: 69ff4bd7080d601b2ad9cfce9ae637ddad8953e2 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2010-09-20T14:41:04 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2010-09-20 Francis Lachapelle <flachapelle@inverse.ca>
|
||||
|
||||
* SoObjects/SOGo/SOGoContentObject.m (-davContentLength): use UTF8
|
||||
encoding instead of latin1.
|
||||
|
||||
* UI/WebServerResources/MailerUI.js (deleteWithoutTrash): new
|
||||
function used when the messages can't be copied to the trash
|
||||
folder (usually because the user's mailbox is overquota).
|
||||
|
||||
@@ -373,7 +373,7 @@
|
||||
- (NSString *) davContentLength
|
||||
{
|
||||
return [NSString stringWithFormat: @"%u",
|
||||
[content lengthOfBytesUsingEncoding: NSISOLatin1StringEncoding]];
|
||||
[content lengthOfBytesUsingEncoding: NSUTF8StringEncoding]];
|
||||
}
|
||||
|
||||
// - (NSString *) davResourceType
|
||||
|
||||
Reference in New Issue
Block a user