method
process
v1_8_7_72 -
Show latest stable
- Class:
Net::IMAP::LoginAuthenticator
process(data)public
No documentation available.
# File lib/net/imap.rb, line 3129
def process(data)
case @state
when STATE_USER
@state = STATE_PASSWORD
return @user
when STATE_PASSWORD
return @password
end
end