gromox-oxm2mt¶
Name¶
gromox-oxm2mt — Utility for analysis of Outlook .msg files
Synopsis¶
gromox-oxm2mt [-pt] input.msg
Description¶
gromox-oxm2mt reads an Outlook .msg file, and re-exports the data in a Gromox-specific mailbox transfer format to stdout for consumption by pipe by the gromox-mt2exm(8gx) program. Optionally, oxm2mt can print a tree summary of the message.
Options¶
- -p
Show properties in detail (enhances -t).
- -t
Show a diagnostic tree view of the source data as it is being read.
Examples¶
Import of a message to drafts:
gromox-oxm2mt saved.msg | gromox-mt2exm -u target@mailbox.de -B drafts
Normative references¶
MS-CFB: Compound File Binary Format (CFBF)
MS-OXMSG: Outlook Item (.msg) File Format
See also¶
gromox(7), gromox-mt2exm(8gx)