added support for imap 'autotls' option to 'email in' node (#796)

* added support for imap 'autotls' option to 'email in' node
This commit is contained in:
HiroP0
2021-04-14 18:28:03 +02:00
committed by GitHub
parent 8412beedf2
commit 13d534ee54
6 changed files with 20 additions and 0 deletions

View File

@@ -48,6 +48,7 @@
}
</pre>
<p><b>Note</b>: For POP3, the default port numbers are 110 for plain TCP and 995 for SSL. For IMAP the port numbers are 143 for plain TCP and 993 for SSL.</p>
<p><b>Note</b>: With option 'STARTTLS' an established plain connection is upgraded to an encrypted one. Set to 'always' to always attempt connection upgrades via STARTTLS, 'required' only if upgrading is required, or 'never' to never attempt upgrading.</p>
<p><b>Note</b>: The maximum refresh interval is 2147483 seconds (24.8 days).</p>
</script>