mirror of
https://github.com/rustmailer/bichon.git
synced 2026-08-03 07:48:34 +02:00
feat(account): Prioritize dedicated name field for IMAP authentication username #28
Refactor account authentication logic to prioritize the `name` field over the `email` field during the IMAP connection phase. - The `name` field now serves as the primary IMAP login credential and is no longer treated purely as an optional, descriptive field. - If the `name` field is empty or unset, the system will fall back to using the full `email` address for authentication. - This change supports IMAP providers that require a username different from the full email address (e.g., employee ID, specific account name).
This commit is contained in:
@@ -163,6 +163,7 @@
|
||||
"emailPlaceholder": "예: john.doe@example.com",
|
||||
"namePlaceholder": "예: john.doe",
|
||||
"optional": "선택 사항",
|
||||
"nameDescription": "IMAP 연결 사용자 이름. 전체 이메일 주소를 연결 사용자 이름으로 사용하는 경우, 이 필드를 비워 두십시오.",
|
||||
"emailCannotBeModified": "편집 시 계정 이메일 주소는 수정할 수 없습니다.",
|
||||
"addAccount": "계정 추가",
|
||||
"updateAccount": "계정 업데이트",
|
||||
|
||||
Reference in New Issue
Block a user