Skip to content

Commit b3ffad5

Browse files
authored
Update README.md
updated Readme
1 parent cec6269 commit b3ffad5

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,22 @@ To build the tool, run the following commands:
1919
```sh
2020
make
2121
```
22+
## Usage
23+
24+
To convert an mbox file to individual eml files, use the following command:
25+
26+
```sh
27+
28+
./mbox2eml <mbox_file> <output_directory>
29+
30+
```
31+
32+
## Example
33+
34+
./mbox2eml myemails.mbox output_emails
35+
36+
This will extract emails from myemails.mbox and save them into the output_emails directory.
37+
38+
39+
40+

0 commit comments

Comments
 (0)