Commit Graph
22 Commits
Author SHA1 Message Date
rustmailer de8067f586 feat: Add Graph API synchronization process 2025-10-27 06:59:07 +08:00
rustmailer c6bf402707 debug: log UID batch content in diff_uids_and_flags to investigate empty remote_uids_set 2025-10-22 19:38:21 +08:00
rustmailer 44a59f637f chore: bump versions && use rustls-tls for reqwest 2025-10-22 11:29:08 +08:00
rustmailer c1902e6975 bump to 1.5.3 2025-10-15 10:41:56 +08:00
rustmailer d4a3cf2746 bump versions 2025-10-15 10:40:56 +08:00
rustmailer 7c82c78435 bump to 1.5.2 2025-10-11 16:46:18 +08:00
rustmailer b73af25d71 sync: share semaphore between IMAP and Gmail API to limit concurrency and reduce CPU load 2025-10-10 10:50:20 +08:00
rustmailer 95c2e960b2 update 2025-10-05 16:05:30 +08:00
rustmailer 60f3eaf239 feat(gmail api): handle label change events in history callback 2025-09-14 17:11:09 +08:00
rustmailer 76d7d73f3f fix: skip mailbox sync when uid_validity is None 2025-08-29 14:32:38 +08:00
rustmailer c4a0ca80b3 bump version 2025-08-26 13:43:39 +08:00
rustmailer 311a7ed8ff bump to version 1.4.1 2025-08-24 23:55:06 +08:00
rustmailer 40f0f0786a bump url crate version 2025-08-24 23:53:00 +08:00
rustmailer 4164b73bce bump version 2025-08-22 13:45:15 +08:00
rustmailer 135a78a86a bump to 1.4.0 2025-08-19 03:41:36 +08:00
rustmailer 7ba24b45b2 feat: add email thread related APIs and data structures
- Add two new APIs to list email threads and fetch all messages within a thread
- Create a new email thread table to store thread information
- Implement method to extract thread_id from emails to support thread association queries
2025-08-10 05:11:41 +08:00
rustmailer 76139344fb chore(legal): add copyright/license headers to all source files 2025-07-29 02:02:08 +08:00
rustmailer c46b41b657 feat: add email-based message search API (OpenAPI + gRPC) with new index table
- Added unified search interface to query messages by email address
- Implemented both OpenAPI and gRPC endpoints
- Introduced new index table to optimize email-based lookups
2025-07-26 04:18:35 +08:00
rustmailer 895e7a4c51 chore(release): 1.1.0 2025-07-23 03:51:30 +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 8960fe779c ci: enable vendored-openssl feature and static linking for release builds 2025-07-18 12:07:02 +08:00
rustmailer 0044f37d7b feat: initial commit 2025-07-17 22:49:42 +08:00