PATH:
opt
/
alt
/
ruby18
/
share
/
ri
/
1.8
/
system
/
Net
/
POP3
--- !ruby/object:RI::MethodDescription aliases: [] block_params: pop comment: - !ruby/struct:SM::Flow::P body: Creates a new POP3 object and open the connection. Equivalent to - !ruby/struct:SM::Flow::VERB body: " Net::POP3.new(address, port, isapop).start(account, password)\n" - !ruby/struct:SM::Flow::P body: If <tt>block</tt> is provided, yields the newly-opened POP3 object to it, and automatically closes it at the end of the session. - !ruby/struct:SM::Flow::H level: 3 text: Example - !ruby/struct:SM::Flow::VERB body: " Net::POP3.start(addr, port, account, password) do |pop|\n pop.each_mail do |m|\n file.write m.pop\n m.delete\n end\n end\n" full_name: Net::POP3::start is_singleton: true name: start params: (address, port = nil, account = nil, password = nil, isapop = false) {|pop| ...} visibility: public
[-] delete_all-c.yaml
[edit]
[-] disable_ssl-c.yaml
[edit]
[-] n_bytes-i.yaml
[edit]
[-] active%3f-i.yaml
[edit]
[-] start-c.yaml
[edit]
[-] create_ssl_params-c.yaml
[edit]
[-] ssl_params-c.yaml
[edit]
[-] default_pop3_port-c.yaml
[edit]
[-] cdesc-POP3.yaml
[edit]
[-] command-i.yaml
[edit]
[-] enable_ssl-c.yaml
[edit]
[-] started%3f-i.yaml
[edit]
[-] on_connect-i.yaml
[edit]
[-] delete_all-i.yaml
[edit]
[-] mails-i.yaml
[edit]
[-] do_finish-i.yaml
[edit]
[-] verify-c.yaml
[edit]
[-] start-i.yaml
[edit]
[-] default_port-c.yaml
[edit]
[-] certs-c.yaml
[edit]
[-] finish-i.yaml
[edit]
[-] logging-i.yaml
[edit]
[-] read_timeout%3d-i.yaml
[edit]
[-] disable_ssl-i.yaml
[edit]
[-] enable_ssl-i.yaml
[edit]
[-] inspect-i.yaml
[edit]
[-] apop%3f-i.yaml
[edit]
[-] auth_only-i.yaml
[edit]
[-] set_debug_output-i.yaml
[edit]
[-] foreach-c.yaml
[edit]
[-] do_start-i.yaml
[edit]
[+]
..
[-] each_mail-i.yaml
[edit]
[-] port-i.yaml
[edit]
[-] default_pop3s_port-c.yaml
[edit]
[-] each-i.yaml
[edit]
[-] new-c.yaml
[edit]
[-] APOP-c.yaml
[edit]
[-] n_mails-i.yaml
[edit]
[-] use_ssl%3f-c.yaml
[edit]
[-] reset-i.yaml
[edit]
[-] auth_only-c.yaml
[edit]
[-] use_ssl%3f-i.yaml
[edit]