Monotone-Parent: df6ca47da98359d91baa7d8dcb5c8b62217ec249

Monotone-Revision: d0cc38cc291cb895f6e1f64d453e66215671d6a0

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-08-17T02:35:57
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-08-17 02:35:57 +00:00
parent 817694ee01
commit 370f89ed83

View File

@@ -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 <NGMimePart>) part
toRecipients: (NSArray *) recipients
sender: (NSString *) sender;