diff --git a/SoObjects/Mailer/SOGoDraftObject.m b/SoObjects/Mailer/SOGoDraftObject.m index daafa17e2..f68f45b8d 100644 --- a/SoObjects/Mailer/SOGoDraftObject.m +++ b/SoObjects/Mailer/SOGoDraftObject.m @@ -647,6 +647,7 @@ static NSString *userAgent = nil; { error = [NSException exceptionWithHTTPStatus: 500 /* Server Error */ reason: @"message too big"]; + return error; } client = [[self imap4Connection] client];