Detecting incoming mail with WebExtensions

Talk about add-ons and extension development.
Post Reply
dataspace
Posts: 7
Joined: June 17th, 2019, 7:14 am

Detecting incoming mail with WebExtensions

Post by dataspace »

I'm currently working on a basic extension that implements the WebExtensions API live in the current beta build, and I'm having some difficulty implementing code to detect/filter incoming messages. The older Thunderbird extension docs provide some illumination on this (https://developer.mozilla.org/en-US/doc ... oming_Mail), but the link to the previous step is dead and some of the code doesn't seem supported in the current build. Any ideas as to how to detect incoming mail/where I could potentially find resources for this? I'm new to Thunderbird development, so I though this forum might be a good place to start! Any help is appreciated.
User avatar
DanRaisch
Moderator
Posts: 127230
Joined: September 23rd, 2004, 8:57 pm
Location: Somewhere on the right coast

Re: Detecting incoming mail with WebExtensions

Post by DanRaisch »

Moving to Extension Development.
dataspace
Posts: 7
Joined: June 17th, 2019, 7:14 am

Re: Detecting incoming mail with WebExtensions

Post by dataspace »

Thank you!
dataspace
Posts: 7
Joined: June 17th, 2019, 7:14 am

Re: Detecting incoming mail with WebExtensions

Post by dataspace »

Awesome. Thank you for the help!
Post Reply