[Qt-interest] Parsing a MIME document
Jason H
scorp1us at yahoo.com
Fri Sep 18 18:08:05 CEST 2009
I wanted to add that QHttpHeader might help, and the rest is just looking for \0d\0a\0d\0a
Of course, I have not had to do a nested MIME structure, just linear.
----- Original Message ----
From: Bastian Bense <bastibense at gmail.com>
To: qt-interest at trolltech.com
Sent: Friday, September 18, 2009 11:47:26 AM
Subject: Re: [Qt-interest] Parsing a MIME document
I guess you have to use an external library or write a Qt class for
that yourself. QMimeData won't do (which is kind of sad, because the
name of the class suggests that it provides MIME encoding/decoding).
Bastian
Am 18.09.2009 um 17:24 schrieb Stefantje:
> Is there a good way in Qt to parse a multipart/MIME document, like
> an email message, and extract/decode all the parts, tree structure,
> file names etc? I've noticed there is QMimeData but this seems to be
> more geared towards drag and drop. Any ideas?
_______________________________________________
Qt-interest mailing list
Qt-interest at trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-interest
More information about the Qt-interest-old
mailing list