Add from-eml command (#1656)

* from-eml initial ver

* Adding tests for `from-eml`

* Add eml to prepares_and_decorates_filesystem_source_files

* Sort the file order

Co-authored-by: Jonathan Turner <jonathandturner@users.noreply.github.com>
This commit is contained in:
Adam Shirey
2020-04-25 21:26:35 -07:00
committed by GitHub
parent e7767ab7b3
commit ad8ab5b04d
8 changed files with 313 additions and 0 deletions

View File

@ -1,5 +1,6 @@
mod bson;
mod csv;
mod eml;
mod html;
mod ics;
mod json;