9 Commits

Author SHA1 Message Date
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 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