864件ヒット
[1-100件を表示]
(0.023秒)
種類
- インスタンスメソッド (528)
- 特異メソッド (216)
- クラス (108)
- 定数 (12)
クラス
-
Net
:: POP3 (528) -
Net
:: POPMail (228)
キーワード
- APOP (24)
- APOPSession (12)
- POP (12)
- POP3 (12)
- POPAuthenticationError (12)
- POPBadResponse (12)
- POPError (12)
- POPMail (12)
- POPSession (12)
- Revision (12)
- active? (12)
- address (12)
- all (36)
- apop? (12)
-
auth
_ only (24) - certs (12)
-
default
_ pop3 _ port (12) -
default
_ pop3s _ port (12) -
default
_ port (12) - delete (12)
- delete! (12)
-
delete
_ all (48) - deleted? (12)
-
disable
_ ssl (24) - each (12)
-
each
_ mail (12) -
enable
_ ssl (24) - finish (12)
- foreach (12)
- header (12)
- length (12)
- mail (36)
- mails (12)
-
n
_ bytes (12) -
n
_ mails (12) - new (12)
- number (12)
-
open
_ timeout (12) -
open
_ timeout= (12) - port (12)
-
read
_ timeout (12) -
read
_ timeout= (12) - reset (12)
-
set
_ debug _ output (12) - size (12)
-
socket
_ type (12) -
ssl
_ params (12) - start (48)
- started? (12)
- top (12)
- uidl (12)
-
unique
_ id (12) -
use
_ ssl? (24) - verify (12)
検索結果
先頭5件
-
Net
:: POPMail # pop -> String (18183.0) -
メールを受信します。
...を返します。
pop, all, mail はすべて同じ効果ですが、
all と mail は obsolete です。
使用例:
require 'net/pop'
Net::POP3.start('pop.example.com', 110,
'YourAccount', 'YourPassword') {|pop|
pop.mails.each do |m|
puts m.pop
end
}......ブロックを利用する例:
require 'net/pop'
Net::POP3.start('pop.example.com', 110) {|pop|
pop.each_mail do |m|
m.pop do |str|
print str
end
end
}
@param io メールの内容を書きこむオブジェクト
@raise TimeoutError 通信がタイムアウト......した場合に発生します
@raise Net::POPError サーバが認証失敗以外のエラーを報告した場合に発生します
@raise Net::POPBadResponse サーバからの応答がプロトコル上不正であった場合に発生します... -
Net
:: POPMail # pop {|str| . . . . } -> nil (18183.0) -
メールを受信します。
...を返します。
pop, all, mail はすべて同じ効果ですが、
all と mail は obsolete です。
使用例:
require 'net/pop'
Net::POP3.start('pop.example.com', 110,
'YourAccount', 'YourPassword') {|pop|
pop.mails.each do |m|
puts m.pop
end
}......ブロックを利用する例:
require 'net/pop'
Net::POP3.start('pop.example.com', 110) {|pop|
pop.each_mail do |m|
m.pop do |str|
print str
end
end
}
@param io メールの内容を書きこむオブジェクト
@raise TimeoutError 通信がタイムアウト......した場合に発生します
@raise Net::POPError サーバが認証失敗以外のエラーを報告した場合に発生します
@raise Net::POPBadResponse サーバからの応答がプロトコル上不正であった場合に発生します... -
Net
:: POPMail # pop(io) -> object (18183.0) -
メールを受信します。
...を返します。
pop, all, mail はすべて同じ効果ですが、
all と mail は obsolete です。
使用例:
require 'net/pop'
Net::POP3.start('pop.example.com', 110,
'YourAccount', 'YourPassword') {|pop|
pop.mails.each do |m|
puts m.pop
end
}......ブロックを利用する例:
require 'net/pop'
Net::POP3.start('pop.example.com', 110) {|pop|
pop.each_mail do |m|
m.pop do |str|
print str
end
end
}
@param io メールの内容を書きこむオブジェクト
@raise TimeoutError 通信がタイムアウト......した場合に発生します
@raise Net::POPError サーバが認証失敗以外のエラーを報告した場合に発生します
@raise Net::POPBadResponse サーバからの応答がプロトコル上不正であった場合に発生します... -
Net
:: POP3 . APOP(is _ apop) -> Class (9242.0) -
bool が真なら Net::APOP クラス、偽なら Net::POP3 クラスを返します。
...bool が真なら Net::APOP クラス、偽なら Net::POP3 クラスを返します。
使用例:
require 'net/pop'
pop = Net::POP3::APOP($isapop).new(addr, port)
pop.start(account, password) {
....
}
@param is_apop 真の場合に Net::APOP を返します。... -
Net
:: POP3 . default _ pop3 _ port -> Integer (9119.0) -
POP3 のデフォルトのポート番号(110)を返します。
...POP3 のデフォルトのポート番号(110)を返します。... -
Net
:: POP3 . default _ pop3s _ port -> Integer (9119.0) -
デフォルトのPOP3Sのポート番号(995)を返します。
...デフォルトのPOP3Sのポート番号(995)を返します。... -
Net
:: POP3 # apop? -> bool (9102.0) -
このインスタンスが APOP を使ってサーバに接続するなら true を返します。
...このインスタンスが APOP を使ってサーバに接続するなら true を返します。... -
Net
:: POPMail (6024.0) -
POP サーバー上のメール一通を表現するクラス。
...POP サーバー上のメール一通を表現するクラス。
メールの取得や消去といった操作をカプセル化します。
Net::POP3 クラスが生成するもので、ユーザが直接は生成しません。... -
Net
:: POP3 . default _ port -> Integer (6019.0) -
POP3 のデフォルトのポート番号(110)を返します。
...POP3 のデフォルトのポート番号(110)を返します。...