Metadata-Version: 2.4
Name: mailgateway-mcp
Version: 0.1.1.dev1
Summary: Mail gateway MCP server implementation
Author-email: Omry Yadan <omry@yadan.net>
Maintainer-email: Omry Yadan <omry@yadan.net>
Project-URL: Homepage, https://github.com/omry/agent_tools
Project-URL: Repository, https://github.com/omry/agent_tools
Keywords: email,mcp,mail,smtp,openclaw
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Communications :: Email
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: hydra-core<2.0,>=1.3
Requires-Dist: mcp<2.0,>=1.9.4
Provides-Extra: dev
Requires-Dist: aiosmtpd<2.0,>=1.4.6; extra == "dev"
Requires-Dist: pytest<9.0,>=7.4; extra == "dev"
Requires-Dist: trustme<2.0,>=1.2; extra == "dev"

# MailGateway MCP Server

This directory contains the design and future implementation of a mail gateway MCP server.

The design is documented in the `docs/` structure used by the MCP server template:

- [docs/overview.md](docs/overview.md)
- [docs/architecture.md](docs/architecture.md)
- [docs/openclaw-integration/README.md](docs/openclaw-integration/README.md)
- [docs/openclaw-integration/wrapper-skill-decision.md](docs/openclaw-integration/wrapper-skill-decision.md)
- [docs/openclaw-integration/send-email-skills.md](docs/openclaw-integration/send-email-skills.md)
- [openclaw_skills/README.md](openclaw_skills/README.md)
- [docs/config.md](docs/config.md)
- [docs/policies.md](docs/policies.md)
- [docs/errors.md](docs/errors.md)
- [docs/todo.md](docs/todo.md)
- [docs/testing_backlog.md](docs/testing_backlog.md)
- [docs/tools/list_accounts.md](docs/tools/list_accounts.md)
- [docs/tools/send_email.md](docs/tools/send_email.md)
- [docs/tools/imap_extension.md](docs/tools/imap_extension.md)
