Browse Source

Update 'README.md'

master
Joshua Pickard 2 years ago
parent
commit
95aeed9f25
  1. 7
      README.md

7
README.md

@ -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)

Loading…
Cancel
Save