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
parent e91cdca6f3
commit ed8475dacf
17 changed files with 285 additions and 33 deletions

View File

@ -534,6 +534,7 @@ func (bridge *Bridge) addUserWithVault(
bridge.vault.GetShowAllMail(),
bridge.vault.GetMaxSyncMemory(),
statsPath,
bridge,
)
if err != nil {
return fmt.Errorf("failed to create user: %w", err)