Message caching improvements
This commit is contained in:
@@ -26,7 +26,7 @@ pub async fn test(imap: &mut ImapConnection, _imap_check: &mut ImapConnection) {
|
||||
imap.send("ID").await;
|
||||
imap.assert_read(Type::Tagged, ResponseType::Ok)
|
||||
.await
|
||||
.assert_contains("* ID (\"name\" \"Stalwart IMAP\" \"version\" ");
|
||||
.assert_contains("* ID (\"name\" \"Stalwart\" \"version\" ");
|
||||
|
||||
// Login should be disabled
|
||||
imap.send("LOGIN jdoe@example.com secret").await;
|
||||
|
||||
Reference in New Issue
Block a user