In: |
net/imap.rb
|
Parent: | Object |
Authenticator for the "LOGIN" authentication type. See authenticate().
STATE_USER | = | :USER |
STATE_PASSWORD | = | :PASSWORD |
# File net/imap.rb, line 3040 def initialize(user, password) @user = user @password = password @state = STATE_USER end