Click or drag to resize

ImapLoginPLAIN Method (String, String, String)

Logs user in using AUTHENTICATE PLAIN command. This method sends the password in clear text (BASE64), unless SSL/TLS connection is used.

Namespace:  Limilabs.Client.IMAP
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
ImapResponseExceptionThrows ImapResponseException on error response.
See Also