Email CLI 🦫
Features ✨
- View Your Inbox: Fetches and displays a list of your most recent emails.
- Read Emails: Select an email from your inbox to view its content.
- Compose and Send: A simple and intuitive interface for writing and sending new emails.
- Beautiful TUI: A clean and modern terminal user interface that's a pleasure to use.
- Secure: Uses a local configuration file to store your credentials securely.
- Supported Providers: Works with Gmail and iCloud.
Installation 🚀
There are several ways to install Email CLI.
Package Managers
Homebrew 🍺 (macOS & Linux)
brew tap andrinoff/email-cli
brew install email-cli
After installation, run:
email-cli
to get started.
Install using Snap
sudo snap install email-cli
Build from Source 🔨
Email CLI is written in Go. To build it manually:
-
Ensure you have Go installed (go version).
-
Clone the repository:
git clone https://github.com/andrinoff/email-cli.git
-
Navigate to the project folder:
cd email-cli
-
Build the binary:
go build -o email-cli
-
Run it:
./email-cli
License 📄
This project is distributed under the MIT License. See the LICENSE file for more information.
Made by @andrinoff