るりまサーチ (Ruby 2.7.0)

最速Rubyリファレンスマニュアル検索!
17件ヒット [1-17件を表示] (0.040秒)

別のキーワード

  1. string []=
  2. string []
  3. string slice
  4. string slice!
  5. string gsub

検索結果

Net::IMAP::ContentDisposition#param -> { String => String } | nil (18616.0)

Content-Disposition フィールドのパラメータをハッシュテーブルで 返します。

Content-Disposition フィールドのパラメータをハッシュテーブルで
返します。

ハッシュテーブルのキーは以下のような値を取ります。詳しくは
2183 などを見てください。
* "FILENAME"
* "CREATION-DATE"
* "MODIFICATION-DATE"
* "READ-DAT"
* "SIZE"

Net::IMAP#responses -> { String => [object] } (18613.0)

サーバから送られてきた untagged な応答の記録を返します。

サーバから送られてきた untagged な応答の記録を返します。

untagged な応答は種類ごとに記録されます。
応答の種類には "FLAGS", "OK", "UIDVALIDITY", "EXISTS" などがあり、
この文字列がハッシュテーブルのキーとなります。
そして各種類ごとに配列が用意され、untagged な応答を受信するたびに
その配列の末尾にその内容が記録されます。


例:
imap.select("inbox")
p imap.responses["EXISTS"].last
#=> 2
p imap.responses["UIDVALIDITY"...

Net::IMAP::BodyTypeBasic#content_id -> String | nil (18613.0)

Content-ID の値を文字列で返します。

Content-ID の値を文字列で返します。

@see 2045

Net::IMAP::BodyTypeBasic#description -> String | nil (18613.0)

Content-Description の値を文字列で返します。

Content-Description の値を文字列で返します。

@see 2045

Net::IMAP::BodyTypeMessage#content_id -> String | nil (18613.0)

Content-ID の値を文字列で返します。

Content-ID の値を文字列で返します。

@see 2045

絞り込み条件を変える

Net::IMAP::BodyTypeMessage#description -> String | nil (18613.0)

Content-Description の値を文字列で返します。

Content-Description の値を文字列で返します。

@see 2045

Net::IMAP::BodyTypeText#content_id -> String | nil (18613.0)

Content-ID の値を文字列で返します。

Content-ID の値を文字列で返します。

@see 2045

Net::IMAP::BodyTypeText#description -> String | nil (18613.0)

Content-Description の値を文字列で返します。

Content-Description の値を文字列で返します。

@see 2045

Net::IMAP::ContentDisposition#dsp_type -> String (18313.0)

Content-Disposition フィールドのタイプを文字列で返します。

Content-Disposition フィールドのタイプを文字列で返します。

"INLINE", "ATTACHMENT" などの文字列を返します。

詳しくは 2183 などを見てください。

Net::IMAP::ContinuationRequest#raw_data -> String (18313.0)

レスポンス文字列を返します。

レスポンス文字列を返します。

絞り込み条件を変える

Net::IMAP::ResponseCode#name -> String (9313.0)

レスポンスコードを表す文字列を返します。 "ALERT"、"PERMANENTFLAGS"、"UIDVALIDITY" などを返します。

レスポンスコードを表す文字列を返します。

"ALERT"、"PERMANENTFLAGS"、"UIDVALIDITY" などを返します。

Net::IMAP::ResponseText#text -> String (9313.0)

応答のテキストを文字列で返します。

応答のテキストを文字列で返します。

Net::IMAP::TaggedResponse#name -> String (9313.0)

レスポンスの名前(種類)を返します。

レスポンスの名前(種類)を返します。

例えば以下のような値を返します。これらの具体的な意味は
2060 を参考にしてください。
* "OK"
* "NO"
* "BAD"

Net::IMAP::TaggedResponse#raw_data -> String (9313.0)

レスポンス文字列を返します。

レスポンス文字列を返します。

@see Net::IMAP::TaggedResponse#data

Net::IMAP::TaggedResponse#tag -> String (9313.0)

レスポンスに対応付けられたタグを返します。

レスポンスに対応付けられたタグを返します。

絞り込み条件を変える

Net::IMAP::UntaggedResponse#name -> String (9313.0)

レスポンスの名前(種類)を返します。

レスポンスの名前(種類)を返します。

例えば以下のような値を返します。これらの具体的な意味は
2060 を参考にしてください。
* "OK"
* "NO"
* "BAD"
* "BYE"
* "PREAUTH"
* "CAPABILITY"
* "LIST"
* "FLAGS"
* etc

Net::IMAP::UntaggedResponse#raw_data -> String (9313.0)

レスポンス文字列を返します。

レスポンス文字列を返します。

@see Net::IMAP::UntaggedResponse#data