Este site está com funcionalidades limitadas enquanto realizamos manutenção para melhorar sua experiência de uso. Se nenhum artigo resolver seu problema e você quiser fazer uma pergunta, nossa comunidade de suporte pode te ajudar em @FirefoxSupport no Twitter e /r/firefox no Reddit.

Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

Thunderbird Extensions. How do I set message composer body?

  • 1 resposta
  • 1 tem este problema
  • 7 visualizações
  • Última resposta de Matt

more options

I am currently developing an extension which needs to encrypt the body of the email you are writing. I already did the encryption part, but now I need to display a html in the message composer window. I already know how to extract the text with:

var msgComposer = window.gMsgCompose; var editor = msgComposer.editor; var text = editor.outputToString('text/plain', editor.eNone);

I haven't found a way to set the mail body however...

I am currently developing an extension which needs to encrypt the body of the email you are writing. I already did the encryption part, but now I need to display a html in the message composer window. I already know how to extract the text with: var msgComposer = window.gMsgCompose; var editor = msgComposer.editor; var text = editor.outputToString('text/plain', editor.eNone); I haven't found a way to set the mail body however...

Todas as respostas (1)

more options

I suggest you ask for add-on development help in the appropriate forum. This is just a general user support location. Do developers here to help you.

Try here https://discourse.mozilla.org/c/thunderbird/addons