Click or drag to resize

ImapLoginPLAINAsync 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 Task LoginPLAINAsync(
	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.

Return Value

Type: Task
A task that represents the asynchronous login operation.
Exceptions
ExceptionCondition
ImapResponseExceptionThrows ImapResponseException on error response.
See Also