Linux premium71.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 216.73.216.155
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby18 /
share /
ri /
1.8 /
system /
Net /
POP3 /
Delete
Unzip
Name
Size
Permission
Date
Action
APOP-c.yaml
517
B
-rw-r--r--
2023-07-26 13:47
active%3f-i.yaml
229
B
-rw-r--r--
2023-07-26 13:47
apop%3f-i.yaml
247
B
-rw-r--r--
2023-07-26 13:47
auth_only-c.yaml
871
B
-rw-r--r--
2023-07-26 13:47
auth_only-i.yaml
415
B
-rw-r--r--
2023-07-26 13:47
cdesc-POP3.yaml
8.29
KB
-rw-r--r--
2023-07-26 13:47
certs-c.yaml
167
B
-rw-r--r--
2023-07-26 13:47
command-i.yaml
172
B
-rw-r--r--
2023-07-26 13:47
create_ssl_params-c.yaml
225
B
-rw-r--r--
2023-07-26 13:47
default_pop3_port-c.yaml
275
B
-rw-r--r--
2023-07-26 13:47
default_pop3s_port-c.yaml
278
B
-rw-r--r--
2023-07-26 13:47
default_port-c.yaml
234
B
-rw-r--r--
2023-07-26 13:47
delete_all-c.yaml
778
B
-rw-r--r--
2023-07-26 13:47
delete_all-i.yaml
705
B
-rw-r--r--
2023-07-26 13:47
disable_ssl-c.yaml
250
B
-rw-r--r--
2023-07-26 13:47
disable_ssl-i.yaml
179
B
-rw-r--r--
2023-07-26 13:47
do_finish-i.yaml
176
B
-rw-r--r--
2023-07-26 13:47
do_start-i.yaml
191
B
-rw-r--r--
2023-07-26 13:47
each-i.yaml
224
B
-rw-r--r--
2023-07-26 13:47
each_mail-i.yaml
520
B
-rw-r--r--
2023-07-26 13:47
enable_ssl-c.yaml
343
B
-rw-r--r--
2023-07-26 13:47
enable_ssl-i.yaml
504
B
-rw-r--r--
2023-07-26 13:47
finish-i.yaml
256
B
-rw-r--r--
2023-07-26 13:47
foreach-c.yaml
965
B
-rw-r--r--
2023-07-26 13:47
inspect-i.yaml
262
B
-rw-r--r--
2023-07-26 13:47
logging-i.yaml
174
B
-rw-r--r--
2023-07-26 13:47
mails-i.yaml
540
B
-rw-r--r--
2023-07-26 13:47
n_bytes-i.yaml
278
B
-rw-r--r--
2023-07-26 13:47
n_mails-i.yaml
257
B
-rw-r--r--
2023-07-26 13:47
new-c.yaml
708
B
-rw-r--r--
2023-07-26 13:47
on_connect-i.yaml
178
B
-rw-r--r--
2023-07-26 13:47
port-i.yaml
232
B
-rw-r--r--
2023-07-26 13:47
read_timeout%3d-i.yaml
244
B
-rw-r--r--
2023-07-26 13:47
reset-i.yaml
366
B
-rw-r--r--
2023-07-26 13:47
set_debug_output-i.yaml
617
B
-rw-r--r--
2023-07-26 13:47
ssl_params-c.yaml
177
B
-rw-r--r--
2023-07-26 13:47
start-c.yaml
865
B
-rw-r--r--
2023-07-26 13:47
start-i.yaml
506
B
-rw-r--r--
2023-07-26 13:47
started%3f-i.yaml
299
B
-rw-r--r--
2023-07-26 13:47
use_ssl%3f-c.yaml
173
B
-rw-r--r--
2023-07-26 13:47
use_ssl%3f-i.yaml
237
B
-rw-r--r--
2023-07-26 13:47
verify-c.yaml
169
B
-rw-r--r--
2023-07-26 13:47
Save
Rename
--- !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