RubyFlow The Ruby and Rails community linklog

Play with your Gmail account!

Hi guys! I just launched gmail ruby gem. It’s strongly refactored, improved and tested version of ruby-gmail from Daniel Parker.

Comments

how can I read my mails with this gem???…only I can see how count my emails, delete, move, etc, etc…but not how can I read my inbox…thanks

gmail.inbox.find(:unread) do |email| p email.body p email.subject # ... end

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in