v0.2.3
·
1 commit
to main
since this release
Immutable
release. Only release title and notes can be modified.
Fixes
move_emailcan 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 withtarget mailbox not found (-2700), and passing the destination as the sourceaccounthint triggered the resolver's broad scan (20s timeout). Newto_accountparameter (MCP tool + CLI--to-account) resolves the destination mailbox in the named account — nested/sub-mailboxes included — with a clear error that points atto_account;undo_lastmoves the message back to its source account.account/mailboxremain 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.