docs/meli.conf.5: add use_tls option in IMAP connection settings

pull/223/head
Manos Pitsidianakis 2023-06-14 12:44:04 +03:00
parent d33f9d54c7
commit b6c93e49f2
Signed by: Manos Pitsidianakis
GPG Key ID: 7729C7707F7E09D0
1 changed files with 5 additions and 0 deletions

View File

@ -263,6 +263,11 @@ The port to connect to
If port is 993 and use_starttls is unspecified, it becomes false by default.
.\" default value
.Pq Em true
.It Ic use_tls Ar boolean
.Pq Em optional
Connect with TLS (or upgrade from plain connection to TLS if STARTTLS is set).
.\" default value
.Pq Em true
.It Ic danger_accept_invalid_certs Ar boolean
.Pq Em optional
Do not validate TLS certificates.