See ChangeLog

Monotone-Parent: 42a3b4e08a22ce3456a4487fd4692b0670fde00f
Monotone-Revision: 9c939912020f0e7e38a316d6867d7497c4540bd6

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2009-05-30T18:47:24
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Ludovic Marcotte
2009-05-30 18:47:24 +00:00
parent 19c49015b3
commit 7409e053bd
3 changed files with 9 additions and 0 deletions
+6
View File
@@ -1,3 +1,9 @@
2009-05-30 Ludovic Marcotte <lmarcotte@inverse.ca>
* Modified SOGoCalendarComponent.m so that we
explicitely add the MIME-Version header when
sending out invitation messages.
2009-05-23 Ludovic Marcotte <lmarcotte@inverse.ca>
* Added Russian tranlation - patch from
+1
View File
@@ -11,6 +11,7 @@
- added groups support in attendees and in ACLs
- added support for user-based IMAP hostname
- added support for IMAP subscriptions in web interface
- now possible to use SSL (or TLS) for LDAP sources
1.0-20090407 (1.0.1)
--------------------
@@ -673,6 +673,7 @@ static inline BOOL _occurenceHasID (iCalRepeatableEntityObject *occurence, NSStr
* so we'll stick with multipart/mixed for the time being.
*/
[headerMap setObject: @"multipart/mixed" forKey: @"content-type"];
[headerMap setObject: @"1.0" forKey: @"MIME-Version"];
[headerMap setObject: senderEmail forKey: @"from"];
[headerMap setObject: recipient forKey: @"to"];
mailDate = [[NSCalendarDate date] rfc822DateString];
@@ -764,6 +765,7 @@ static inline BOOL _occurenceHasID (iCalRepeatableEntityObject *occurence, NSStr
* so we'll stick with multipart/mixed for the time being.
*/
[headerMap setObject: @"multipart/mixed" forKey: @"content-type"];
[headerMap setObject: @"1.0" forKey: @"MIME-Version"];
[headerMap setObject: [attendee mailAddress] forKey: @"from"];
[headerMap setObject: [recipient mailAddress] forKey: @"to"];
mailDate = [[NSCalendarDate date] rfc822DateString];