diff --git a/libimagmail/src/mail.rs b/libimagmail/src/mail.rs index cae45db1..bc57c402 100644 --- a/libimagmail/src/mail.rs +++ b/libimagmail/src/mail.rs @@ -41,11 +41,6 @@ impl<'a> Mail<'a> { .map(|r| Mail(r)) } - /// Imports a mail from the String passed - pub fn import_from_string>(store: &Store, s: S) -> Result { - unimplemented!() - } - /// Opens a mail by the passed hash pub fn open>(store: &Store, hash: S) -> Result> { unimplemented!()