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
76139344fb
chore(legal): add copyright/license headers to all source files
2025-07-29 02:02:08 +08:00
rustmailer
0044f37d7b
feat: initial commit
2025-07-17 22:49:42 +08:00