diff options
| -rw-r--r-- | README.md | 16 | ||||
| -rw-r--r-- | mw.1 | 2 | ||||
| -rw-r--r-- | share/domains.csv | 2 |
3 files changed, 9 insertions, 11 deletions
@@ -6,9 +6,9 @@ Get this great stuff without effort: - A full-featured and autoconfigured email client on the terminal with neomutt - Mail stored offline enabling the ability to: - * view and write emails while you're away from - the internet - * make backups + - view and write emails while you're away from + the internet + - make backups - Provides a `mailsync` script that can be scheduled to run as often as you like, which downloads/syncs mail and optionally notifies you when new mail has arrived. @@ -69,7 +69,6 @@ A user of Arch-based distros can also install the current mutt-wizard release fr syncing. - `mpop` - If you want to use POP protocol instead of IMAP. - ## Usage The mutt-wizard runs via the command `mw`. Once setup is complete, you'll use @@ -96,7 +95,7 @@ The mutt-wizard runs via the command `mw`. Once setup is complete, you'll use - `-i` -- IMAP server address - `-I` -- IMAP server port (otherwise assumed to be 993) - `-s` -- SMTP server address -- `-S` -- SMTP server port (otherwise assumed to be 465) +- `-S` -- SMTP server port (otherwise assumed to be 587) - `-m` -- Maximum number of emails to be kept offline. No maximum is default functionality. - `-x` -- Account password. You will be prompted for it otherwise. @@ -177,14 +176,13 @@ To give you an example of the interface, here's an idea: ## Help the Project! - - Try mutt-wizard out on weird machines and weird email addresses and report any errors. - Open a PR to add new server information into `domains.csv` so their users can more easily use mutt-wizard. - If nothing else, donate: - - XMR: `8AzeWXhJvYJ1VeENHcNXCR1dLMgDALreZ1BdooZVjRKndv6myr3t1ue6C4ML2an5fWSpcP1sTDA9nKUMevkukDXG6chRjNv` - - BTC: `bc1qacqfp36ffv9mafechmvk8f6r8qy4tual6rcm9p` + - XMR: `8AzeWXhJvYJ1VeENHcNXCR1dLMgDALreZ1BdooZVjRKndv6myr3t1ue6C4ML2an5fWSpcP1sTDA9nKUMevkukDXG6chRjNv` + - BTC: `bc1qacqfp36ffv9mafechmvk8f6r8qy4tual6rcm9p` ## Details for Tinkerers @@ -204,7 +202,7 @@ To give you an example of the interface, here's an idea: - Gmail accounts need to create an [App Password](https://support.google.com/accounts/answer/185833?hl=en) to - use with "less secure" applications. This password is single-use (i.e. + use with "less secure" applications. This password is single-use (i.e. for setup) and will be stored and encrypted locally. Enabling third-party applications requires turning off two-factor authentication and this will circumvent that. You might also need to manually "Enable IMAP" in the @@ -66,7 +66,7 @@ IMAP/POP server port (assumed to be 993 for IMAP and 995 for POP if not specifie SMTP server address .TP .B -S -SMTP server port (assumed to be 465 if not specified) +SMTP server port (assumed to be 587 if not specified) .TP .B -x Account password. You will be prompted for the password interactively if this option is not given. diff --git a/share/domains.csv b/share/domains.csv index 7a8b63a..9c888c7 100644 --- a/share/domains.csv +++ b/share/domains.csv @@ -285,7 +285,7 @@ teknik.io,mail.teknik.io,993,mail.teknik.io,587 telenet.be,imap.telenet.be,993,smtp.telenet.be,587 tfwno.gf,mail.cock.li,993,mail.cock.li,587 thamognya.com,mail.thamognya.com,993,mail.thamognya.com,587 -thesiah.xyz,mail.thesiah.xyz,993,mail.thesiah.xyz,465 +thesiah.xyz,mail.thesiah.xyz,993,mail.thesiah.xyz,587 thunix.net,thunix.net,143,thunix.net,25 tlen.pl,poczta.o2.pl,993,poczta.o2.pl,465 tlu.edu,imap-mail.outlook.com,993,smtp-mail.outlook.com,587 |
