Skip to content

bichon

v1.4.3 Bugfix

This release fixes issues for SREs watching stability and regressions.

Published 4d Backup & Recovery
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

backup compression email email-archiver email-archiving imap
+8 more
mail oauth2 openapi rust search self-hosted tantivy webui

Summary

AI summary

Fixed IMAP download blockage for empty bodies and added in‑memory deduplication to skip duplicate emails.

Changes in this release

Performance Medium

Add in‑memory dedup cache using (account_id, mailbox_id, content_hash) to avoid duplicate email indexing.

Add in‑memory dedup cache using (account_id, mailbox_id, content_hash) to avoid duplicate email indexing.

Source: llm_adapter@2026-05-31

Confidence: high

Bugfix Medium

Skip empty request bodies and print account ID/UID instead of blocking IMAP download.

Skip empty request bodies and print account ID/UID instead of blocking IMAP download.

Source: llm_adapter@2026-05-31

Confidence: high

Full changelog

Release Notes

Bug Fixes

  • Fix: "No body available" #262

When the request returns an empty body, choose to skip it and print the account ID and UID information, leaving it for the user to investigate themselves. Otherwise, the IMAP download process will be blocked by this.

  • Fix: add in-memory dedup cache to prevent duplicate emails before indexing

Use (account_id, mailbox_id, content_hash) as dedup key with time-based
eviction to bound memory at ~50MB. Check happens before mail parsing,
so duplicate emails skip all expensive work entirely.

  • Populate cache from Tantivy FAST columns on startup (7-day window)
  • Evict oldest 1/4 of entries when exceeding 300K capacity
  • Graceful degradation: populate failure → empty cache, still works

Full Changelog: https://github.com/rustmailer/bichon/compare/1.4.2...1.4.3

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track bichon

Get notified when new releases ship.

Sign up free

About bichon

Bichon – A lightweight, high-performance Rust email archiver with WebUI

All releases →

Related context

Earlier breaking changes

  • v1.0.0 Email/login name now immutable; account name is sortable
  • v1.0.0 Switched to UUID for envelope IDs to prevent accidental deletion

Beta — feedback welcome: [email protected]