I am developing an extension to modify the search functionality of Thunderbird. I have written my program in Python and I want to get document frequency (DF) of words in query from Thunderbird index. I am thinking of getting the DF by querying the global-messages-db.sqlite from my Python program, but I didn't find which table and column stores the text from emails. Can someone help me with this?
Asked
Active
Viewed 114 times
3
-
1My experience with Thunderbird (which is supported by the [documentation](http://kb.mozillazine.org/Profile_folder_-_Thunderbird)) is that the mail text is "stored in text files with the folders name and no file extension". – Mar 29 '16 at 19:42
-
see https://github.com/WolfgangFahl/pyThunderbird – Wolfgang Fahl Oct 16 '21 at 12:00