mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-20 09:06:45 +00:00
feat(GODT-2710): Send config success on IMAP/SMTP connection..
This commit is contained in:
committed by
Romain Le Jeune
parent
f591af2cbd
commit
124231c3c7
@ -60,6 +60,9 @@ func (s *smtpSession) AuthPlain(username, password string) error {
|
||||
if strings.Contains(s.Bridge.GetCurrentUserAgent(), useragent.DefaultUserAgent) {
|
||||
s.Bridge.setUserAgent(useragent.UnknownClient, useragent.DefaultVersion)
|
||||
}
|
||||
|
||||
user.SendConfigStatusSuccess()
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user