forked from Silverfish/proton-bridge
feat(GODT-2710): Send config success on IMAP/SMTP connection..
This commit is contained in:
committed by
Romain Le Jeune
parent
f591af2cbd
commit
124231c3c7
@ -86,6 +86,8 @@ func (conn *imapConnector) Authorize(username string, password []byte) bool {
|
||||
return false
|
||||
}
|
||||
|
||||
conn.User.SendConfigStatusSuccess()
|
||||
|
||||
return true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user