mirror of
https://github.com/neomutt/samples.git
synced 2025-08-18 19:58:09 +02:00
Configuration IMAP
This commit is contained in:
8
config/variable/07-001-imap_user
Normal file
8
config/variable/07-001-imap_user
Normal 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"
|
||||||
|
|
13
config/variable/07-002-imap_pass
Normal file
13
config/variable/07-002-imap_pass
Normal 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"
|
||||||
|
|
Reference in New Issue
Block a user