mikel / mail

A Really Ruby Mail Library
MIT License
3.61k stars 936 forks source link

Encoding #1584

Open fab1an2 opened 1 year ago

fab1an2 commented 1 year ago

I get : Non US-ASCII detected and no charset defined. Defaulting to UTF-8, set your own if this is incorrect.

my ruby file is utf, str is in utf p body.encoding

but still get this same information

I setup Mail.defaults do param_encode_language 'pl' end

and still get error