mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-10 14:05:26 +00:00
feat(accounts): Can now add smtp server to auxilliary accounts
This commit is contained in:
@@ -46,6 +46,7 @@
|
||||
@interface SOGoMailBaseObject : SOGoObject
|
||||
{
|
||||
NSURL *imap4URL;
|
||||
NSURL *smtp4URL;
|
||||
NGImap4Connection *imap4;
|
||||
BOOL imap4ExceptionsEnabled;
|
||||
}
|
||||
@@ -74,6 +75,7 @@
|
||||
- (NSMutableString *) traversalFromMailAccount;
|
||||
|
||||
- (NSURL *) imap4URL;
|
||||
- (NSURL *) smtp4URL;
|
||||
- (NSString *) imap4PasswordRenewed: (BOOL) renew;
|
||||
|
||||
- (void) flushMailCaches;
|
||||
|
||||
Reference in New Issue
Block a user