Parse ndns from Tiscali

This commit is contained in:
Hocuri
2020-06-16 11:42:19 +02:00
committed by holger krekel
parent f4a1a526f5
commit 40c9c2752b
4 changed files with 108 additions and 5 deletions

View File

@@ -2334,6 +2334,18 @@ mod tests {
);
}
#[async_std::test]
async fn test_parse_ndn_tiscali() {
test_parse_ndn(
"alice@tiscali.it",
"shenauithz@testrun.org",
"Mr.un2NYERi1RM.lbQ5F9q-QyJ@tiscali.it",
include_bytes!("../test-data/message/tiscali_ndn.eml"),
"",
)
.await;
}
#[async_std::test]
async fn test_parse_ndn_testrun() {
test_parse_ndn(