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
If I send in my application email to address which contain utf-8 symbols ("antoinette.cormier@oconnell.рф"), then open_email("antoinette.cormier@oconnell.рф") returns nil. It's because email.to in email/dsl.rb:23 returns this address encoded as "=?UTF-8?B?YW50b2luZXR0ZS5jb3JtaWVyQG9jb25uZWxsLtGA0YQ=?=" referenced to RFC 6539
The text was updated successfully, but these errors were encountered:
If I send in my application email to address which contain utf-8 symbols ("antoinette.cormier@oconnell.рф"), then
open_email("antoinette.cormier@oconnell.рф")
returnsnil
. It's becauseemail.to
inemail/dsl.rb:23
returns this address encoded as"=?UTF-8?B?YW50b2luZXR0ZS5jb3JtaWVyQG9jb25uZWxsLtGA0YQ=?="
referenced to RFC 6539The text was updated successfully, but these errors were encountered: