method
new
v1_9_3_125 -
Show latest stable
- Class:
Net::IMAP::DigestMD5Authenticator
new(user, password, authname = nil)public
No documentation available.
# File lib/net/imap.rb, line 3425
def initialize(user, password, authname = nil)
@user, @password, @authname = user, password, authname
@nc, @stage = {}, STAGE_ONE
end