Re: [racket-dev] Email encoding in net/sendmail

2011-12-20 Thread YC
On Tue, Dec 20, 2011 at 1:37 PM, YC wrote: > > By default content are encrypted either via quote-printable or base64, > with the content-transfer-encoding set accordingly. > I meant encoded instead of encrypted. Cheers, yc _ For list-related adm

Re: [racket-dev] Email encoding in net/sendmail

2011-12-20 Thread YC
On Tue, Dec 20, 2011 at 1:22 PM, Eli Barzilay wrote: > > 2. There is still an issue with non-ascii content in the body. > Digging around, it seems to me that the easiest way to make it work > is to always add a "Content-Transfer-Encoding: 8bit" header. > > Does anyone know if this is a corr

[racket-dev] Email encoding in net/sendmail

2011-12-20 Thread Eli Barzilay
I've revised `net/sendmail', with one noticeable change where it now encodes the sender/subject/recipient strings if they contain non-ascii characters. (This is fine for existing uses that already do that before calling sendmail, since the quoted string will not have such characters.) But this ra