mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-04 09:59:44 +00:00
feat(alarms): Add possibility to use SMTP master account for system alarms. Fixes #5565.
This commit is contained in:
@@ -60,7 +60,10 @@
|
||||
- (NSString *) vacationFooterTemplateFile;
|
||||
- (NSString *) mailingMechanism;
|
||||
- (NSString *) smtpServer;
|
||||
- (NSString *) smtpAuthenticationType;
|
||||
- (BOOL)smtpMasterUserEnabled;
|
||||
- (NSString *)smtpMasterUserUsername;
|
||||
- (NSString *) smtpMasterUserPassword;
|
||||
- (NSString *)smtpAuthenticationType;
|
||||
- (NSString *) mailSpoolPath;
|
||||
- (float) softQuotaRatio;
|
||||
- (BOOL) mailKeepDraftsAfterSend;
|
||||
|
||||
Reference in New Issue
Block a user