From 3136060ecfa505b038a1273a955d0d7025362feb Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Wed, 21 Sep 2016 19:06:47 +0200 Subject: [PATCH] Remove Mail::import_from_string() --- libimagmail/src/mail.rs | 5 ----- 1 file changed, 5 deletions(-) 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!()