Struct maildir::MailEntry [] [src]

pub struct MailEntry { /* fields omitted */ }

This struct represents a single email message inside the maildir. Creation of the struct does not automatically load the content of the email file into memory - however, that may happen upon calling functions that require parsing the email.

Methods

impl MailEntry
[src]