feat(accounts): Can now add smtp server to auxilliary accounts

This commit is contained in:
Hivert Quentin
2024-01-23 14:16:02 +01:00
parent 59bd290d62
commit f0010afef4
13 changed files with 293 additions and 48 deletions
+2
View File
@@ -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;