- Add config/himalaya/config.toml with IMAP/SMTP to Stalwart
- Reference EMAIL_PASSWORD via env var (keeps secret out of VCS)
- Create .env.example documenting EMAIL_PASSWORD for hermes .env
This sets up terminal email on Mac. After brew install himalaya:
1. Copy config/himalaya/config.toml to ~/.config/himalaya/config.toml
2. Export EMAIL_PASSWORD (or add to ~/.hermes/.env)
3. Run: himalaya envelope list # verify inbox
himalaya message send --to you@example.com "test"
Closes#321