https://github.com/dcavar/maildir2mbox.py
Python implementation of a script for the conversion of most recent Evolution maildir folders to Thunderbird mbox files.
https://github.com/dcavar/maildir2mbox.py
Last synced: 8 months ago
JSON representation
Python implementation of a script for the conversion of most recent Evolution maildir folders to Thunderbird mbox files.
- Host: GitHub
- URL: https://github.com/dcavar/maildir2mbox.py
- Owner: dcavar
- License: apache-2.0
- Created: 2013-09-12T01:59:00.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-09-12T02:27:08.000Z (almost 13 years ago)
- Last Synced: 2024-12-29T00:55:17.287Z (over 1 year ago)
- Language: Python
- Size: 113 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
maildir2mbox.py
===============
(C) 2013 by [Damir Cavar](http://cavar.me/damir/)
I used this idea:
[Maildir to Mbox](http://yergler.net/projects/one-off/maildir-to-mbox/)
This is a Python implementation of a script for the conversion of most recent Evolution maildir folders to Thunderbird mbox files.
Converts most recent Evolution maildir mails to the Thunderbird mbox format.
Create for example a folder tbmboxes, and replace in the following commandline ``myaccount`` with your account name:
Usage:
``./maildir2mbox.py /home/myaccount/.local/evolution/mail/local ./tbmboxes``
Create in Thunderbird a folder in your local mail and copy all the content from tbmboxes to this folder. Restart Thunderbird and check the files and folders for consistancy.