Ruby 1.9.2 リファレンスマニュアル > ライブラリ一覧 > net/imapライブラリ > Net::IMAP::LoginAuthenticatorクラス

class Net::IMAP::LoginAuthenticator

クラスの継承リスト: Net::IMAP::LoginAuthenticator < Object < Kernel < BasicObject

Abstract

Authenticator for the "LOGIN" authentication type. See Net::IMAP#authenticate.

特異メソッド

new(user, password)

インスタンスメソッド

process(data)

Methods

Classes