るりまサーチ

最速Rubyリファレンスマニュアル検索!
24件ヒット [1-24件を表示] (0.012秒)
トップページ > クエリ:flags[x] > 種類:ライブラリ[x]

別のキーワード

  1. openssl flags=
  2. getoptlong argument_flags
  3. store flags=
  4. ifaddr flags
  5. socket flags

キーワード

検索結果

net/imap (7.0)

このライブラリは Internet Message Access Protocol (IMAP) の クライアントライブラリです。2060 を元に 実装されています。

...ch(["BEFORE", "30-Apr-2003", "SINCE", "1-Apr-2003"]).each do |message_id|
imap.copy(message_id, "Mail/sent-apr03")
imap.store(message_id, "+FLAGS", [:Deleted])
end
imap.expunge

=== スレッド安全性
Net::IMAP は並列実行をサポートしています。例として、

require...

rubygems/commands/install_command (7.0)

Gem パッケージをローカルリポジトリにインストールするためのライブラリです。

...カルリポジトリにインストールするためのライブラリです。

Usage: gem install GEMNAME [GEMNAME ...] [options] -- --build-flags [options]
Options:
--platform PLATFORM 指定されたプラットフォームの Gem パッケージをインストール...