204件ヒット
[101-200件を表示]
(0.028秒)
クラス
キーワード
-
content
_ id (36) - description (36)
-
dsp
_ type (12) - name (36)
- param (12)
-
raw
_ data (36) - responses (12)
- tag (12)
- text (12)
検索結果
先頭5件
-
Net
:: IMAP :: ContentDisposition # dsp _ type -> String (6104.0) -
Content-Disposition フィールドのタイプを文字列で返します。
...Content-Disposition フィールドのタイプを文字列で返します。
"INLINE", "ATTACHMENT" などの文字列を返します。
詳しくは 2183 などを見てください。... -
Net
:: IMAP :: ContinuationRequest # raw _ data -> String (6104.0) -
レスポンス文字列を返します。
レスポンス文字列を返します。 -
Net
:: IMAP :: ResponseCode # name -> String (3104.0) -
レスポンスコードを表す文字列を返します。 "ALERT"、"PERMANENTFLAGS"、"UIDVALIDITY" などを返します。
レスポンスコードを表す文字列を返します。
"ALERT"、"PERMANENTFLAGS"、"UIDVALIDITY" などを返します。 -
Net
:: IMAP :: ResponseText # text -> String (3104.0) -
応答のテキストを文字列で返します。
応答のテキストを文字列で返します。 -
Net
:: IMAP :: TaggedResponse # name -> String (3104.0) -
レスポンスの名前(種類)を返します。
レスポンスの名前(種類)を返します。
例えば以下のような値を返します。これらの具体的な意味は
2060 を参考にしてください。
* "OK"
* "NO"
* "BAD" -
Net
:: IMAP :: TaggedResponse # raw _ data -> String (3104.0) -
レスポンス文字列を返します。
...レスポンス文字列を返します。
@see Net::IMAP::TaggedResponse#data... -
Net
:: IMAP :: TaggedResponse # tag -> String (3104.0) -
レスポンスに対応付けられたタグを返します。
レスポンスに対応付けられたタグを返します。 -
Net
:: IMAP :: UntaggedResponse # name -> String (3104.0) -
レスポンスの名前(種類)を返します。
レスポンスの名前(種類)を返します。
例えば以下のような値を返します。これらの具体的な意味は
2060 を参考にしてください。
* "OK"
* "NO"
* "BAD"
* "BYE"
* "PREAUTH"
* "CAPABILITY"
* "LIST"
* "FLAGS"
* etc -
Net
:: IMAP :: UntaggedResponse # raw _ data -> String (3104.0) -
レスポンス文字列を返します。
...レスポンス文字列を返します。
@see Net::IMAP::UntaggedResponse#data...