mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-03 02:25:25 +00:00
fix(eas): proxy authentication in _sendMail
This commit is contained in:
@@ -3353,7 +3353,7 @@ void handle_eas_terminate(int signum)
|
||||
NSException *error;
|
||||
NSString *from;
|
||||
|
||||
authenticator = [SOGoDAVAuthenticator sharedSOGoDAVAuthenticator];
|
||||
authenticator = [[context activeUser] authenticatorInContext: context];
|
||||
dd = [[context activeUser] domainDefaults];
|
||||
|
||||
// We generate the Sender
|
||||
|
||||
Reference in New Issue
Block a user