Closed gdo closed 11 years ago
If there is an email without title in the inbox and I do that
emails = g.inbox.emails(:unread) emails.each do |email| subject=email.message.subject end
in subject I don't found an empty string but a string with "From: ....."
This seems to be working on the master branch... I am getting a subject of nil for messages with no subject.
If there is an email without title in the inbox and I do that
emails = g.inbox.emails(:unread) emails.each do |email| subject=email.message.subject end
in subject I don't found an empty string but a string with "From: ....."