12件ヒット
[1-12件を表示]
(0.006秒)
クラス
-
Net
:: IMAP (12)
検索結果
-
Net
:: IMAP # authenticate(auth _ type , user , password) -> Net :: IMAP :: TaggedResponse (8.0) -
AUTHENTICATE コマンドを送り、クライアントを認証します。
...します。
例:
imap.authenticate('LOGIN', user, password)
auth_type としては以下がサポートされています。
* "LOGIN"
* "PLAIN"
* "CRAM-MD5"
* "DIGEST-MD5"
@param auth_type 認証方式を表す文字列
@param user ユーザ名文字列
@param password パスワー...