diff --git a/options.xhtml b/options.xhtml index 48a97a1a5..0c70cf634 100644 --- a/options.xhtml +++ b/options.xhtml @@ -4328,6 +4328,8 @@ attribute set of (string or signed integer or boolean or list of string)

{ }

Example:

{
+  TLSType = "IMAP";
+  TLSVersions = [ "+1.3" "+1.2" "-1.1" ];
   PipelineDepth = 10;
   Timeout = 60;
 };