mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 11:25:24 +00:00
Fix error handling when draft is too big
This commit is contained in:
@@ -647,6 +647,7 @@ static NSString *userAgent = nil;
|
||||
{
|
||||
error = [NSException exceptionWithHTTPStatus: 500 /* Server Error */
|
||||
reason: @"message too big"];
|
||||
return error;
|
||||
}
|
||||
|
||||
client = [[self imap4Connection] client];
|
||||
|
||||
Reference in New Issue
Block a user