feat(GODT-2710): Send config success on IMAP/SMTP connection..

This commit is contained in:
Romain LE JEUNE
2023-06-27 20:16:31 +02:00
committed by Romain Le Jeune
parent f591af2cbd
commit 124231c3c7
17 changed files with 285 additions and 33 deletions

View File

@ -86,6 +86,8 @@ func (conn *imapConnector) Authorize(username string, password []byte) bool {
return false
}
conn.User.SendConfigStatusSuccess()
return true
}