mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 00:45:09 +00:00
@@ -1204,7 +1204,7 @@ static BOOL debugSoParts = NO;
|
||||
|
||||
/* We don't have parts here but we're trying to download the message's
|
||||
content that could be an image/jpeg, as an example */
|
||||
if ([parts count] == 0 && ![_key intValue])
|
||||
if ([parts count] == 0 && (![_key intValue] || [_key isEqualToString: @"1"]))
|
||||
{
|
||||
partDesc = [self bodyStructure];
|
||||
_key = @"1";
|
||||
|
||||
Reference in New Issue
Block a user