Files
Rob Harbaugh 0f0ee16ebd Add Fastmail email and calendar, multi-account neomutt
- mbsync: add Fastmail IMAP channel (rbw for credentials)
- msmtp: add Fastmail SMTP account
- neomutt: add fastmail account file, F2/F3 account switching macros
- vdirsyncer + khal: Fastmail CalDAV calendar sync
- zshrc: restore calsync alias

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-20 14:58:48 -04:00

23 lines
626 B
Plaintext

defaults
tls on
tls_trust_file /etc/ssl/certs/ca-bundle.crt
logfile ~/.local/share/msmtp/msmtp.log
account outlook
auth xoauth2
host smtp.office365.com
port 587
tls_starttls on
user robharbaugh@outlook.com
passwordeval python3 /usr/share/neomutt/oauth2/mutt_oauth2.py ~/.config/neomutt/outlook.tokens --decryption-pipe 'gpg --decrypt'
account fastmail
auth plain
host smtp.fastmail.com
port 587
tls_starttls on
user rob@rharbaugh.com
passwordeval rbw get fastmail-app-password
account default : outlook