Authenticator for the “CRAM-MD5” authentication type. See authenticate().
Methods
Class Public methods
new(user, password)
Link
Source: show
# File lib/net/imap.rb, line 3427 def initialize(user, password) @user = user @password = password end
Instance Public methods