Varlink service that exposes maildir email operations using mblaze tools.

This project wraps the mblaze suite of maildir utilities. CRITICAL: These tools have specific behavior that must be understood before use.

Before implementing or modifying any functionality that uses mblaze tools, ALWAYS read the manpage:

man mscan    # Message summaries
man mshow    # Show message content
man mlist    # List messages in mailbox
man mpick    # Search with expression language
man magrep   # Search by header/body pattern
man mdirs    # List maildir folders

WRONG: mscan -n for summaries

RIGHT: Use format strings

mscan -f "%10d %17f %s"  # date, from, subject

Pager control: Set MBLAZE_PAGER=cat environment variable to disable paging