From 9ef069923bbf7358caf1f2739befe20adbdca760 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Wed, 29 Jun 2022 16:04:11 +0200 Subject: Add call to testing procedure --- src/mail/mailbox.rs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/mail') diff --git a/src/mail/mailbox.rs b/src/mail/mailbox.rs index 2e890d9..ca672da 100644 --- a/src/mail/mailbox.rs +++ b/src/mail/mailbox.rs @@ -71,6 +71,11 @@ impl Mailbox { pub async fn fetch(&self) -> Result<()> { unimplemented!() } + + /// Test procedure TODO WILL REMOVE THIS + pub async fn test(&self) -> Result<()> { + self.mbox.write().await.test().await + } } // ---- -- cgit v1.2.3