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