dcparker / ruby-gmail

A Rubyesque interface to Gmail. Connect to Gmail via IMAP and manipulate emails and labels. Send email with your Gmail account via SMTP. Includes full support for parsing and generating MIME messages.
http://dcparker.github.com/ruby-gmail
792 stars 123 forks source link

resolved #89 - fixed IMAP date format #90

Closed nimdraugsael closed 7 years ago

nimdraugsael commented 8 years ago

https://github.com/dcparker/ruby-gmail/issues/89

Yesterday I started getting Net::IMAP::BadResponseError: Could not parse command when used before and after params for inbox.

Date format in IMAP spec https://tools.ietf.org/html/rfc3501 page 83

date-month      = "Jan" / "Feb" / "Mar" / "Apr" / "May" / "Jun" /
                  "Jul" / "Aug" / "Sep" / "Oct" / "Nov" / "Dec"
melaniefedok commented 8 years ago

Just ran into this yesterday as well. Can this fix be merged?

Pavliko commented 8 years ago

👍🏻

XXXVII commented 8 years ago

👍

otmosina commented 8 years ago

Awesome! 👍

melaniefedok commented 8 years ago

👍