README.md

 1<!-- GitAds-Verify: E4MV39T49YJXPDDL5VL456ARZP2SJRPV -->
 2
 3<div align="center">
 4
 5---
 6
 7<img src = "assets/banner.jpg">
 8
 9---
10
11[![Go Version](https://img.shields.io/github/go-mod/go-version/floatpane/matcha)](https://golang.org)
12[![Discord](https://img.shields.io/discord/1489296626827661323?logo=discord)](https://discord.gg/jVnYTeSPV8)
13[![GitHub release (latest by date)](https://img.shields.io/github/v/release/floatpane/matcha)](https://github.com/floatpane/matcha/releases)
14[![Go Reference](https://pkg.go.dev/badge/github.com/floatpane/matcha.svg)](https://pkg.go.dev/github.com/floatpane/matcha)
15[![Awesome](https://awesome.re/badge.svg)](https://github.com/rothgar/awesome-tuis#messaging)
16
17
18</div> 
19
20> [!TIP]
21> There are [nightly releases](https://github.com/floatpane/matcha/releases/tag/nightlyv0)!
22
23**A powerful, feature-rich email client for your terminal.** Built with Go and the Bubble Tea TUI framework, Matcha brings a beautiful, modern email experience to the command line with support for rich content, multiple accounts, and advanced terminal features.
24
25![Demo GIF](public/assets/demo.gif)
26
27### AI Agent Support
28
29Matcha can be used by autonomous AI agents to send emails on your behalf. The `matcha send` CLI command provides a non-interactive interface for composing and sending emails.
30
31```bash
32matcha send --to alice@example.com --subject "Hello" --body "Sent by my AI agent"
33```
34
35[Learn more](https://docs.matcha.floatpane.com/Features/AI_AGENTS)
36
37## Documentation
38
39Matcha Documention is available on [our website](https://docs.matcha.floatpane.com)
40
41## Star History
42
43[![Star History Chart](https://api.star-history.com/svg?repos=floatpane/matcha&type=date&legend=top-left)](https://www.star-history.com/#floatpane/matcha&type=date&legend=top-left)
44
45## Contributing
46
47Contributions are welcome! Please feel free to submit a Pull Request. See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
48
49## License
50
51This project is distributed under the MIT License. See the `LICENSE` file for more information.
52
53---
54
55## GitAds Sponsored
56[![Sponsored by GitAds](https://gitads.dev/v1/ad-serve?source=floatpane/matcha@github)](https://gitads.dev/v1/ad-track?source=floatpane/matcha@github)
57>[!TIP]
58> Want to sponsor our development and be featured here? You can do so [here](https://andrinoff.com/sponsor), or discuss it via email with [our team](mailto:us@floatpane.com)
59
60<div align="center">
61
62**[Report Bug](https://github.com/floatpane/matcha/issues/new?template=bug_report.md)** · **[Request Feature](https://github.com/floatpane/matcha/issues/new?template=feature_request.md)** · **[Contributing Guidelines](https://github.com/floatpane/matcha/blob/master/CONTRIBUTING.md)**
63
64</div>