|
|
|
@ -19,10 +19,13 @@ My cheat sheet for commands I have trouble remembering. |
|
|
|
## Converting Emails |
|
|
|
|
|
|
|
### maildir2mbox |
|
|
|
Convert Maildir (our email server format) to Mbox |
|
|
|
Convert Maildir (our email server format) to Mbox. |
|
|
|
|
|
|
|
Double check for any directories like /Trash not being converted, if so run manually on them. |
|
|
|
|
|
|
|
``` |
|
|
|
pip install maildir2mbox |
|
|
|
python -m maildir2mbox -r travis.cathers cathersmbox |
|
|
|
python -m maildir2mbox -r user.directory mboxfile |
|
|
|
``` |
|
|
|
|
|
|
|
### EML to MBOX using eml2mbox (email2mbox-git on AUR) |
|
|
|
|