Flowdock
each_mail() public

Yields each message to the passed-in block in turn. Equivalent to:

pop3.mails.each do |popmail|
  ....
end

This method raises a POPError if an error occurs.

Show source
Register or log in to add new notes.