bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: RFC2047 in headers


From: Sergey Poznyakoff
Subject: Re: RFC2047 in headers
Date: Tue, 03 Nov 2020 20:23:03 +0200

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')" <ss@example.com>" < text
>
> But maybe mailutils shall handle that itself to RFC 2047.
>

It should do so, definitely.

Regards,
Sergey



reply via email to

[Prev in Thread] Current Thread [Next in Thread]