Open kdivvela opened 10 years ago
I'm using the 0.3.1 version of this gem and noticed that searching email under a label no longer works. For example:
after = Date.today - 15 count = gmail.mailbox('Label').count(:after => after, :subject => "Subject X")
This yields the count of ALL emails under the label instead of the number of emails with the search criteria.
I'm using the 0.3.1 version of this gem and noticed that searching email under a label no longer works. For example:
after = Date.today - 15 count = gmail.mailbox('Label').count(:after => after, :subject => "Subject X")
This yields the count of ALL emails under the label instead of the number of emails with the search criteria.