lua-users home
lua-l archive

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


Hi Mike,

On Feb 11, 2007, at 20:04, Michael Broughton wrote:

Does LuaSocket have what you need?

http://www.cs.princeton.edu/~diego/professional/luasocket/mime.html
Unfortunately, no. Diego's MIME library mainly deals with basic  
transfer encoding (e.g. base64, quoted-printable, etc). What I'm  
looking for is a proper MIME parser (e.g. chunking the different  
multipart/* in pieces, decoding the headers, etc).
Something along the lines of what javax.mail.internet.MimeMessage or  
such does:
http://java.sun.com/products/javamail/javadocs/javax/mail/internet/ 
package-summary.html
Cheers,

PA.