How to parse UNIX mailboxes using QT?
-
wrote on 18 Apr 2013, 09:49 last edited by
SBj.
-
wrote on 18 Apr 2013, 10:13 last edited by
Could you be more specific about the requirement?
-
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..
-
wrote on 18 Apr 2013, 10:28 last edited by
[quote author="SGaist" date="1366280136"]if you think of the "mbox"[/quote]
Yes, it located at "/usr/mail" on Linux. But may be solution already exist?
-
There are many, check for example the source of KMail
-
wrote on 18 Apr 2013, 12:28 last edited by
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
3/6