diff options
-rw-r--r-- | lib/starttls.ml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/starttls.ml b/lib/starttls.ml index 714defe..fafda66 100644 --- a/lib/starttls.ml +++ b/lib/starttls.ml @@ -1,6 +1,10 @@ open Lwt.Syntax open Xml +type config = { + prefer_starttls : bool + } + exception TLSError (** [STARTTLSFailure] is thrown if the server doesn't allow the STARTTLS negotiation to |