[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LuaSocket http ftp smpt...
- From: Diego Nehab <diego@...>
- Date: Wed, 2 Feb 2005 16:08:11 -0500 (EST)
Hi,
> > Yes, sort of. We thought about implementing parsing support for
> > multipart but we never really did it.
>
> It would be great to have MIME parsing :))
It's just that it falls further away from LuaSocket than the encoding.
Some day...
> Does it automatically handle all the header encoding as well? E.g.
> Adrián Pérez to =?ISO-8859-1?Q?Adri=E1n_P=E9rez?= or such? If it does,
> how do I specify the character set encoding?
Header encoding is not there (for no good reason), but it's really easy
to do. Maybe I should add a tiny function to do it.
[]s,
Diego.