mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 12:25:23 +00:00
Fix for bug #2115.
This commit is contained in:
@@ -725,7 +725,8 @@
|
||||
header = [NSString stringWithFormat: @"text/calendar; method=%@;"
|
||||
@" charset=\"%@\"",
|
||||
[(iCalCalendar *) [object parent] method], charset];
|
||||
headerMap = [NGMutableHashMap hashMapWithCapacity: 1];
|
||||
headerMap = [NGMutableHashMap hashMapWithCapacity: 3];
|
||||
[headerMap setObject: @"urn:content-classes:calendarmessage" forKey: @"Content-Class"];
|
||||
[headerMap setObject: header forKey: @"content-type"];
|
||||
[headerMap setObject: @"quoted-printable"
|
||||
forKey: @"content-transfer-encoding"];
|
||||
|
||||
Reference in New Issue
Block a user