* Sergey Poznyakoff <g...@gnu.org.ua> [2020-11-03 21:23]: > Jean Louis <bugs@gnu.support> ha escrit: > > > Am I supposed to convert the name for email address myself to RFC 2047 > > string? > > Yes, as of version 3.10, mailutils does not do that automatically. You > can use the `mailutils flt2047' command to do that: > > mail -s Hello \ > -E 'set sendmail=sendmail:/home/admin/bin/sendmail' \ > --content-type=text/plain \ > $(mailutils flt2047 -c utf-8 'ČC')" <s...@example.com>" < text > > > > But maybe mailutils shall handle that itself to RFC 2047.
Maybe mail should automatically handle that stuff as the tool is already in mailutils when it detects something else but ASCII? It looks like you are using Q encoding. But I need B encoding as well. Is it possible to get B encoding? Emails to Yahoo will not pass with Q encoding, maybe they will change in future, but currently no.