diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-07-08 17:48:51 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-07-08 17:48:51 +0200 |
commit | 0e22a1c5d2eb9b031497cb5314890ecc0cee3901 (patch) | |
tree | 716570ceb7715d7859d43e3e7ffb65908c4a895a /src/imap | |
parent | e0322a776165a9d9e48602e1de7f7538c56e1eae (diff) | |
download | aerogramme-0e22a1c5d2eb9b031497cb5314890ecc0cee3901.tar.gz aerogramme-0e22a1c5d2eb9b031497cb5314890ecc0cee3901.zip |
Push what compiles
Diffstat (limited to 'src/imap')
-rw-r--r-- | src/imap/mailbox_view.rs | 19 |
1 files 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", */ ]; |