Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.216.37
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby30 /
share /
ri /
system /
Net /
POPMail /
Delete
Unzip
Name
Size
Permission
Date
Action
all-i.ri
272
B
-rw-r--r--
2024-06-26 17:25
cdesc-POPMail.ri
888
B
-rw-r--r--
2024-06-26 17:25
delete%21-i.ri
271
B
-rw-r--r--
2024-06-26 17:25
delete-i.ri
1018
B
-rw-r--r--
2024-06-26 17:25
deleted%3f-i.ri
311
B
-rw-r--r--
2024-06-26 17:25
header-i.ri
459
B
-rw-r--r--
2024-06-26 17:25
inspect-i.ri
329
B
-rw-r--r--
2024-06-26 17:25
length-i.ri
302
B
-rw-r--r--
2024-06-26 17:25
mail-i.ri
274
B
-rw-r--r--
2024-06-26 17:25
number-i.ri
315
B
-rw-r--r--
2024-06-26 17:25
pop-i.ri
1.55
KB
-rw-r--r--
2024-06-26 17:25
size-i.ri
298
B
-rw-r--r--
2024-06-26 17:25
top-i.ri
486
B
-rw-r--r--
2024-06-26 17:25
uidl-i.ri
268
B
-rw-r--r--
2024-06-26 17:25
unique_id-i.ri
498
B
-rw-r--r--
2024-06-26 17:25
Save
Rename
U:RDoc::AnyMethod[iI"pop:ETI"Net::POPMail#pop;TF:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [ I"CThis method fetches the message. If called with a block, the ;TI"Emessage is yielded to the block one chunk at a time. If called ;TI"Iwithout a block, the message is returned as a String. The optional ;TI"D+dest+ argument will be prepended to the returned String; this ;TI"&argument is essentially obsolete.;To:RDoc::Markup::BlankLine S:RDoc::Markup::Heading: leveli: textI"Example without block;T@o:RDoc::Markup::Verbatim; [I"(POP3.start('pop.example.com', 110, ;TI"8 'YourAccount', 'YourPassword') do |pop| ;TI" n = 1 ;TI"# pop.mails.each do |popmail| ;TI"- File.open("inbox/#{n}", 'w') do |f| ;TI" f.write popmail.pop ;TI" end ;TI" popmail.delete ;TI" n += 1 ;TI" end ;TI" end ;T:@format0S;; i;I"Example with block;T@o;; [I"(POP3.start('pop.example.com', 110, ;TI"8 'YourAccount', 'YourPassword') do |pop| ;TI" n = 1 ;TI"# pop.mails.each do |popmail| ;TI"- File.open("inbox/#{n}", 'w') do |f| ;TI"2 popmail.pop do |chunk| #### ;TI" f.write chunk ;TI" end ;TI" end ;TI" n += 1 ;TI" end ;TI" end ;T;0o; ; [I"6This method raises a POPError if an error occurs.;T: @fileI"lib/net/pop.rb;T:0@omit_headings_from_table_of_contents_below00I"message_chunk;T[[I"all;To;; [ ;@5;0[I" mail;To;; [ ;@5;0I"( dest = +'' );T@5FI"POPMail;TcRDoc::NormalClass00