るりまサーチ

最速Rubyリファレンスマニュアル検索!
72件ヒット [1-72件を表示] (0.138秒)
トップページ > 種類:インスタンスメソッド[x] > クエリ:r[x] > クエリ:require[x] > クラス:Net::POPMail[x]

別のキーワード

  1. _builtin to_r
  2. open3 pipeline_r
  3. matrix elements_to_r
  4. fileutils rm_r
  5. fileutils cp_r

ライブラリ

キーワード

検索結果

Net::POPMail#all -> String (114.0)

メールを受信します。

...lete です。


使用例:

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)...
...do |str|
print str
end
end
}

@param io メールの内容を書きこむオブジェクト
@raise TimeoutError 通信がタイムアウトした場合に発生します
@raise Net::POPError サーバが認証失敗以外のエラーを報告した場合に発生します
@raise...
...Net::POPBadResponse サーバからの応答がプロトコル上不正であった場合に発生します...

Net::POPMail#all {|str| .... } -> nil (114.0)

メールを受信します。

...lete です。


使用例:

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)...
...do |str|
print str
end
end
}

@param io メールの内容を書きこむオブジェクト
@raise TimeoutError 通信がタイムアウトした場合に発生します
@raise Net::POPError サーバが認証失敗以外のエラーを報告した場合に発生します
@raise...
...Net::POPBadResponse サーバからの応答がプロトコル上不正であった場合に発生します...

Net::POPMail#mail -> String (114.0)

メールを受信します。

...lete です。


使用例:

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)...
...do |str|
print str
end
end
}

@param io メールの内容を書きこむオブジェクト
@raise TimeoutError 通信がタイムアウトした場合に発生します
@raise Net::POPError サーバが認証失敗以外のエラーを報告した場合に発生します
@raise...
...Net::POPBadResponse サーバからの応答がプロトコル上不正であった場合に発生します...

Net::POPMail#mail {|str| .... } -> nil (114.0)

メールを受信します。

...lete です。


使用例:

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)...
...do |str|
print str
end
end
}

@param io メールの内容を書きこむオブジェクト
@raise TimeoutError 通信がタイムアウトした場合に発生します
@raise Net::POPError サーバが認証失敗以外のエラーを報告した場合に発生します
@raise...
...Net::POPBadResponse サーバからの応答がプロトコル上不正であった場合に発生します...

Net::POPMail#pop -> String (114.0)

メールを受信します。

...lete です。


使用例:

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)...
...do |str|
print str
end
end
}

@param io メールの内容を書きこむオブジェクト
@raise TimeoutError 通信がタイムアウトした場合に発生します
@raise Net::POPError サーバが認証失敗以外のエラーを報告した場合に発生します
@raise...
...Net::POPBadResponse サーバからの応答がプロトコル上不正であった場合に発生します...

絞り込み条件を変える

Net::POPMail#pop {|str| .... } -> nil (114.0)

メールを受信します。

...lete です。


使用例:

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)...
...do |str|
print str
end
end
}

@param io メールの内容を書きこむオブジェクト
@raise TimeoutError 通信がタイムアウトした場合に発生します
@raise Net::POPError サーバが認証失敗以外のエラーを報告した場合に発生します
@raise...
...Net::POPBadResponse サーバからの応答がプロトコル上不正であった場合に発生します...