Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: dastrobu/mail-mcp

v0.4.2

26 Feb 21:58
19855da

Choose a tag to compare

Changelog

  • 0a283b2 fix(jxa): implement robust mailbox traversal
  • a5ec2fc fix: update accessibility error message to mention homebrew restart
  • acd9224 fix: use global drafts mailbox for list and delete drafts

📦 Installation

Homebrew (Recommended)

brew tap dastrobu/tap
brew install mail-mcp

Binary Download

Download the appropriate archive for your system:

  • Intel Mac: mail-mcp_0.4.2_darwin_amd64.tar.gz
  • Apple Silicon: mail-mcp_0.4.2_darwin_arm64.tar.gz

Extract and install:

tar -xzf mail-mcp_0.4.2_darwin_*.tar.gz
sudo mv mail-mcp /usr/local/bin/

From Source

go install github.com/dastrobu/[email protected]

📚 Documentation

See the README for usage instructions.

v0.4.1

25 Feb 22:14
9bd0c87

Choose a tag to compare

Changelog

  • 9bd0c87 Feature/rename project to mail mcp (#33)

📦 Installation

Homebrew (Recommended)

brew tap dastrobu/tap
brew install mail-mcp

Binary Download

Download the appropriate archive for your system:

  • Intel Mac: mail-mcp_0.4.1_darwin_amd64.tar.gz
  • Apple Silicon: mail-mcp_0.4.1_darwin_arm64.tar.gz

Extract and install:

tar -xzf mail-mcp_0.4.1_darwin_*.tar.gz
sudo mv mail-mcp /usr/local/bin/

From Source

go install github.com/dastrobu/[email protected]

📚 Documentation

See the README for usage instructions.

v0.4.0

25 Feb 21:47
c50f25a

Choose a tag to compare

Changelog

  • cb234ec Add go vet to pre-commit hook
  • f0b7a51 Add tool subcommand for executing MCP tools directly from CLI
  • 4d44582 Refactor create outgoing message tool
  • adf04bf Refactor message replacement tools
  • a0688aa Refactor outgoing message tool arguments
  • 50a10ae Revert "feat: Add find_unread_mailboxes tool"
  • ebd64e6 build(deps)(deps): bump github.com/modelcontextprotocol/go-sdk
  • 61743be ci(deps): bump goreleaser/goreleaser-action from 6 to 7
  • 223350b docs: Condense AGENTS.md and split into separate docs
  • ad0c9b6 feat: Add find_unread_mailboxes tool
  • 41ce17f feat: Add markdown rendering utility
  • 7049cbf feat: accessibility-based reply tools
  • 10220f3 feat: move mcp server start to run subcommand
  • d8dc918 fix(paste): Improve reliability of accessibility paste operations
  • aa351a8 fix: add build tag to accessibility.go
  • 76b0adf fix: simplify homebrew_casks configuration
  • 95e3e42 fix: update go install command in goreleaser
  • 6e2944c fix: update goreleaser to use homebrew instead of brews
  • 5fea1b8 fix: update goreleaser to use homebrew_casks
  • 843c682 refactor: rename project to mail-mcp
  • 6ed1e44 refactor: rename project to mail-mcp

📦 Installation

Homebrew (Recommended)

brew tap dastrobu/tap
brew install mail-mcp

Binary Download

Download the appropriate archive for your system:

  • Intel Mac: mail-mcp_0.4.0_darwin_amd64.tar.gz
  • Apple Silicon: mail-mcp_0.4.0_darwin_arm64.tar.gz

Extract and install:

tar -xzf mail-mcp_0.4.0_darwin_*.tar.gz
sudo mv mail-mcp /usr/local/bin/

From Source

go install github.com/dastrobu/[email protected]

📚 Documentation

See the README for usage instructions.

v0.3.0

15 Feb 18:56
563df81

Choose a tag to compare

Changelog

  • bc4c286 feat: add brew services support and modernize Homebrew installation

📦 Installation

Homebrew (Recommended)

brew tap dastrobu/tap
brew install apple-mail-mcp

Binary Download

Download the appropriate archive for your system:

  • Intel Mac: apple-mail-mcp_0.3.0_darwin_amd64.tar.gz
  • Apple Silicon: apple-mail-mcp_0.3.0_darwin_arm64.tar.gz

Extract and install:

tar -xzf apple-mail-mcp_0.3.0_darwin_*.tar.gz
sudo mv apple-mail-mcp /usr/local/bin/

From Source

go install github.com/dastrobu/[email protected]

📚 Documentation

See the README for usage instructions.

v0.2.0

14 Feb 17:45
9a2b1c1

Choose a tag to compare

Changelog

  • 4d67395 Remove Claude Desktop config from Homebrew caveats
  • eca93ba Remove outdated GoReleaser deprecations documentation
  • 3ac7fca build(deps)(deps): bump github.com/yuin/goldmark from 1.7.8 to 1.7.16
  • b136023 build(deps): add dependabot configuration
  • 33199da build: enable goreleaser changelog generation
  • 75f5399 ci(deps): bump actions/checkout from 4 to 6
  • c6f3a95 docs: fix zed config
  • b864155 feat: improve mailbox lookup error handling and clarify case sensitivity
  • 23310e9 fix(mcp): generate correct JSON schema for nullable types compatible with Gemini API
  • c7e67e4 fix: render code blocks and nested elements within list items

📦 Installation

Homebrew (Recommended)

brew tap dastrobu/tap
brew install apple-mail-mcp

Binary Download

Download the appropriate archive for your system:

  • Intel Mac: apple-mail-mcp_0.2.0_darwin_amd64.tar.gz
  • Apple Silicon: apple-mail-mcp_0.2.0_darwin_arm64.tar.gz

Extract and install:

tar -xzf apple-mail-mcp_0.2.0_darwin_*.tar.gz
sudo mv apple-mail-mcp /usr/local/bin/

From Source

go install github.com/dastrobu/[email protected]

📚 Documentation

See the README for usage instructions.

v0.1.0

14 Feb 00:39

Choose a tag to compare


📦 Installation

Homebrew (Recommended)

brew tap dastrobu/tap
brew install apple-mail-mcp

Binary Download

Download the appropriate archive for your system:

  • Intel Mac: apple-mail-mcp_0.1.0_darwin_amd64.tar.gz
  • Apple Silicon: apple-mail-mcp_0.1.0_darwin_arm64.tar.gz

Extract and install:

tar -xzf apple-mail-mcp_0.1.0_darwin_*.tar.gz
sudo mv apple-mail-mcp /usr/local/bin/

From Source

go install github.com/dastrobu/[email protected]

📚 Documentation

See the README for usage instructions.