Configuration IMAP

This commit is contained in:
Stefan Kropp 2018-12-01 13:54:12 +01:00
parent 182ad5a9e6
commit bc7eff9e12
No known key found for this signature in database
GPG Key ID: 10055DD86AA05BB3
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,8 @@
# -------------------------------------------------------------------------
# Name: imap_user
# -------------------------------------------------------------------------
# The name of the user whose mail you intend to access on the IMAP server.
# This variable defaults to your user name on the local machine.
# set imap_user = "imapuser"

View File

@ -0,0 +1,13 @@
# -------------------------------------------------------------------------
# Name: imap_pass
# -------------------------------------------------------------------------
# Specifies the password for your IMAP account. If unset, NeoMutt will
# prompt you for your password when you invoke the <imap-fetch-mail>
# function or try to open an IMAP folder.
#
# Warning: you should only use this option when you are on a fairly secure
# machine, because the superuser can read your neomuttrc even if you are
# the only one who can read the file.
# set imap_pass = "imappasswd"