diff --git a/SoObjects/SOGo/SOGoMailer.h b/SoObjects/SOGo/SOGoMailer.h index 29a4c6fca..3108e6872 100644 --- a/SoObjects/SOGo/SOGoMailer.h +++ b/SoObjects/SOGo/SOGoMailer.h @@ -37,10 +37,12 @@ + (id) sharedMailer; +- (NSException *) sendMailData: (NSData *) data + toRecipients: (NSArray *) recipients + sender: (NSString *) sender; - (NSException *) sendMailAtPath: (NSString *) filename toRecipients: (NSArray *) recipients sender: (NSString *) sender; - - (NSException *) sendMimePart: (id ) part toRecipients: (NSArray *) recipients sender: (NSString *) sender;