From 0e22a1c5d2eb9b031497cb5314890ecc0cee3901 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Fri, 8 Jul 2022 17:48:51 +0200 Subject: [PATCH] Push what compiles --- src/imap/mailbox_view.rs | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/src/imap/mailbox_view.rs b/src/imap/mailbox_view.rs index 17bda92..b8fca53 100644 --- a/src/imap/mailbox_view.rs +++ b/src/imap/mailbox_view.rs @@ -854,14 +854,17 @@ mod tests { "tests/emails/dxflrs/0003_mime-in-mime", "tests/emails/dxflrs/0004_msg-in-msg", "tests/emails/dxflrs/0005_mail-parser-readme", - /*"tests/emails/rfc/000", // broken - "tests/emails/rfc/001", // broken - "tests/emails/rfc/002", // broken: dovecot adds \r when it is missing and count is as - // a character. Difference on how lines are counted too. - "tests/emails/rfc/003", // broken for the same reason - "tests/emails/thirdparty/000", - "tests/emails/thirdparty/001", - "tests/emails/thirdparty/002", + //"tests/emails/dxflrs/0006_single-mime", + //"tests/emails/dxflrs/0007_raw_msg_in_rfc822", + + //"tests/emails/rfc/000", // broken + // "tests/emails/rfc/001", // broken + // "tests/emails/rfc/002", // broken: dovecot adds \r when it is missing and count is as + // a character. Difference on how lines are counted too. + /*"tests/emails/rfc/003", // broken for the same reason + "tests/emails/thirdparty/000", + "tests/emails/thirdparty/001", + "tests/emails/thirdparty/002", */ ];