Email Content Conversion

I haven't done anything yet.

I was going to copy over converted content
and do address books and folder
sorting rules
 
I backed up Mozilla Thunderbird files using Mozbackup and installed Pythom 10.13 from MS Store...
Now what?
-Don
 

Attachments

Please see: OneDrive
to download the Thunderbird Profile Backup.zip and convert the
Mail Folders, Address Books and Mail Sort Rules.
When done, please reply to forum.

Thanks a lot for helping!!!
Son
 
Now what?
You need to download the Python script as mentioned by @Corday and then use the following command to execute it:

Code:
python <path>\tbird2claws.py . <path to claws-mail>\Mail

These instructions were part of the .py file, please see below:

#The script receives two parameters from command-line:
#<Thunderbird folder path> <Claws Mail folder path>

#Best way to use it is to go to inside yout Thunderbird
#root mailfolder directory and invoke it as:

#<path>\python3 <path>\tbird2claws.py . <path to claws-mail>\Mail

If you wish to import your address books and mail filtering rules, then you will need to install Perl and then download and execute following Perl scripts.

Code:
csv2addressbook.pl
thunderbird-filters-convertor.pl

These files are available from the same page which @Corday suggested earlier. You can run the Perl script in a similar way to Python. Please see here: Running Perl Script from Command Line?
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top