Menu

#57 Support for Thunderbird email files

open
nobody
5
2021-06-07
2012-03-30
No

It would be great if you could index Mozilla Thunder email files, like you support MS Outlook email records

Otherwise great project

Thanks
Farouk

Discussion

  • Nam-Quang Tran

    Nam-Quang Tran - 2012-04-02

    Sorry, there are currently no plans to add Thunderbird support - it would require a lot of work and is therefore a low-priority feature at the moment. That is, unless somebody else volunteers and takes care of the development.

     
    • Frank

      Frank - 2015-10-16

      Thunderbird mailboxes are just plain text. It's not a binary format as the Outlook PST. So, at least the content could be indexed like a text file. You can't distinguish different mails this way, but at least you know that there ist something in a specific mailbox. In a 2nd step you could use the Thunderbird search funktion. Of course, some codings, binary packed text etc. are not recognized.

      In this simple form, docfetcher would not have to be modified. I just had one problem: docfetcher did not recognize the mailbox file, because it has no extension. How to change the file type detection?

       
      • Nam-Quang Tran

        Nam-Quang Tran - 2015-10-16

        You can use this regex to match all files whose filenames do not contain a dot:

        [^\.]*

        With this, you can turn on mime-type detection on the filter table, thereby making DocFetcher index files without extension as plain text files.

         
        • Frank

          Frank - 2015-10-17

          Thanks, text-indexing works this way.

          Btw, what about making the default text extensions configurable? I would like to include extensions like .tex .cpp etc. by default.

           
          • Nam-Quang Tran

            Nam-Quang Tran - 2015-10-18

            Request noted. However, due to lack of time on my part, this feature won't get added anytime soon.

             
          • Nam-Quang Tran

            Nam-Quang Tran - 2021-06-07

            Changing the default text extensions has been implemented in DocFetcher Pro.

            For a detailed feature description, see here.

             
  • hpvd

    hpvd - 2015-10-07

    +1 for adding thunderbird's emails+attachements to searchable places

     

    Last edit: hpvd 2015-10-07
  • MoisheP

    MoisheP - 2017-06-23

    Actually, DocFetcher can index Thunderbird mail, if the Thunderbird setting allows it: Tools | Options | Advanced tab, check "Allow Windows to Search messages". Then add C:\Users\user\AppData\Roaming\Thunderbird\Profiles\ to the DocFetcher Search Scope, and declare wdseml files as plain text. Downside: by setting mail as searchable in Thunderbird, it is stored unencrypted.

     

Log in to post a comment.