Authenticator for the “PLAIN” authentication type. See authenticate().
Methods
Class Public methods
new(user, password)
Link
Source: show
# File lib/net/imap.rb, line 3410 def initialize(user, password) @user = user @password = password end
Instance Public methods