ImapLogin |
| Name | Description | |
|---|---|---|
| LoginDIGESTAsync(String, String, CancellationToken) | 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. | |
| LoginDIGESTAsync(String, String, String, CancellationToken) | 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. |