mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 03:45:25 +00:00
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:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user