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
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.toinemail/dsl.rb:23returns this address encoded as"=?UTF-8?B?YW50b2luZXR0ZS5jb3JtaWVyQG9jb25uZWxsLtGA0YQ=?="referenced to RFC 6539