Fix error handling when draft is too big

pull/232/head
Francis Lachapelle 2017-01-06 15:45:30 -05:00
parent be8e1373ea
commit 5ec7ad54bb
1 changed files with 1 additions and 0 deletions

View File

@ -647,6 +647,7 @@ static NSString *userAgent = nil;
{
error = [NSException exceptionWithHTTPStatus: 500 /* Server Error */
reason: @"message too big"];
return error;
}
client = [[self imap4Connection] client];