Commit Graph
12 Commits
Author SHA1 Message Date
rustmailer 4af5176b65 feat: add multi-user support and role-based access control #31 2025-12-26 14:27:04 +08:00
Lukas Krejci 9b83d5617e feat(cli): add an option to specify the encrypt password in a file 2025-12-17 18:03:00 +01:00
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