@@ 71,6 71,7 @@ impl From<&'static str> for MailEntryError {/// load the content of the email file into memory - however,
/// that may happen upon calling functions that require parsing
/// the email.
+#[derive(Clone, Debug)]
pub struct MailEntry {
id: String,
flags: String,