Commit Graph

16 Commits

Author SHA1 Message Date
rustmailer 5fd9084e8d fix(account): open correct edit modal based on mailer_type (ImapSmtp / GmailApi) 2025-08-28 20:34:48 +08:00
rustmailer cad320564b chore: fix minor text and punctuation in UI 2025-08-28 15:29:54 +08:00
rustmailer 9b630d0a6f feat(accounts): add Gmail API account creation UI 2025-08-28 15:28:58 +08:00
rustmailer c8dcbc4f86 fix(ui): disable automatic retry for account state and oauth2 tokens 2025-08-28 04:05:39 +08:00
rustmailer a31ba582b1 fix(ui): ensure mailer_type is set on account creation 2025-08-28 04:04:22 +08:00
rustmailer fd64acc24f feat(account): add MailerType to support Gmail API and other mailers
- Introduced `MailerType` enum in Account model
- Enables selection of different mailer backends (e.g., Gmail API)
2025-08-28 03:20:49 +08:00
rustmailer eed988292a feat(auth): update login flow and add root password reset API & UI
- Changed login implementation to use plaintext password
- Added reset root password API endpoint integration
- Implemented UI for resetting root password with validation
2025-08-19 03:30:41 +08:00
rustmailer dbaf478328 fix(ui): fix bugs when changing date since 2025-08-19 01:08:48 +08:00
rustmailer 383c59c33d feat: add quick-fill buttons to prepopulate Gmail and Outlook OAuth2 configuration fields 2025-08-13 13:35:17 +08:00
rustmailer 53db0a5de4 fix(ui): change default option value 2025-08-13 10:44:53 +08:00
rustmailer 76139344fb chore(legal): add copyright/license headers to all source files 2025-07-29 02:02:08 +08:00
rustmailer 3d8796485b fix(frontend): correct favicon path to match embedded static file routing 2025-07-28 17:29:11 +08:00
rustmailer 0dbaaa865f fix(imap): fix nested OR conditions parentheses
- Correctly generate IMAP syntax for nested OR conditions (e.g. `OR (OR A B) C`)
- Add tests for complex logic combinations
2025-07-25 10:43:32 +08:00
rustmailer e3cbc7f4cc feat: enable proxy support (HTTP and SOCKS5); webhook now supports configurable proxy 2025-07-23 03:32:10 +08:00
rustmailer 4e80c6d979 fix: align forward params with backend, use Option<bool> for default handling 2025-07-22 20:54:30 +08:00
rustmailer 0044f37d7b feat: initial commit 2025-07-17 22:49:42 +08:00