ImapLogin |
| Name | Description | |
|---|---|---|
| LoginDIGEST(String, String) | Logs user in using AUTHENTICATE DIGEST-MD5 command. This method does NOT send the password in clear text. You can check which authentication methods remote server supports using Capabilities and then AuthenticationMethods method. | |
| LoginDIGEST(String, String, String) | Logs user in using AUTHENTICATE DIGEST-MD5 command. This method does NOT send the password in clear text. You can check which authentication methods remote server supports using Capabilities and then AuthenticationMethods method. |