Re: RFC2047 in headers
Sergey Poznyakoff <[email protected]>
| Newsgroups | gmane.comp.gnu.mailutils.bugs |
|---|---|
| Organization | GNU.org.ua |
| Message-ID | <[email protected]> |
Jean Louis <[email protected]> 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')" <[email protected]>" < text > > But maybe mailutils shall handle that itself to RFC 2047. > It should do so, definitely. Regards, Sergey