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

1
NEWS
View File

@ -15,6 +15,7 @@ Bug fixes
- correctly set MeetingStatus for EAS on iOS devices
- Ubuntu Lucid fixes for EAS
- 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)
--------------------