Logs user in using LOGIN command.
When LOGIN command is disabled by including the LOGINDISABLED capability this method tries to log-in using UseBestLogin(String, String).
Unless SSL connection is used this method sends 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
Exceptions
| Exception | Condition |
|---|---|
| Limilabs.Client..::..ServerException | Throws ServerException on negative response. |