Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaisley authored Apr 11, 2024
1 parent c8a3664 commit 3719cc0
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,16 @@ eml-to-html -r [DIRNAME] or *
Will run recursivly.
This option also skips creating a file if it already exists to allow for incremental conversions.


## db-to-html
db-to-html is a companion to eml-to-html as some email backups, such as GYB will create a msg-db.sqlite database.
```
db-to-html [DB FILE]
```
or
```
db-to-html [DB FILE] [OUTPUT FILE]
```
Both work fine.

## Example

Expand Down

0 comments on commit 3719cc0

Please sign in to comment.