mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 03:45:25 +00:00
Monotone-Parent: b030752b6cabcd3607b11fcc413263019718b79e
Monotone-Revision: 80f21600a12894ecc470a8ad889cbb3a4df08fc5 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-08-18T15:19:19 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2008-08-18 Ludovic Marcotte <lmarcotte@inverse.ca>
|
||||
|
||||
* NSString+NGCards.m ([NSString -unescapedFromCard]): added code
|
||||
to correctly escape carriage returns from Outlook clients.
|
||||
|
||||
2008-08-04 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* CardGroup.m ([CardGroup -elementWithClass:groupClass]): replaces
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/* NSString+NGCards.m - this file is part of SOPE
|
||||
*
|
||||
* Copyright (C) 2006 Inverse groupe conseil
|
||||
* Copyright (C) 2006-2008 Inverse groupe conseil
|
||||
*
|
||||
* Author: Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
*
|
||||
@@ -134,7 +134,8 @@ static NSString *commaSeparator = nil;
|
||||
withString: @"\r"];
|
||||
string = [string stringByReplacingString: @"\\\\"
|
||||
withString: @"\\"];
|
||||
|
||||
string = [string stringByReplacingString: @"\\N" // Outlook lameness
|
||||
withString: @"\n"];
|
||||
return string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user