Click or drag to resize

ImapLoginDIGEST Method

Overload List
  NameDescription
Public methodLoginDIGEST(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.
Public methodLoginDIGEST(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.
Top
See Also