Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
updated Readme
  • Loading branch information
bishoyh authored Nov 11, 2024
1 parent cec6269 commit b3ffad5
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,22 @@ To build the tool, run the following commands:
```sh
make
```
## Usage

To convert an mbox file to individual eml files, use the following command:

```sh

./mbox2eml <mbox_file> <output_directory>

```

## Example

./mbox2eml myemails.mbox output_emails

This will extract emails from myemails.mbox and save them into the output_emails directory.




0 comments on commit b3ffad5

Please sign in to comment.