Net::IMAP::CramMD5Authenticator
class Net::IMAP::CramMD5Authenticator
Authenticator for the “CRAM-MD5” authentication type. See authenticate().
Public Class Methods
# File lib/net/imap.rb, line 3472 def initialize(user, password) @user = user @password = password end