Click or drag to resize

Pop3LoginPLAINAsync Method

Overload List
  NameDescription
Public methodLoginPLAINAsync(String, String)
Logs user in using AUTHENTICATE PLAIN command. This method sends the password in clear text (BASE64), unless SSL/TLS connection is used.
Public methodLoginPLAINAsync(String, String, String)
Logs user in using AUTH PLAIN command. This method sends the password in clear text (BASE64), unless SSL/TLS connection is used.
Top
See Also