Monotone-Parent: bdf65f02baa631ebd76f9f0287be848a1cfef6c6

Monotone-Revision: 2e584005bb3d904920fa4bd08e149b6029d41c59

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-02-18T19:43:22
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2010-02-18 19:43:22 +00:00
parent 9cced0c472
commit c4e242069f
2 changed files with 2 additions and 5 deletions
+2 -3
View File
@@ -3,9 +3,8 @@
* SoObjects/Appointments/SOGoCalendarComponent.m
(-sendEMailUsingTemplateNamed:forObject:previousObject:toAttendees:):
added a few headers to the ical attachment that could help
work-around bugs occurring with Outlook: content-disposition =
inline, content-transfer-encoding = qp. Moreover a \r\n is added
to the iCalString.
work-around bugs occurring with Outlook: content-transfer-encoding
= qp. Moreover a \r\n is added to the iCalString.
* SoObjects/SOGo/SOGoCache.m: worked around in bug in GCC
occurring with libmemcached >= 0.37 by making the servers and
@@ -761,8 +761,6 @@ static inline BOOL _occurenceHasID (iCalRepeatableEntityObject *occurence, NSStr
[(iCalCalendar *) [object parent] method]];
headerMap = [NGMutableHashMap hashMapWithCapacity: 1];
[headerMap setObject:header forKey: @"content-type"];
[headerMap setObject: @"inline"
forKey: @"content-disposition"];
[headerMap setObject: @"quoted-printable"
forKey: @"content-transfer-encoding"];
bodyPart = [NGMimeBodyPart bodyPartWithHeader: headerMap];