Net::IMAP::CramMD5Authenticator

class Net::IMAP::CramMD5Authenticator

Parent:
Object

Authenticator for the “CRAM-MD5” authentication type. See authenticate().

Public Class Methods

new(user, password) Show source
# File lib/net/imap.rb, line 3450
def initialize(user, password)
  @user = user
  @password = password
end