[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: MIME module?
- From: PA <petite.abeille@...>
- Date: Sun, 11 Feb 2007 20:23:56 +0100
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.