Closed Bug 1587108 Opened 6 years ago Closed 5 years ago

API to adjust the contents of emails in process

Categories

(Thunderbird :: Message Compose Window, enhancement)

enhancement
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1590121

People

(Reporter: musiquegraeme, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:69.0) Gecko/20100101 Firefox/69.0

Steps to reproduce:

I wrote an MailExtension Experiment which takes the current recipients of an email and expands any that are mailing lists in my address book. It's very simple using Recipients2CompFields(gCompose.compFields);
expandRecipients()
and CompFields2Recipients(gCompose.compFields);

Actual results:

It worked.

Expected results:

I would like to have something in the Compose API to do this even more simply, more reliably - that is after MailExtension Experiments are closed.

I think this is one of the special cases to be considered in Bug 1590121.

Did bug 1590121 solve your issue?

Flags: needinfo?(musiquegraeme)
Whiteboard: [closeme 2020-11-05]

Yes, this can now be closed. I have updated my mail extension experiment to a mail extension using the onCompose API to do nearly all that I could do before. I added a feature request for the other thing which is adding other elements to the header.

Flags: needinfo?(musiquegraeme)
Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
Whiteboard: [closeme 2020-11-05]
You need to log in before you can comment on or make changes to this bug.