I'm currently working on a plugin that save mail on a server. I wanted to
know how to extract the subject, sender, date and the body of a mail when
you are reading one.
Thanks.
--
Sami AMOURI - EPITA SIGL Promotion 2007
Mail: amou...@free.fr
Tel: +33 (0)6 12 11 27 11
URL: http://www.sigl.epita.net/
Subject, sender and date can be retrieved via the nsIMsgHdr interface.
To get the body of a message, use nsIMsgMessageService.streamMessage.
The message service for a particular message can be got by the global
messenger.messageServiceFromURI(aURI).
--
Brian King
www.mozdev.org - free project hosting for the Mozilla community