MailSender.authenticate

Perfrom authentication process in one method (high-level) instead of sending AUTH and auth data in several messages.

Auth schemes accoring to type: * PLAIN: | AUTH->, <-STATUS, [encoded login/password]->, <-STATUS * LOGIN: | AUTH->, <-STATUS, [encoded login]->, <-STATUS, [encoded password]->, <-STATUS

class MailSender
authenticate
(
A...
)

Meta