Difference between revisions of "PyThunderbird"

From BITPlan Wiki
Jump to navigation Jump to search
Line 10: Line 10:
 
|storemode=property
 
|storemode=property
 
}}
 
}}
=Freitext=
+
= Motivation =
 
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?
 +
= Installation =
 +
<source lang='bash'>
 +
pip install pyThunderbird
 +
</source>
 +
 
= Relevant Libraries =
 
= Relevant Libraries =
 
* https://docs.python.org/3.8/library/mailbox.html
 
* https://docs.python.org/3.8/library/mailbox.html

Revision as of 17:28, 22 September 2021