conf: add missing IMAP options in meli.conf.5

master
Manos Pitsidianakis 2019-10-03 19:58:52 +03:00
parent 9a3b9b1409
commit c2fd0bc794
Signed by: Manos Pitsidianakis
GPG Key ID: 73627C2F690DF710
2 changed files with 13 additions and 0 deletions

View File

@ -130,6 +130,14 @@ example:
.Qq mail.example.tld
.It Cm server_username Ar String
.It Cm server_password Ar String
.It Cm server_port Ar number
(optional)
.\" default value
.Pq Em 143
.It Cm use_starttls Ar boolean
(optional) if port is 993 and use_starttls is unspecified, it becomes false by default.
.\" default value
.Pq Em true
.It Cm danger_accept_invalid_certs Ar boolean
(optional) do not validate TLS certificates.
.\" default value

View File

@ -1,3 +1,7 @@
# Look into meli.conf(5) for all valid configuration options, their
# descriptions and default values
#
#
# Setting up a Maildir account
#[accounts.account-name]
#root_folder = "/path/to/root/folder"
@ -29,6 +33,7 @@
#server_username="username@server.tld"
#server_port="993" # imaps
#server_port="143" # STARTTLS
#use_starttls=true #optional
#index_style = "Conversations"
#identity = "username@server.tld"
#display_name = "Name Name"