= private = protected
The exact documentation you were looking for could not be found. Here is the best guess.
header(dest = '')
Fetches the message header.
The optional dest argument is obsolete.
This method raises a POPError if an error occurs.
# File lib/net/pop.rb, line 812 def header(dest = '') top(0, dest) end