pull/68/head
Ludovic Marcotte 2014-12-17 15:26:02 -05:00
parent cd70bec9fa
commit 493c366ac4
2 changed files with 3 additions and 3 deletions

View File

@ -282,7 +282,7 @@ struct GlobalObjectId {
performed: b]; performed: b];
} }
} }
else if ([thePart isKindOfClass: [NGMimeBodyPart class]]) else if ([thePart isKindOfClass: [NGMimeBodyPart class]] || [thePart isKindOfClass: [NGMimeMessage class]])
{ {
NGMimeFileData *fdata; NGMimeFileData *fdata;
id body; id body;
@ -366,8 +366,7 @@ struct GlobalObjectId {
if (message) if (message)
{ {
[self _sanitizedMIMEPart: [message body] [self _sanitizedMIMEPart: message performed: &b];
performed: &b];
if (b) if (b)
{ {

1
NEWS
View File

@ -15,6 +15,7 @@ Bug fixes
- correctly set MeetingStatus for EAS on iOS devices - correctly set MeetingStatus for EAS on iOS devices
- Ubuntu Lucid fixes for EAS - Ubuntu Lucid fixes for EAS
- fix calendar reminders for future events (#3008) - fix calendar reminders for future events (#3008)
- make sure all text parts are UTF-8 re-encoded for Outlook 2013 over EAS (#3003)
2.2.11a (2014-12-10) 2.2.11a (2014-12-10)
-------------------- --------------------