Method: Net::POPMail#header
- Defined in:
- lib/pop_ssl.rb
#header(dest = '') ⇒ Object
Fetches the message header.
The optional dest argument is obsolete.
This method raises a POPError if an error occurs.
813 814 815 |
# File 'lib/pop_ssl.rb', line 813 def header(dest = '') top(0, dest) end |