rustmailer
49ba67a7d2
feat(thread): Add support for fetching thread lists and thread messages from remote in Gmail and Graph API
2025-12-03 02:43:02 +08:00
rustmailer
f9857fe9ae
feat(api): Introduce unified tag-messages interface for mail tagging
...
Introduces a new `/tag-messages` API endpoint that provides a consistent, unified capability for setting tags (Labels/Categories/Keywords) across different mailer types.
2025-11-21 12:58:58 +08:00
rustmailer
64b57f4ac2
feat: add GraphAPI account support for message-content endpoint
2025-10-30 06:37:12 +08:00
rustmailer
59c771a363
fix(gmail): make header name matching case-insensitive for robustness
2025-10-17 09:09:14 +08:00
rustmailer
08ef77c23c
feat(gmail): make search API
2025-09-24 13:30:25 +08:00
rustmailer
40e8004f4f
feat(mail): add raw email retrieval support for Gmail API accounts
2025-09-20 03:37:57 +08:00
rustmailer
70f499d403
Fix: date parsing for non-standard Gmail Date headers
2025-09-11 02:47:51 +08:00
rustmailer
9d612ad81d
Adapt Gmail API accounts: fetch email content & attachments, webhook for new emails, and frontend support
2025-09-08 11:03:00 +08:00
rustmailer
7411233b48
feat: Add Gmail API sync workflow and integrate related data models
2025-09-01 23:50:00 +08:00