We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9767106 commit 6fcc189Copy full SHA for 6fcc189
tests/imap_integration.rs
@@ -55,8 +55,8 @@ fn connect_insecure_then_secure() {
55
56
// ignored because of https://github.com/greenmail-mail-test/greenmail/issues/135
57
imap::Client::new(stream)
58
- .secure("imap.example.com", &tls())
59
- .unwrap();
+ .secure("imap.example.com", &tls())
+ .unwrap();
60
}
61
62
#[test]
0 commit comments