t3e is a modern CLI email client. Access, read, and manage your mailboxes instantly with powerful terminal controls, offline demo mode, and clean layouts.
Designed with a strict dependency footprint. Statically linked and optimized for instantaneous startup and zero-dependency execution.
Leverages native cryptography and robust modern TLS protocols for secure authentication with IMAP/SMTP mail servers.
Distributed as static x86_64 binaries for Linux, and high-performance Universal (Apple Silicon & Intel) binaries for macOS.
Perfect for onboarding. Test workflows and try out the interface safely offline before linking your real email account.
Configure your accounts in seconds using a clean, standard TOML format.
t3e stores configuration files at ~/.config/t3e/config.toml.
It supports multiple email accounts, custom folders, and interactive text editor bindings for drafting mail.
# Default account to use
default_account = "personal"
[accounts.personal]
imap_host = "imap.gmail.com"
imap_port = 993
smtp_host = "smtp.gmail.com"
smtp_port = 465
username = "your.email@gmail.com"
password = "your-app-password"