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