PDA

View Full Version : Displaying a eml file in a widget



merry
8th March 2010, 09:35
I want to display an eml file is some widget such that it displays the entire mail including the attachments.

Do i need to use a eml parser for that ? or some Qt function will do that for me.

aamer4yu
8th March 2010, 10:06
I dont think Qt has any function to do that. You will need your own parser.
How ever this Qt Messaging Framework (http://labs.trolltech.com/blogs/2009/09/21/introducing-qmf-an-advanced-mobile-messaging-framework/)might help you :)

marcosmatos
29th August 2013, 18:36
Hi everyone,

I know that this thread is already a couple of years old, but I am interested in this topic. Does any one have an elegant solution for this?
I am similar problem. I am not sure if QMF can parse eml files.

I will appreciate any help. Thanks.