mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-12 02:13:18 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user