Skip to content

adam-s-daniel/fastmail

v1.0.0

Fastmail email skills: browser-driven email workflows (search, read, compose, reply) and sending-identity management via the fastmail-actions workflows.

add-received-from-addresses

Discover which of a Fastmail account's own alias addresses are worth being able to send from, and add them as "From" identities, by triggering the add-received-from-addresses GitHub Actions workflow in the Adam-S-Daniel/fastmail-actions repo (which does the JMAP work with the FASTMAIL_API_TOKEN repo secret). It scans every message for distinct X-Delivered-To addresses, keeps only those you actually correspond through, drops any that are already identities, and adds the rest. Trigger when the user wants to "add From addresses for aliases I actually use", "find alias addresses worth sending from", or "set up identities for the addresses that receive my mail". Supports a dry-run (whatif) preview. To add a specific known address, use the add-from-address skill instead.

Compatibility
Requires the GitHub CLI (gh) authenticated with workflow scope, and the Adam-S-Daniel/fastmail-actions repo with its FASTMAIL_API_TOKEN secret configured. Optionally pwsh 7 to use the bundled trigger.ps1 helper.
Read SKILL.md at the source

Pinned to revision 400fbf01d7bb, so it is the text this page describes rather than whatever the author pushed since.

Pre-approved tools experimental

Experimental field. Support varies between clients, so this list is what the author declared, not what your client will enforce.

  • Bash
  • Read

Files

Every link opens the file at its source, pinned to the revision this page describes.