From 0f0a8d415e45df178778260d3be1b83ab2785675 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Thu, 30 Jun 2022 13:36:21 +0200 Subject: Implement RFC822.TEXT --- src/imap/command/examined.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/imap/command/examined.rs') diff --git a/src/imap/command/examined.rs b/src/imap/command/examined.rs index d459cf0..aad7874 100644 --- a/src/imap/command/examined.rs +++ b/src/imap/command/examined.rs @@ -48,9 +48,7 @@ pub async fn dispatch<'a>(ctx: ExaminedContext<'a>) -> Result<(Response, flow::T // --- PRIVATE --- impl<'a> ExaminedContext<'a> { - async fn close( - self, - ) -> Result<(Response, flow::Transition)> { + async fn close(self) -> Result<(Response, flow::Transition)> { Ok((Response::ok("CLOSE completed")?, flow::Transition::Unselect)) } -- cgit v1.2.3