msg_parser 0.3.6

Outlook Email Message (.msg) parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod constants;
mod decode;
mod named_prop;
mod rtf;
mod storage;
mod stream;

mod error;
pub use error::{DataTypeError, Error};

mod outlook;
pub use outlook::{Attachment, Outlook, Person, TransportHeaders};