Commit Graph

12 Commits

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