Click or drag to resize

Pop3LoginPLAIN Method (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.

Namespace:  Limilabs.Client.POP3
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public void LoginPLAIN(
	string user,
	string adminUser,
	string adminPassword
)

Parameters

user
Type: SystemString
User's login.
adminUser
Type: SystemString
Administrator's user.
adminPassword
Type: SystemString
Administrator's password.
Exceptions
ExceptionCondition
Pop3ResponseExceptionThrows Pop3ResponseException on error response.
See Also