2468件ヒット
[1-100件を表示]
(0.110秒)
種類
- インスタンスメソッド (1820)
- クラス (336)
- 特異メソッド (192)
- 定数 (120)
クラス
-
Net
:: IMAP (944) -
Net
:: IMAP :: Address (48) -
Net
:: IMAP :: BodyTypeBasic (156) -
Net
:: IMAP :: BodyTypeMessage (192) -
Net
:: IMAP :: BodyTypeMultipart (108) -
Net
:: IMAP :: BodyTypeText (168) -
Net
:: IMAP :: ContentDisposition (24) -
Net
:: IMAP :: ContinuationRequest (24) -
Net
:: IMAP :: Envelope (120) -
Net
:: IMAP :: FetchData (24) -
Net
:: IMAP :: MailboxACLItem (24) -
Net
:: IMAP :: MailboxList (36) -
Net
:: IMAP :: MailboxQuota (36) -
Net
:: IMAP :: MailboxQuotaRoot (24) -
Net
:: IMAP :: ResponseCode (24) -
Net
:: IMAP :: ResponseError (24) -
Net
:: IMAP :: ResponseText (24) -
Net
:: IMAP :: StatusData (24) -
Net
:: IMAP :: TaggedResponse (48) -
Net
:: IMAP :: ThreadMember (24) -
Net
:: IMAP :: UntaggedResponse (36)
キーワード
- ANSWERED (12)
- Address (12)
- BadResponseError (12)
- BodyTypeBasic (12)
- BodyTypeMessage (12)
- BodyTypeMultipart (12)
- BodyTypeText (12)
- ByeResponseError (12)
- ContentDisposition (12)
- ContinuationRequest (12)
- DELETED (12)
- DRAFT (12)
- DataFormatError (12)
- Envelope (12)
- Error (12)
- FLAGGED (12)
- FetchData (12)
- FlagCountError (12)
- IMAP (12)
- MARKED (12)
- MailboxACLItem (12)
- MailboxList (12)
- MailboxQuota (12)
- MailboxQuotaRoot (12)
- NOINFERIORS (12)
- NOSELECT (12)
- NoResponseError (12)
- RECENT (12)
- ResponseCode (12)
- ResponseError (12)
- ResponseParseError (12)
- ResponseText (12)
- SEEN (12)
- StatusData (12)
- TaggedResponse (12)
- ThreadMember (12)
- UNMARKED (12)
- UntaggedResponse (12)
-
add
_ authenticator (12) -
add
_ response _ handler (24) - append (12)
- attr (36)
- authenticate (12)
- bcc (12)
- body (12)
- capability (12)
- cc (12)
- check (12)
- children (12)
-
client
_ thread (12) -
client
_ thread= (12) - close (12)
- code (12)
-
content
_ id (36) - copy (12)
- create (12)
- data (48)
- date (12)
- debug (12)
- debug= (12)
-
decode
_ utf7 (12) -
default
_ imap _ port (12) -
default
_ imaps _ port (12) -
default
_ port (12) -
default
_ ssl _ port (12) -
default
_ tls _ port (12) - delete (12)
- delim (12)
- description (36)
- disconnect (12)
- disconnected? (12)
- disposition (48)
-
dsp
_ type (12) -
encode
_ utf7 (12) - encoding (36)
- envelope (12)
- examine (12)
- expunge (12)
- extension (48)
- fetch (12)
-
format
_ date (12) -
format
_ datetime (12) - from (12)
- getacl (12)
- getquota (12)
- getquotaroot (12)
- greeting (12)
- host (12)
- idle (12)
-
idle
_ done (12) -
in
_ reply _ to (12) - language (48)
- lines (24)
- list (12)
- login (12)
- logout (12)
- lsub (12)
- mailbox (48)
-
max
_ flag _ count (12) -
max
_ flag _ count= (12) - md5 (36)
-
media
_ subtype (48) -
media
_ type (48) - move (10)
- multipart? (48)
- name (60)
- new (24)
- noop (12)
- param (60)
- parts (12)
- quota (12)
- quotaroots (12)
-
raw
_ data (36) -
remove
_ response _ handler (12) - rename (12)
-
reply
_ to (12) - response (12)
- response= (12)
-
response
_ handlers (12) - responses (12)
- rights (12)
- route (12)
- search (12)
- select (12)
- sender (12)
- seqno (24)
- setacl (12)
- setquota (12)
- size (36)
- sort (12)
- starttls (24)
- status (12)
- store (12)
- subject (12)
- subscribe (12)
- subtype (48)
- tag (12)
- text (12)
- thread (12)
- to (12)
-
uid
_ copy (12) -
uid
_ fetch (12) -
uid
_ move (10) -
uid
_ search (12) -
uid
_ sort (12) -
uid
_ store (12) -
uid
_ thread (12) - unsubscribe (12)
- usage (12)
- user (12)
- xlist (12)
検索結果
先頭5件
-
Net
:: IMAP # examine(mailbox) -> Net :: IMAP :: TaggedResponse (9202.0) -
EXAMINE コマンドを送り、指定したメールボックスを処理対象の メールボックスにします。
...EXAMINE コマンドを送り、指定したメールボックスを処理対象の
メールボックスにします。
Net::IMAP#select と異なりセッション中はメールボックスが
読み取り専用となります。それ以外は select と同じです。
@param mailbox 処理対......象としたいメールボックスの名前(文字列)
@raise Net::IMAP::NoResponseError mailboxが存在しない等の理由でコマンドの実行に失敗
した場合に発生します。... -
Net
:: IMAP . new(host , options) -> Net :: IMAP (9202.0) -
新たな Net::IMAP オブジェクトを生成し、指定したホストの 指定したポートに接続し、接続語の IMAP オブジェクトを返します。
...新たな Net::IMAP オブジェクトを生成し、指定したホストの
指定したポートに接続し、接続語の IMAP オブジェクトを返します。
usessl が真ならば、サーバに繋ぐのに SSL/TLS を用います。
SSL/TLS での接続には OpenSSL と openssl が......これで渡せるパラメータは
OpenSSL::SSL::SSLContext#set_params と同じです。
これの :ssl パラメータを使うことで、OpenSSL のパラメータを詳細に
調整できます。
例
require 'net/imap'
imap = Net::IMAP.new('imap.example.com', :port => 993,......:ssl => { :verify_mode => OpenSSL::SSL::VERIFY_PEER,
:timeout => 600 } )
@param host 接続するホスト名の文字列
@param port 接続するポート番号
@param usessl 真でSSL/TLSを使う
@param certs 証明書のファイル名/ディレ... -
Net
:: IMAP . new(host , port = 143 , usessl = false , certs = nil , verify = true) -> Net :: IMAP (9202.0) -
新たな Net::IMAP オブジェクトを生成し、指定したホストの 指定したポートに接続し、接続語の IMAP オブジェクトを返します。
...新たな Net::IMAP オブジェクトを生成し、指定したホストの
指定したポートに接続し、接続語の IMAP オブジェクトを返します。
usessl が真ならば、サーバに繋ぐのに SSL/TLS を用います。
SSL/TLS での接続には OpenSSL と openssl が......これで渡せるパラメータは
OpenSSL::SSL::SSLContext#set_params と同じです。
これの :ssl パラメータを使うことで、OpenSSL のパラメータを詳細に
調整できます。
例
require 'net/imap'
imap = Net::IMAP.new('imap.example.com', :port => 993,......:ssl => { :verify_mode => OpenSSL::SSL::VERIFY_PEER,
:timeout => 600 } )
@param host 接続するホスト名の文字列
@param port 接続するポート番号
@param usessl 真でSSL/TLSを使う
@param certs 証明書のファイル名/ディレ... -
Net
:: IMAP :: BodyTypeBasic # content _ id -> String | nil (9202.0) -
Content-ID の値を文字列で返します。
...Content-ID の値を文字列で返します。
@see 2045... -
Net
:: IMAP :: BodyTypeMessage # content _ id -> String | nil (9202.0) -
Content-ID の値を文字列で返します。
...Content-ID の値を文字列で返します。
@see 2045... -
Net
:: IMAP :: BodyTypeText # content _ id -> String | nil (9202.0) -
Content-ID の値を文字列で返します。
...Content-ID の値を文字列で返します。
@see 2045... -
Net
:: IMAP # disconnect -> nil (9102.0) -
サーバとの接続を切断します。
...サーバとの接続を切断します。
@see Net::IMAP#disconnected?... -
Net
:: IMAP # disconnected? -> bool (9102.0) -
サーバとの接続が切断されていれば真を返します。
...サーバとの接続が切断されていれば真を返します。
@see Net::IMAP#disconnect... -
Net
:: IMAP # idle _ done -> () (9102.0) -
Net::IMAP#idle で 停止しているスレッドを1つ起こします。
...Net::IMAP#idle で
停止しているスレッドを1つ起こします。...