diff --git a/SoObjects/Mailer/SOGoMailFolder.m b/SoObjects/Mailer/SOGoMailFolder.m index f9d443386..443ffefc9 100644 --- a/SoObjects/Mailer/SOGoMailFolder.m +++ b/SoObjects/Mailer/SOGoMailFolder.m @@ -553,7 +553,7 @@ _compareFetchResultsByMODSEQ (id entry1, id entry2, void *data) [zipTaskArguments addObject: @"SavedMessages.zip"]; msgs = (NSDictionary *)[self fetchUIDs: uids - parts: [NSArray arrayWithObject: @"RFC822"]]; + parts: [NSArray arrayWithObject: @"BODY.PEEK[]"]]; messages = [msgs objectForKey: @"fetch"]; for (i = 0; i < [messages count]; i++) {