From 370f89ed8358cda06c2a8314020fdaba500affcd Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 17 Aug 2007 02:35:57 +0000 Subject: [PATCH] Monotone-Parent: df6ca47da98359d91baa7d8dcb5c8b62217ec249 Monotone-Revision: d0cc38cc291cb895f6e1f64d453e66215671d6a0 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-08-17T02:35:57 Monotone-Branch: ca.inverse.sogo --- SoObjects/SOGo/SOGoMailer.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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;