Size: 651
Comment:
|
Size: 671
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
= Configuration of the Mutt command line email client = | = IMAPs Configuration of the Mutt command line email client = |
Line 10: | Line 10: |
set imap_home_namespace="" | |
Line 16: | Line 15: |
set timeout=10 | |
Line 22: | Line 22: |
---- [[CategoryMAIL]] |
IMAPs Configuration of the Mutt command line email client
- open ~/.muttrc with your favorite text editor
- Specify following parameters:
set folder="imaps://imap.ee.ethz.ch:993" set smtp_url="smtp://${USER}@smtp.ee.ethz.ch:587/" set imap_login="${USER}" set imap_user="${USER}" set header_cache="${HOME}/.mutt_header_cache" set ssl_force_tls=yes set spoolfile="imaps://imap.ee.ethz.ch:993/INBOX" set timeout=10 set arrow_cursor=no
- save and quit. Start mutt.
make sure you use mutt version >= 1.5.14. These settings will not work with older mutt clients.