From cbb5bce500d4676c9057c172cc390ba8072c780b Mon Sep 17 00:00:00 2001 From: neo773 <62795688+neo773@users.noreply.github.com> Date: Tue, 18 Nov 2025 21:42:02 +0530 Subject: [PATCH] expose imap username field (#15866) Had an edge with a customer where they had a custom username. --- .../SettingsAccountsConnectionForm.tsx | 17 +++++++++++++++++ .../imap-smtp-caldav-connection.service.ts | 2 +- .../imap/providers/imap-client.provider.ts | 5 ++++- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/packages/twenty-front/src/modules/settings/accounts/components/SettingsAccountsConnectionForm.tsx b/packages/twenty-front/src/modules/settings/accounts/components/SettingsAccountsConnectionForm.tsx index 29879764b8..841af508a9 100644 --- a/packages/twenty-front/src/modules/settings/accounts/components/SettingsAccountsConnectionForm.tsx +++ b/packages/twenty-front/src/modules/settings/accounts/components/SettingsAccountsConnectionForm.tsx @@ -120,6 +120,23 @@ export const SettingsAccountsConnectionForm = ({ )} /> + ( + + )} + /> +