Object
Authenticator for the “CRAM-MD5” authentication type. See authenticate().
# File net/imap.rb, line 3333 def initialize(user, password) @user = user @password = password end
# File net/imap.rb, line 3326 def process(challenge) digest = hmac_md5(challenge, @password) return @user + " " + digest end
This page was generated for Ruby 1.9.3
Ruby-doc.org is hosted by James Britt and Neurogami, an avant garage research + development in Scottsdale, AZ.
Generated with the Rubydoc Rdoc Generator 0.9.4.