top( lines, dest = '' )
public
Fetches the message header and
lines lines of body.
The optional dest argument is obsolete.
This method raises a POPError if an error
occurs.
Show source
def top( lines, dest = '' )
@command.top(@number, lines) do |chunk|
dest << chunk
end
dest
end