diff options
author | Moritz Poldrack <git@moritz.sh> | 2024-05-01 00:11:40 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2024-05-01 00:15:49 +0200 |
commit | 7b4c8f67eb5f8e3e943d72a78bdeb4194a68c61e (patch) | |
tree | bff9ce35d3607de139ae7a3ca9536d9ce730088b /doc/aerc-imap.5.scd | |
parent | 0798a428060d5a36fb60d08133f14f9939b245d1 (diff) | |
download | aerc-7b4c8f67eb5f8e3e943d72a78bdeb4194a68c61e.tar.gz |
imap: add imaps+insecure mode
When connecting through environments bypassing hostnames, like SSH
tunnels, the certificate verification of the server will fail, making it
impossible to connect, if plain IMAP has been disabled.
Add handling for the insecure modifier to the imaps connection.
Changelog-added: Add `imaps+insecure` to the available protocols, for
connections that should ignore issues with certificate verification.
Signed-off-by: Moritz Poldrack <git@moritz.sh>
Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'doc/aerc-imap.5.scd')
-rw-r--r-- | doc/aerc-imap.5.scd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/aerc-imap.5.scd b/doc/aerc-imap.5.scd index af3a020b..c2292464 100644 --- a/doc/aerc-imap.5.scd +++ b/doc/aerc-imap.5.scd @@ -35,6 +35,9 @@ are available: _imaps_ IMAP with TLS/SSL + _imaps+insecure_ + IMAP with TLS/SSL, skipping certificate verification + _imaps+oauthbearer_ IMAP with TLS/SSL using OAUTHBEARER Authentication |