Email

🐾 Mutt-wizard

Bash script which sets up a neomutt client. See Luke Smith’s video of it.

Hosts

Disroot & Cock.li both have sub-addresses: + / . Thorough review of more email hosts.

Proxy

mbsync (used for IMAP by mutt-wizard) doesn’t have proxy support, but can be routed through a proxy with proxychains-ng, add to your shell profile:

for command in mbsync mailsync neomutt; do
    alias $command="proxychains -q $command"
done; unset command

For I2Pd, pass -f with a config file.

msmtp has proxy support, add this at the end of the account section in ~/.config/msmtp/config:

tls_starttls off
proxy_host 127.0.0.1
proxy_port 9050

For I2Pd, replace 9050 with 4447.

Related
Email · Technology