Não é mais possível fazer postagens ou usar assinaturas novas da Usenet nos Grupos do Google. O conteúdo histórico continua disponível.
Dismiss

[Thunderbird] How to extract information from a mail

19 visualizações
Pular para a primeira mensagem não lida

Sami Amouri

não lida,
3 de out. de 2006, 14:14:0303/10/2006
para
Hello,

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/


Brian King

não lida,
8 de out. de 2006, 15:38:1108/10/2006
para
On 03/10/2006 20:14 (CET), Sami Amouri wrote:
> Hello,
>
> 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.

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

0 nova mensagem