mailarchiver v0.3.0 released
Today I released version 0.3.0 of mailarchiver, a lightweight Crystal application that fetches, indexes, and archives email messages via POP3.
It stores messages as .eml
files and indexes headers in SQLite with FTS5 for fast search.
Added
- CLI Importer
- Added
import
command - Introduced
Messages.update_headers_from
helper - Introduced
Attachment.insert
helper - Implemented message archiving to
data/archive/yyyy-mm-dd
- Implemented bad message helper
- Added
Next up: I’ll be working on searching, which will use FTS to quickly find messages from the CLI.