(fix) fixed EAS replies decoding from Outlook (#3123)

This commit is contained in:
Ludovic Marcotte
2015-05-12 09:52:13 -04:00
parent fbb779a71d
commit 4826f01555
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -83,6 +83,7 @@ Bug fixes
- prevent potential freebusy lookup crashes during timezone changes with repetitive events
- improved GetItemEstimate to count all vasnished/deleted mails too
- improvements to EAS SyncKey handling to avoid missing mails (#3048, #3058)
- fixed EAS replies decoding from Outlook (#3123)
2.2.16 (2015-02-12)
-------------------
+5
View File
@@ -384,6 +384,11 @@ static BOOL debugSoParts = NO;
_path = [_path componentsSeparatedByString: @"."];
}
// deal with mails of type text/calendar
if ([[[info valueForKey: @"type"] lowercaseString] isEqualToString: @"text"] &&
[[[info valueForKey: @"subtype"] lowercaseString] isEqualToString: @"calendar"])
return info;
/*
For each path component, eg 1,1,3