[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 15:40:02 -0500 (EST)
Hi,
> Talking of MIME support, the current LuaSocket seems to concerns itself
> only with MIME encodings and there appear to be no support for handling
> MIME structures, is that right?
Yes, sort of. We thought about implementing parsing support for
multipart but we never really did it. There *is* full support for
building multipart messages, though (see smtp.message).
[]s,
Diego.