expose imap username field (#15866)
Had an edge with a customer where they had a custom username.
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user