• v0.7.0 8babdcfa88

    v0.7.0
    release / release (push) Successful in 2m25s
    Stable

    steve released this 2026-07-07 14:29:22 +01:00 | 1 commits to main since this release

    v0.7.0 — find mail anywhere in the mailbox

    New in this release:

    • New folders command — list every mailbox in an account
      (emcli folders --account A), so mail archived outside INBOX is
      discoverable. Marks non-selectable hierarchy entries.

    • search --all-folders — search every mailbox in one command
      instead of just INBOX. Each result includes the folder it was found
      in (use it with get/ack), and folders the server refused to
      search are reported in skipped_folders.

    • Smarter empty search results — when a search finds nothing,
      the response now includes a hint suggesting next steps (list
      folders, retry with --all-folders, adjust criteria). The hint is
      deliberately generic and reveals nothing about whitelist filtering.

    • --text documented as best-effort — some IMAP servers have no
      full-text index and return zero results for mail that
      --subject-contains finds. The docs now recommend
      --subject-contains/--from as the primary search methods.

    Upgrade: skill installer now defaults to v0.7.0
    (EMCLI_VERSION=v0.7.0 scripts/install.sh).

    Downloads