Reading a Gmail Message with ruby-gmail
问题 I am looking for an instance method from the ruby-gmail gem that would allow me to read either: the body or subject of a Gmail message. After reviewing the documentation, found here, I couldn't find anything!? There is a .message instance method found in the Gmail::Message class section; but it only returns, for lack of a better term, email "mumbo-jumbo," for the body. My attempt: #!/usr/local/bin/ruby require 'gmail' gmail = Gmail.connect('username', 'password') emails = gmail.inbox.emails(