mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 03:15:25 +00:00
Added support for SMTP PLAIN authentication
This commit is contained in:
@@ -218,6 +218,11 @@
|
||||
return [self stringForKey: @"SOGoSMTPServer"];
|
||||
}
|
||||
|
||||
- (NSString *) smtpAuthenticationType
|
||||
{
|
||||
return [self stringForKey: @"SOGoSMTPAuthenticationType"];
|
||||
}
|
||||
|
||||
- (NSString *) mailSpoolPath
|
||||
{
|
||||
return [self stringForKey: @"SOGoMailSpoolPath"];
|
||||
|
||||
Reference in New Issue
Block a user