mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-01 03:37:22 +00:00
This commit is contained in:
@@ -593,6 +593,12 @@ static NSArray *infoKeys = nil;
|
||||
if ([[mimeType type] isEqualToString: @"multipart"])
|
||||
{
|
||||
httpBody = [[request httpRequest] body];
|
||||
|
||||
// We got an exception from SOPE - most likely due to
|
||||
// WOMaxUploadSize being reached.
|
||||
if ([httpBody isKindOfClass: [NSException class]])
|
||||
return httpBody;
|
||||
|
||||
filenames = [self _scanAttachmentFilenamesInRequest: httpBody];
|
||||
|
||||
co = [self clientObject];
|
||||
|
||||
Reference in New Issue
Block a user