Handle multi line description in calendar message body

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@689 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2009-09-02 13:35:53 +00:00
parent d68eb2d9ff
commit d4cd1898ef
1 changed files with 1 additions and 2 deletions

View File

@ -2171,8 +2171,7 @@ public class ExchangeSession {
// Write a part of the message that contains the
// ICS description so that invites contain the description text
String description = getICSDescription(icsBody);
String description = getICSDescription(icsBody).replaceAll("\\\\[Nn]", "\r\n");
if (description.length() > 0) {
writer.write("\r\n" +