diff --git a/ActiveSync/SOGoMailObject+ActiveSync.m b/ActiveSync/SOGoMailObject+ActiveSync.m index 448d8546e..f2d1c792c 100644 --- a/ActiveSync/SOGoMailObject+ActiveSync.m +++ b/ActiveSync/SOGoMailObject+ActiveSync.m @@ -286,7 +286,7 @@ struct GlobalObjectId { } else if ([body isKindOfClass: [NSData class]] && [[[thePart contentType] type] isEqualToString: @"text"] && - ([[[thePart contentType] subType] isEqualToString: @"plain"] || [[[thePart contentType] subType] isEqualToString: @"plain"])) + ([[[thePart contentType] subType] isEqualToString: @"plain"] || [[[thePart contentType] subType] isEqualToString: @"html"])) { // We make sure everything is encoded in UTF-8 NSString *charset, *s;