62 Commits
Author SHA1 Message Date
rustmailer e57d1e41e0 fix(web): consume OIDC access_token and add dual SSO sign-out 2026-08-03 00:04:51 +08:00
rustmailerandGitHub 7c7a490091 Merge pull request #325 from hammaschlach/feature/imap-poll-interval
Allow IMAP sync intervals as low as 1 minute
2026-07-29 17:07:49 +08:00
rustmailerandGitHub ef954e255e Merge pull request #312 from 8times4/feat/proxy-provider-expansion
feat: expand proxy provider support
2026-07-01 00:53:19 +08:00
rustmailerandGitHub debb119d3d Merge pull request #298 from shadowdao/fix/smtp-inbox-uidvalidity-clobber-297
fix(smtp): don't clobber the IMAP-owned INBOX uid_validity on journal ingest (#297)
2026-06-11 09:10:01 +08:00
rustmailerandGitHub 62cb5264fd Add funding.json for project funding details 2026-06-06 15:56:47 +08:00
rustmailerandGitHub 42861f6cc9 Merge pull request #288 from Korov/fix/tencent-mail-uidvalidity
fix: Add fallback UIDVALIDITY support for non-compliant IMAP servers
2026-06-04 23:45:40 +08:00
rustmailerandGitHub 327a3f39d9 Merge pull request #287 from fama/dedup-cache-fix
fix: open NewIndexWriter once across all migration segments
2026-06-04 10:24:22 +08:00
rustmailerandGitHub 9f3097df32 Merge pull request #259 from mmaudet/feat/search-by-server-timestamp
feat: filter and sort search-messages by a server-side timestamp
2026-05-23 11:04:54 +08:00
rustmailerandGitHub c075b9ef12 Merge pull request #258 from mmaudet/fix/self-heal-missing-content
fix: self-heal a missing content blob in download-message
2026-05-23 11:03:04 +08:00
rustmailerandGitHub 21a7f7e9d5 Merge pull request #257 from mmaudet/fix/gc-blob-still-referenced
fix: prevent the dedup GC from deleting a still-referenced content blob
2026-05-23 10:58:34 +08:00
rustmailerandGitHub 1d6f5d9a22 Merge pull request #243 from tremor021/smallfix
Fix small typo in store.rs
2026-05-19 23:56:11 +08:00
rustmailerandGitHub 6b1f843bd5 Merge pull request #237 from rustmailer/fix/cli-mbox-memory
fix: bichon-cli OOMs on import #233
2026-05-18 20:27:03 +08:00
rustmailerandGitHub 9daab241b0 Merge pull request #236 from rustmailer/fix/deduplication
feat: add async index deduplication task
2026-05-18 18:03:14 +08:00
root 1be5fea51a update 2026-04-28 23:27:14 +08:00
rustmailerandGitHub f9ceb83293 Merge pull request #198 from defrance/main
Add more info when send fail (not just status)
2026-04-21 20:18:59 +08:00
rustmailerandGitHub 11be1e4758 Merge pull request #129 from ItsVRK/feature/125-permissions_nfs_volumes
#125 fix: allow setting of PUID and PGID to prevent permission issues when using NFS mounts or shared volumes
2026-01-22 13:20:54 +08:00
rustmailerandGitHub df1a6f8c5b Update README.md 2026-01-20 10:06:13 +08:00
rustmailerandGitHub 48f8092b5a Merge pull request #113 from ktdd/search-improvements-v1
Search improvements
2026-01-14 14:32:38 +08:00
rustmailerandGitHub a64351d409 Merge pull request #112 from ktdd/search-table-v1
Replaced email listing with a table with adjustable columns + other changes
2026-01-14 14:32:24 +08:00
rustmailerandGitHub 82fb2a02bc Merge pull request #110 from op3/feat/support-listening-on-ipv6
Support listening on IPv6 addresses
2026-01-13 23:59:02 +08:00
rustmailerandGitHub c61977ce5c Merge pull request #107 from metlos/no-cap-on-sync-interval
Remove the maximum from the sync_interval_min.
2026-01-13 23:51:14 +08:00
rustmailerandGitHub 4ee44daf0d Merge pull request #103 from ktdd/presets-and-sort
Updated presets and added a 'sort by' feature.
2026-01-07 15:03:17 +08:00
rustmailerandGitHub 97143d55b8 Merge pull request #67 from mmaudet/feat/envelope-endpoint-and-api-improvements
feat(api): Add envelope endpoint and improve API documentation
2025-12-30 22:32:26 +08:00
rustmailerandGitHub e666f76d87 Merge branch 'main' into feat/envelope-endpoint-and-api-improvements 2025-12-30 22:32:11 +08:00
rustmailerandGitHub 6d11dcd33f Merge pull request #65 from mmaudet/fix/rename-id-to-message-id
fix(api): Rename id to message_id and fix OpenAPI path parameters
2025-12-26 20:00:48 +08:00
rustmailerandGitHub e64c2467fd Merge branch 'main' into fix/rename-id-to-message-id 2025-12-26 19:59:25 +08:00
rustmailerandGitHub 97be76278e Merge pull request #71 from metlos/encrypt-password-file
feat(cli): add an option to specify the encrypt password in a file
2025-12-20 19:45:55 +08:00
rustmailerandGitHub d4232789f9 Add roadmap section to README #76
Added a roadmap section outlining future features and enhancements.
2025-12-20 18:59:52 +08:00
rustmailerandGitHub c05a8944ef Merge pull request #57 from pansuzuki/lang-pack-pl
Added new language Polish
2025-12-10 23:13:04 +08:00
rustmailerandGitHub b0412b02f5 Add user case showcase and performance data overview
Added a user case showcase highlighting performance and storage efficiency with data from 126 email accounts.
2025-12-07 23:22:54 +08:00
rustmailerandGitHub a1453f3cda Document environment variable quotes in container usage
Added notes on running Bichon in a container to README.
2025-12-07 00:42:10 +08:00
rustmailerandGitHub 9e656b1f91 Bump version from 0.1.3 to 0.1.4 2025-12-07 00:22:41 +08:00
rustmailerandGitHub afac192280 Enhance CORS configuration section in README
Added detailed CORS configuration instructions for Bichon, including new behavior in v0.1.4 and examples for setting origins.
2025-12-07 00:22:07 +08:00
rustmailerandGitHub c90a2d552d Fix FAQ link in README.md 2025-12-06 22:04:35 +08:00
rustmailerandGitHub a4627a63cb Update README.md 2025-12-06 22:03:36 +08:00
rustmailerandGitHub 684b9765fe Update README.md 2025-12-06 20:33:51 +08:00
rustmailerandGitHub dffdac3eb6 Update README.md 2025-11-29 01:24:00 +08:00
rustmailerandGitHub 7d02e58e4e Update README.md 2025-11-29 00:35:16 +08:00
rustmailerandGitHub 847cc6825a Update README.md 2025-11-29 00:34:22 +08:00
rustmailerandGitHub c82fb4f301 Update issue templates 2025-11-27 14:49:37 +08:00
rustmailerandGitHub 78b33f8994 Update README.md 2025-11-26 22:28:54 +08:00
rustmailerandGitHub 324051bdf0 Revise README to enhance project description
Updated README to clarify Bichon's purpose and features.
2025-11-26 20:40:40 +08:00
rustmailerandGitHub a8282a95f3 Update README.md 2025-11-25 08:33:22 +08:00
rustmailerandGitHub 9fe617aed7 Revise internationalization details in README
Updated internationalization section to clarify language support.
2025-11-25 00:11:10 +08:00
rustmailerandGitHub 22e12b68a8 Add internationalization section to README
Added internationalization support details to README.
2025-11-25 00:08:50 +08:00
rustmailerandGitHub b97f2666a0 Revise CORS settings and access instructions
Updated CORS configuration and access instructions in README.
2025-11-23 01:30:56 +08:00
rustmailerandGitHub b36e63f530 Document Bichon encryption password setup
Added instructions for setting the Bichon encryption password via command-line and environment variable.
2025-11-23 00:43:41 +08:00
rustmailerandGitHub d4dfee8649 Merge pull request #10 from n3storm/patch-1
Update README with Bichon command requirements
2025-11-22 17:05:31 +08:00
rustmailerandGitHub 7b2280f460 Update README.md 2025-11-21 20:46:46 +08:00
rustmailerandGitHub ef06cd2310 Update README.md 2025-11-21 20:25:31 +08:00
rustmailerandGitHub 0bf308438f Update README.md 2025-11-20 11:23:08 +08:00
rustmailerandGitHub e18b01dafb Update README.md 2025-11-19 10:16:39 +08:00
rustmailerandGitHub 152478b767 Add curl installation to Dockerfile 2025-11-19 09:44:31 +08:00
rustmailerandGitHub 77aae07167 Merge pull request #1 from khadanja/patch-1
Update envrionment variable names in .env & Readme
2025-11-19 09:34:34 +08:00
rustmailerandGitHub b607ee473a Update README.md 2025-11-19 09:26:35 +08:00
rustmailerandGitHub 4f4fe6bbbc Update README.md 2025-11-19 09:15:23 +08:00
rustmailerandGitHub 7c7c7ee7f3 Update README.md 2025-11-19 04:27:11 +08:00
rustmailerandGitHub c1ca64d606 Create FUNDING.yml 2025-11-19 04:03:23 +08:00
rustmailerandGitHub 8f2469cb36 Update README.md 2025-11-19 04:02:20 +08:00
rustmailerandGitHub 4e790f1512 Update README.md 2025-11-19 03:57:00 +08:00
rustmailerandGitHub 5fd05fb154 Update README.md 2025-11-19 03:54:25 +08:00
rustmailerandGitHub f84dd831ed Initial commit 2025-11-19 02:02:58 +08:00