Difference between revisions of "EMail"
Jump to navigation
Jump to search
(Created page with "{| style="float:right;border:1px solid black" |+ Details | Executable | <code>EMail.exe</code> |- | Stage | style="text-align:center;" | 12 |- | Percent Complete | style="text...") |
|||
| (5 intermediate revisions by the same user not shown) | |||
| Line 11: | Line 11: | ||
|- | |- | ||
| Message Queue | | Message Queue | ||
| − | | <code>email</code> | + | | style="text-align:center;" | <code>email</code> |
|} | |} | ||
The EMail ETL is where e-mail is parsed and put into the database. | The EMail ETL is where e-mail is parsed and put into the database. | ||
| − | It performs this by processing | + | It performs this by processing primarily [[Type_Parsable_MIME]] files. |
All other ETLs that deal with e-mail in various forms will all output [[Type_Parsable_MIME]] files. | All other ETLs that deal with e-mail in various forms will all output [[Type_Parsable_MIME]] files. | ||
| + | |||
| + | =File Types= | ||
| + | EMail processes the following types of files. | ||
| + | |||
| + | {| class="wikitable" | ||
| + | |- | ||
| + | ! File Type | ||
| + | ! Produces | ||
| + | |- | ||
| + | | [[Type_Parsable_MIME]] | ||
| + | | Messages | ||
| + | |} | ||
Latest revision as of 12:25, 18 May 2021
| Executable | EMail.exe
|
| Stage | 12 |
| Percent Complete | 75% |
| Message Queue | email
|
The EMail ETL is where e-mail is parsed and put into the database. It performs this by processing primarily Type_Parsable_MIME files. All other ETLs that deal with e-mail in various forms will all output Type_Parsable_MIME files.
File Types
EMail processes the following types of files.
| File Type | Produces |
|---|---|
| Type_Parsable_MIME | Messages |