No description
Find a file
Shautvast facb44d561 Store credentials in OS keychain via keyring crate
Passwords are no longer stored in config.toml. Instead:
- New setup wizard (--configure) prompts for credentials on first run
  and stores them in the OS keychain (macOS Keychain, GNOME Keyring /
  KWallet on Linux, Windows Credential Manager)
- Env-var fallback: TUIMAIL_<KEY> for headless environments
- ProtonMail session token moves from session.json to the keychain
- Config file path moves to {config_dir}/tuimail/config.toml

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-25 10:50:23 +01:00
proton-bridge Store credentials in OS keychain via keyring crate 2026-02-25 10:50:23 +01:00
src Store credentials in OS keychain via keyring crate 2026-02-25 10:50:23 +01:00
.gitignore Integrate proton-bridge in-process and silence verbose logging 2026-02-24 22:51:30 +01:00
Cargo.lock Store credentials in OS keychain via keyring crate 2026-02-25 10:50:23 +01:00
Cargo.toml Store credentials in OS keychain via keyring crate 2026-02-25 10:50:23 +01:00
CLAUDE.md Add USAGE.md user documentation and link from CLAUDE.md 2026-02-24 18:33:50 +01:00
config.toml.example Store credentials in OS keychain via keyring crate 2026-02-25 10:50:23 +01:00
docker-compose.yml basic gui and login to imap 2026-02-17 17:24:35 +01:00
MAIL_SERVER_SETUP.md Reorganize mail setup docs with Gmail instructions first 2026-02-17 21:00:43 +01:00
PROTON.md added notes 2026-02-22 18:57:26 +01:00
USAGE.md Store credentials in OS keychain via keyring crate 2026-02-25 10:50:23 +01:00