Difference between revisions of "EMail"
Jump to navigation
Jump to search
| Line 15: | Line 15: | ||
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. | ||
| + | |||
| + | [[Type_Outlook_Personal_Folders]] (PST) files are also handled by this ETL. | ||
| + | These files can take an extremely long time to process. | ||
=File Types= | =File Types= | ||
| Line 28: | Line 31: | ||
| [[Type_Parsable_MIME]] | | [[Type_Parsable_MIME]] | ||
| Messages | | Messages | ||
| + | |- | ||
| + | | [[Type_Outlook_Personal_Folders]] | ||
| + | | Files | ||
|} | |} | ||
Revision as of 08:08, 23 July 2020
| 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.
Type_Outlook_Personal_Folders (PST) files are also handled by this ETL. These files can take an extremely long time to process.
File Types
EMail processes the following types of files.
| File Type | Produces |
|---|---|
| Type_Parsable_MIME | Messages |
| Type_Outlook_Personal_Folders | Files |