rustmailer
409370be4b
bump version
2026-07-31 22:50:46 +08:00
rustmailer
6bb88d37fa
2.0.0-alpha.1
2026-07-14 05:58:20 +08:00
rustmailer
951901ac0b
update
2026-07-14 05:49:54 +08:00
rustmailer
b7e757dbf7
update
2026-07-13 20:56:26 +08:00
rustmailer
85987e39fb
update
2026-07-13 00:04:53 +08:00
rustmailer
36692e2091
feat: replace fjall with bichon-blob for blob storage
...
- use a single Engine instance for email + attachment blobs
- add delete_batch, gc_if_needed, background flush to blob crate
- fix Entry.raw_size storing compressed length instead of original
- move fjall-dependent migration code from core to admin crate
- add STORAGE_VERSION file for layout version detection
2026-07-10 03:17:38 +08:00
rustmailer
4cdf3ee5f1
refactor(blob): add delete_batch, gc_if_needed, background flush, and fix bincode compat
...
- Replace bincode 3.0.0 (empty crate) with bincode_reloaded 3.1.10
- Add delete_batch for efficient grouped tombstone writes
- Add gc_if_needed to skip GC when no segment exceeds threshold
- Add flush() for lightweight fsync+meta checkpoint without compact
- Add Config::flush_interval_secs to spawn a background flush thread
- Remove per-put/per-delete fsync; persistence via background flush
- Split gc_segments into gc_prepare/gc_finish to reduce write lock hold time
2026-07-10 01:52:04 +08:00
rustmailer
7dee5a7874
bump to v1.6.2
2026-07-08 23:55:05 +08:00
rustmailer
5fe45795b9
bump to 1.6.1
2026-06-28 11:39:58 +08:00
rustmailer
40ae2d49d4
feat: web upload supports PST, configurable MBOX/PST size limits
...
- Make MBOX/PST upload size limits configurable via SETTINGS
(bichon_web_mbox_upload_limit_mb defaults to 1 GB,
bichon_web_pst_upload_limit_mb defaults to 2 GB)
2026-06-28 09:43:50 +08:00
rustmailer
f0d0f202ba
bump to 1.6.0
2026-06-26 19:15:46 +08:00
rustmailer
cdf27f2dd4
feat: add web upload for EML/MBOX files #260
2026-06-26 17:49:35 +08:00
rustmailer
e442db4a2d
feat(blob): replace JSON metadata with bincode + CRC32 binary format
2026-06-23 23:01:32 +08:00
rustmailer
04745458bc
feat(blob): add embedded KV storage engine for email archiving
2026-06-23 21:38:31 +08:00
rustmailer
6fcc9e0e8e
bump to v1.5.3
2026-06-23 17:18:46 +08:00
rustmailer
6f572b15ae
deps: upgrade fjall to 3.1.5 to address NFS Bad file descriptor error #216 #242 #239 #231 #240
2026-06-09 01:33:17 +08:00
rustmailer
3bfc080258
bump to 1.5.1
2026-06-07 18:21:07 +08:00
rustmailer
368b18c45f
bump to v1.5.0
2026-06-04 23:46:25 +08:00
rustmailer
4d783d5301
Update Cargo.lock
2026-05-31 06:05:50 +08:00
rustmailer
d40ba90b54
fix: inline attachment detection and account-scoped export
...
- Treat MIME parts with Content-ID but no Content-Disposition as inline
- Add account_ids filter to CLI export search to avoid pulling all accounts
- Skip failed emails during export instead of aborting the entire batch
2026-05-29 16:13:19 +08:00
rustmailer
f4be4a2e8c
bump to 1.4.1
2026-05-28 17:49:18 +08:00
rustmailer
1a615e1c45
bump to v1.4.0
2026-05-26 15:27:34 +08:00
rustmailer
4bd714a670
chore: remove custom global allocator
2026-05-26 15:20:59 +08:00
rustmailer
7311529908
bump to v1.3.0
2026-05-24 16:50:15 +08:00
rustmailer
575f851cfb
update
2026-05-24 02:27:52 +08:00
rustmailer
005b1c2116
feat: added Cron scheduling for email downloads #211
2026-05-23 15:40:46 +08:00
rustmailer
1f477eca65
bump to v1.2.0
2026-05-21 23:33:26 +08:00
rustmailer
a3cdc094e8
feat: Strip remote data from emails when viewed #54
2026-05-21 23:32:42 +08:00
rustmailer
95147a7824
bump to v1.1.3
2026-05-21 18:31:00 +08:00
rustmailer
04136a4ae2
bump to v1.1.2
2026-05-19 23:58:52 +08:00
rustmailer
ba28369202
update
2026-05-19 13:58:20 +08:00
rustmailer
a4f8e674c3
Update Cargo.lock
2026-05-18 20:46:31 +08:00
rustmailer
6e984f376c
Update Cargo.lock
2026-05-17 12:29:48 +08:00
rustmailer
9f9fc71d16
bump to v1.0.1
2026-05-16 22:19:15 +08:00
rustmailer
b2a75643da
fix(bichon-admin): reduce memory usage during data migration
2026-05-16 22:17:03 +08:00
rustmailer
7afb1e29aa
refactor: replace autoconfig with native impl, remove openssl dependency
2026-05-15 11:27:06 +08:00
rustmailer
5406c4322c
refactor: replace native_db with memdb and add tests
2026-05-14 02:29:23 +08:00
rustmailer
0abaa66a40
feat(admin): add interactive data migration tool
2026-05-12 01:56:24 +08:00
rustmailer
174d56e7b4
feat: add manual download and cancel download for email accounts
2026-05-08 01:00:46 +08:00
rustmailer
f583c3413c
feat: use stemmer for multilingual token matching
2026-05-05 03:49:20 +08:00
rustmailer
e2fb0ee39e
update
2026-05-02 23:53:04 +08:00
rustmailer
0c2e540834
chore(deps): replace async-imap with custom fork for imap-proto update
...
Switched to a personal fork of async-imap to enable a newer version
of imap-proto, addressing dependency constraints and improving
compatibility with recent parser changes.
2026-04-26 16:31:18 +08:00
rustmailer
fa70437a62
feat: support export account emails to a single mbox file
2026-04-25 05:39:58 +08:00
rustmailer
0b866c81ff
refactor(workspace): decompose project into multiple crates
2026-04-23 21:45:34 +08:00
rustmailer
c185ea102c
update
2026-04-21 18:15:54 +08:00
rustmailer
82915e76ba
feat: restructure IMAP mail download state and ui
2026-04-15 20:02:41 +08:00
rustmailer
6d5953c73b
adjust the indexing strategy for attachment attributes
2026-04-10 02:08:30 +08:00
rustmailer
61161b5f3b
fix: set journal_compression to None
2026-04-09 03:46:02 +08:00
rustmailer
286ae16057
update
2026-04-05 16:06:07 +08:00
rustmailer
bd10e15c65
feat: use fjall to store detached emails and attachments
2026-04-01 04:49:18 +08:00