🎉 Initial Release
Welcome to Relay! Our first beta release brings you the core CLI and Python library for email management.🔧 CLI Commands
relay accounts add- Connect your email accounts (Gmail, Outlook, Yahoo, custom IMAP)relay accounts ls- List all connected accountsrelay messages ls- Fetch and list recent emailsrelay messages grep- Search your inbox with powerful text matchingrelay messages cat- Read full message content and metadata
🐍 Python Library
- Import
relayin your Python applications - Programmatic access to all CLI functionality
- Clean, intuitive API for email operations
- Full IMAP/SMTP protocol support under the hood
🔒 Security & Privacy
- Local credential storage using OS keychain (macOS Keychain, Windows Credential Manager, Linux Secret Service)
- No data sent to external servers
- Encrypted credential storage
- Multi-account support with isolated credential management
📧 Email Provider Support
- Gmail (via App Passwords)
- Custom IMAP/SMTP servers
🚀 Getting Started
Install withpip install relaycli and run relay accounts add to connect your first inbox.
Check out our quickstart guide for a 5-minute setup walkthrough.