Skip to content

mboxShell v0.3.0

Latest

Choose a tag to compare

@dcarrero dcarrero released this 10 Feb 23:30
· 1 commit to main since this release

What's New in v0.3.0

Search Filter Popup (F)

Visual form to build search queries without remembering syntax. Fields: text, from, to, subject, date range, size, attachment, label. Navigate with Tab/Shift-Tab, toggle with Space, search with Enter.

Result Counter

Search bar now shows (N / total) while typing, showing how many messages match.

Search History

Up/Down arrow keys in the search bar navigate previous queries. History indicator [history] shown when browsing.

Complete Internationalization (EN/ES)

All TUI and CLI strings are now fully internationalized in English and Spanish (~150 translation keys). Language is auto-detected from system locale or set with --lang en|es.

Platforms

Platform Binary
Linux x86_64 mboxshell-linux-x86_64
Linux ARM64 mboxshell-linux-aarch64
Linux RISC-V 64 mboxshell-linux-riscv64
FreeBSD x86_64 mboxshell-freebsd-x86_64
macOS Intel mboxshell-macos-x86_64
macOS Apple Silicon mboxshell-macos-aarch64
Windows x86_64 mboxshell-windows-x86_64.exe
Windows ARM64 mboxshell-windows-aarch64.exe

Install

# Linux / macOS
chmod +x mboxshell-*
sudo mv mboxshell-* /usr/local/bin/mboxshell

# Or build from source
cargo install --git https://github.com/dcarrero/mboxshell.git