Closed nimdraugsael closed 7 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.
Net::IMAP::BadResponseError: Could not parse command
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"
Just ran into this yesterday as well. Can this fix be merged?
👍🏻
👍
Awesome! 👍
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