expose imap username field (#15866)

Had an edge with a customer where they had a custom username.
This commit is contained in:
neo773
2025-11-18 21:42:02 +05:30
committed by GitHub
parent 347e855b1f
commit cbb5bce500
3 changed files with 22 additions and 2 deletions
@@ -31,7 +31,7 @@ export class ImapSmtpCaldavService {
port: params.port,
secure: params.secure ?? true,
auth: {
user: handle,
user: params.username ?? handle,
pass: params.password,
},
logger: false,