Skip to content

v0.2.3

Choose a tag to compare

@ErnestoCobos ErnestoCobos released this 01 Jul 20:47
· 1 commit to main since this release
Immutable release. Only release title and notes can be modified.

Fixes

  • move_email can now move messages across accounts. Previously the destination mailbox was only ever resolved in the message's own account, so a cross-account move failed with target mailbox not found (-2700), and passing the destination as the source account hint triggered the resolver's broad scan (20s timeout). New to_account parameter (MCP tool + CLI --to-account) resolves the destination mailbox in the named account — nested/sub-mailboxes included — with a clear error that points at to_account; undo_last moves the message back to its source account. account/mailbox remain source hints (where the message currently is), not the destination.
  • Also carries v0.2.2's fix: the server no longer crashes on missing Full Disk Access — it starts and logs a clear warning.

Install from this release (no PyPI needed)

uv tool install --force ./cobos_apple_mail_mcp-0.2.3-py3-none-any.whl
# or single-file .pyz — run with Python 3.12 (the ABI it was built for):
python3.12 apple-mail-mcp.pyz serve   # -full.pyz adds [watch]+[semantic]+[attachments]

Verify with shasum -a 256 -c SHA256SUMS.txt.