feat(GODT-2710): Send config success on IMAP/SMTP connection..
This commit is contained in:
@ -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