228件ヒット
[201-228件を表示]
(0.132秒)
別のキーワード
種類
- インスタンスメソッド (180)
- クラス (36)
- 文書 (12)
ライブラリ
-
net
/ imap (216)
クラス
-
Net
:: IMAP (48) -
Net
:: IMAP :: ContinuationRequest (24) -
Net
:: IMAP :: FetchData (24) -
Net
:: IMAP :: ResponseCode (12) -
Net
:: IMAP :: StatusData (24) -
Net
:: IMAP :: TaggedResponse (24) -
Net
:: IMAP :: UntaggedResponse (24)
キーワード
- DataFormatError (12)
- FetchData (12)
-
NEWS for Ruby 2
. 0 . 0 (12) - StatusData (12)
- attr (24)
- fetch (12)
- mailbox (12)
-
raw
_ data (36) - seqno (12)
- store (12)
-
uid
_ fetch (12) -
uid
_ store (12)
検索結果
先頭3件
-
Net
:: IMAP # uid _ fetch(set , attr) -> [Net :: IMAP :: FetchData] (8100.0) -
UID FETCH コマンドを送り、メールボックス内のメッセージに 関するデータを取得します。
...得するアトリビュートを文字列の配列で渡してください。
指定可能なアトリビュートについては Net::IMAP::FetchData#attr
を見てください。
@param set 処理対象のメッセージの UID
@param attr アトリビュート(文字列配列)
@see Net::IMAP#f... -
Net
:: IMAP # uid _ store(set , attr , flags) -> [Net :: IMAP :: FetchData] | nil (8100.0) -
UID STORE コマンドを送り、メールボックス内のメッセージを 更新します。
...、削除を意味します。
詳しくは 2060 の 6.4.6 を参考にしてください。
返り値は更新された内容を Net::IMAP::FetchData オブジェクトの
配列で返します。
@param set 更新するメッセージの UID
@param attr 更新方式(文字列)
@param flags 更... -
NEWS for Ruby 2
. 0 . 0 (24.0) -
NEWS for Ruby 2.0.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。
...を導入しました。期待しないスタックオーバーフローを避けるためです
* GC::Profiler
* 追加: GC::Profiler.raw_data GCの加工していないプロファイルデータを返します
* Hash
* 追加: Hash#to_h 明示的に変換するメソッドです。A......追加: Net::HTTP#local_port
* 追加: Net::HTTP#local_port=
* 拡張: Net::HTTP#connect uses local_host and local_port if specified.
* net/imap
* 追加: Net::IMAP.default_port
* 追加: Net::IMAP.default_imap_port
* 追加: Net::IMAP.default_tls_port
* 追加: Net::IMAP.......o adapt to situations where FIPS mode would be an
explicit requirement.
* Authenticated Encryption with Associated Data (AEAD) is supported via
Cipher#auth_data= and Cipher#auth_tag/Cipher#auth_tag=.
Currently (OpenSSL 1.0.1c), only GCM mode is supported.
* ostruct
* 追...