10 Commits
Author SHA1 Message Date
rustmailer 0015192b4d bump version to 0.1.3 2025-12-03 09:27:17 +08:00
rustmailer 454950374f 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).
2025-12-03 03:48:39 +08:00
rustmailer 34ec3a7d5b bump versions 2025-11-30 05:53:39 +08:00
rustmailer 855c9a1ffc update 2025-11-27 02:01:09 +08:00
rustmailer c727460251 update 2025-11-27 01:27:16 +08:00
rustmailer 7c7e353114 feat: add option to trust any TLS certificate for IMAP connections 2025-11-27 00:57:43 +08:00
rustmailer 1bfecc2ff1 update 2025-11-26 09:21:42 +08:00
rustmailer 1e9a5fde51 bump versions 2025-11-22 17:01:39 +08:00
rustmailer 6a5706e846 update 2025-11-22 02:17:06 +08:00
rustmailer 1a8f95117e initial commit 2025-11-19 02:14:37 +08:00