How to parse UNIX mailboxes using QT?
-
Hi,
No chance to do that using QuickTime...
More seriously: if you think of the "mbox":http://en.wikipedia.org/wiki/Mbox files, it's a text based format, you can parse it using QFile/QTextStream/QRegExp etc..
-
There are many, check for example the source of KMail
-
see if "this":http://qt-apps.org/content/show.php/airsyncDownload?content=158196 helps.
PS: I have not checked it. or else there are libraries from Apache to Parse the mbox file format