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