PyThunderbird: Difference between revisions

From BITPlan Wiki
Jump to navigation Jump to search
(Created page with "Thunderbird uses mailbox format and an sqlite database for keeping track of the mails. How can this setup be accessed with Python? = Links = * https://groups.google.com/g/com...")
 
No edit summary
Line 4: Line 4:
= Links =
= Links =
* https://groups.google.com/g/comp.lang.python/c/sp-3_ddmgbA?pli=1
* https://groups.google.com/g/comp.lang.python/c/sp-3_ddmgbA?pli=1
* https://wlsoft.de/?q=node/369

Revision as of 07:54, 24 October 2020

Thunderbird uses mailbox format and an sqlite database for keeping track of the mails. How can this setup be accessed with Python?

Links