FAILURE:>11:48:09 Cannot get listing of ''.
FAILURE:>11:48:09 MailKit.Security.SslHandshakeException: An error occurred while attempting to establish an SSL or TLS connection.
FAILURE:>11:48:09
FAILURE:>11:48:09 This usually means that the SSL certificate presented by the server is not trusted by the system for one or more of
FAILURE:>11:48:09 the following reasons:
FAILURE:>11:48:09
FAILURE:>11:48:09 1. The server is using a self-signed certificate which cannot be verified.
FAILURE:>11:48:09 2. The local system is missing a Root or Intermediate certificate needed to verify the server's certificate.
FAILURE:>11:48:09 3. A Certificate Authority CRL server for one or more of the certificates in the chain is temporarily unavailable.
FAILURE:>11:48:09 4. The certificate presented by the server is expired or invalid.
FAILURE:>11:48:09 5. The set of SSL/TLS protocols supported by the client and server do not match.
FAILURE:>11:48:09 6. You are trying to connect to a port which does not support SSL/TLS.
FAILURE:>11:48:09
FAILURE:>11:48:09 See
https://github.com/jstedfast/MailKit/blob/master/F... for possible solutions.
FAILURE:>11:48:09
FAILURE:>11:48:09 ---> System.IO.IOException: Received an unexpected EOF or 0 bytes from the transport stream.
FAILURE:>11:48:09 at System.Net.Security.SslStream.ReceiveHandshakeFrameAsync[TIOAdapter](CancellationToken cancellationToken)
FAILURE:>11:48:09 at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken)
FAILURE:>11:48:09 at System.Net.Security.SslStream.AuthenticateAsClient(SslClientAuthenticationOptions sslClientAuthenticationOptions)
FAILURE:>11:48:09 at MailKit.Net.Imap.ImapClient.SslHandshake(SslStream ssl, String host, CancellationToken cancellationToken)
FAILURE:>11:48:09 at MailKit.Net.Imap.ImapClient.Connect(String host, Int32 port, SecureSocketOptions options, CancellationToken cancellationToken)
FAILURE:>11:48:09 --- End of inner exception stack trace ---
FAILURE:>11:48:09 at MailKit.Net.Imap.ImapClient.Connect(String host, Int32 port, SecureSocketOptions options, CancellationToken cancellationToken)
FAILURE:>11:48:09 at HB.Plugins.Imap.IMAPSession.Connect()
FAILURE:>11:48:09 at HB.Plugins.Imap.IMAPSession.Query[T](Func`1 func)
FAILURE:>11:48:09 at HB.Plugins.Imap.IMAPSession.GetListingQuery(String path, FileList listing)
FAILURE:>11:48:09 at HB.Plugins.Imap.ImplementationBase.GetListing(String path, FileList fileList)
FAILURE:>11:48:09 at HB.Managed.Interfaces.PluginBaseAdapter.GetListing(String path, FileList fileList)