Skip to content
This repository was archived by the owner on Jun 8, 2019. It is now read-only.

Commit 2610e3a

Browse files
committed
usage
1 parent 58658f4 commit 2610e3a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pffexport_to_eml.py

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
"""
2+
Convert the output of pffexport to .eml files
3+
4+
Usage: `python3 pffexport_to_eml.py export out_folder`
5+
6+
It creates an `export` folder inside `out_folder`. It can convert individual
7+
messages or entire folder hierarchies.
8+
"""
9+
110
import sys
211
from pathlib import Path
312
import re

0 commit comments

Comments
 (0)