PyThunderbird: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
Thunderbird uses mailbox format and an sqlite database for keeping track of the mails. | Thunderbird uses mailbox format and an sqlite database for keeping track of the mails. | ||
How can this setup be accessed with Python? | How can this setup be accessed with Python? | ||
= Relevant Libraries = | |||
* https://pypi.org/project/mboxattachments/ | |||
= Links = | = Links = | ||
Revision as of 08:05, 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?