Some checks failed
Architecture Lint / Linter Tests (pull_request) Successful in 24s
Smoke Test / smoke (pull_request) Failing after 22s
Validate Config / YAML Lint (pull_request) Failing after 19s
Validate Config / JSON Validate (pull_request) Successful in 14s
Validate Config / Python Syntax & Import Check (pull_request) Failing after 56s
Validate Config / Python Test Suite (pull_request) Has been skipped
Validate Config / Cron Syntax Check (pull_request) Successful in 15s
Validate Config / Shell Script Lint (pull_request) Failing after 1m8s
Validate Config / Deploy Script Dry Run (pull_request) Successful in 14s
Validate Config / Playbook Schema Validation (pull_request) Successful in 21s
PR Checklist / pr-checklist (pull_request) Successful in 5m3s
Architecture Lint / Lint Repository (pull_request) Failing after 19s
- 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
8 lines
253 B
Plaintext
8 lines
253 B
Plaintext
# Hermes environment variables
|
|
# Copy this file to .env and fill in real values.
|
|
# DO NOT commit .env — it is gitignored.
|
|
|
|
# Email credentials for himalaya terminal client
|
|
# Stalwart Mail Server at mail.alexanderwhitestone.com
|
|
EMAIL_PASSWORD=changeme
|