We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cec6269 commit b3ffad5Copy full SHA for b3ffad5
README.md
@@ -19,3 +19,22 @@ To build the tool, run the following commands:
19
```sh
20
make
21
```
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