diff --git a/source/_integrations/imap.markdown b/source/_integrations/imap.markdown index 00582a63074..bf461b53758 100644 --- a/source/_integrations/imap.markdown +++ b/source/_integrations/imap.markdown @@ -50,14 +50,16 @@ Below is an example for setting up the integration to connect to your Microsoft - Password: Your password - Charset: `US-ASCII` -### Selecting an alternate SSL cipher list (advanced mode) +### Selecting an alternate SSL cipher list or disable SSL verification (advanced mode) If the default IMAP server settings do not work, you might try to set an alternate SLL cipher list. The SSL cipher list option allows to select the list of SSL ciphers to be accepted from this endpoint. `default` (_system default_), `modern` or `intermediate` (_inspired by [Mozilla Security/Server Side TLS](https://wiki.mozilla.org/Security/Server_Side_TLS)_) +If you are using self signed certificates can can turn of SSL verification. +