You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using special characters in the :gm option, results in a incompatible encoding regexp match (ASCII-8BIT regexp with UTF-8 string) (Encoding::CompatibilityError)
Example to reproduce: gmail.inbox.emails(:gm => '€')
I've even tried doing gmail.inbox.emails(:gm => '€'.force_encoding('ascii-8bit')), however it results in a Could not parse command (Net::IMAP::BadResponseError)
The text was updated successfully, but these errors were encountered:
Using special characters in the :gm option, results in a
incompatible encoding regexp match (ASCII-8BIT regexp with UTF-8 string) (Encoding::CompatibilityError)
Example to reproduce:
gmail.inbox.emails(:gm => '€')
I've even tried doing
gmail.inbox.emails(:gm => '€'.force_encoding('ascii-8bit'))
, however it results in aCould not parse command (Net::IMAP::BadResponseError)
The text was updated successfully, but these errors were encountered: