From 4a412b96aa71451b013f4cebb9becdfe746586b5 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Wed, 29 Jun 2022 20:10:42 +0200 Subject: Add possibility to fetch full RFC822 --- src/mail/mailbox.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mail') diff --git a/src/mail/mailbox.rs b/src/mail/mailbox.rs index bb1ca7a..479021d 100644 --- a/src/mail/mailbox.rs +++ b/src/mail/mailbox.rs @@ -239,7 +239,8 @@ impl MailboxInternal { let mail = br#"From: Garage team Subject: Welcome to Aerogramme!! -This is just a test email, feel free to ignore."#; +This is just a test email, feel free to ignore. +"#; let mail = IMF::try_from(&mail[..]).unwrap(); self.append(mail, None).await?; -- cgit v1.2.3