FastMail
JSON →Interact with FastMail's email, calendar, and contacts via its JMAP API.
Install
pip install -r Tools · 7
- configure_fastmail Set up your FastMail API credentials.
- list_mailboxes List all mailboxes with their names, roles, and email counts.
- find_mailbox Find a specific mailbox by name or role.
- get_emails Get emails from a specific mailbox.
- search_emails Search emails with advanced filtering.
- get_email_body Get the full body content of a specific email.
- send_email Send an email through FastMail.
Links
★ 2 GitHub stars