Saving data for Thunderbird extension

Talk about add-ons and extension development.
Post Reply
spacetimewarp
Posts: 1
Joined: March 7th, 2018, 10:48 am

Saving data for Thunderbird extension

Post by spacetimewarp »

Can someone point me to the documentation or example on storing simple values for Thunderbird extensions?

I found info on sqllite, but that seems overkill for a couple boolean values.
I tried browser.storage, but couldn't get it to work.
omarce
Posts: 4
Joined: November 18th, 2010, 1:09 am

Re: Saving data for Thunderbird extension

Post by omarce »

Hi, why don't you use Prefs as storage. Data can be Jsonized.
You can look at my (outdated) extension RemindIt
Post Reply