Find answers to the most frequent questions of the community.
Check out the answers to the most frequently asked questions about Relay. If you weren’t able to find an answer to your question, connect with the team on Discord or GitHub.
What problem does Relay solve?
Building apps that read, classify, and react to e-mail is still painful—rate-limited Gmail APIs or raw IMAP sockets. Relay gives you a modern CLI and library to manage emails locally, with clean Python APIs for building email-powered applications.
How do I get started?
Install the CLI with pip install relaycli
, then run relay accounts add
to connect your first email account.
The quickstart guide walks you through the entire setup in under 5 minutes.
Which email providers are supported?
Any inbox that speaks IMAP/SMTP: Gmail, Outlook, Yahoo, FastMail, or your own Dovecot/Postfix server. The same CLI commands work across all of them.
How are my credentials stored?
All credentials are stored locally on your machine, encrypted using your OS keychain (macOS Keychain, Windows Credential Manager, Linux Secret Service). Nothing is sent to external servers.
How is this different from Gmail API or other email APIs?
What can I build with Relay?
If it involves reading, searching, or managing emails, you can build it with Relay.
Can I manage multiple email accounts?
Yes! Connect unlimited email accounts with relay accounts add
and switch between them or manage them all simultaneously.
Each account gets its own secure credential storage.
Is Relay free to use?
Yes! The core Relay CLI and library are completely free and open-source. Optional cloud services may be introduced in the future, but the local functionality will always remain free.