Logs user in using AUTHENTICATE DIGEST-MD5 command. This method does NOT send the password in clear text.
You can check which methods remote server supports using SupportedAuthenticationMethods()()()() method.
Namespace: Limilabs.Client.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.12102.1426
Syntax
Remarks
This command is unnecessary if you are using SSL, use Login(String, String) method instead.
Exceptions
| Exception | Condition |
|---|---|
| Limilabs.Client..::..ServerException | Throws ServerException on negative response. |