vttranlina commented on a change in pull request #788:
URL: https://github.com/apache/james-project/pull/788#discussion_r767471112
##########
File path:
server/protocols/protocols-imap4/src/test/java/org/apache/james/imapserver/netty/IMAPServerTest.java
##########
@@ -465,6 +465,70 @@ void
capabilityShouldNotAdvertiseLoginOnUnEncryptedChannel() throws Exception {
}
}
+ @Nested
+ class AuthenticationRequireSSL {
+ IMAPServer imapServer;
+
+ @AfterEach
+ void tearDown() {
+ if (imapServer!=null){
+ imapServer.destroy();
+ }
+ }
+
+ @Disabled("Waiting to
https://github.com/apache/james-project/pull/791")
Review comment:
Ticket DOD define it
https://github.com/linagora/james-project/issues/4441
`Add the same exact tests for AuthenticationRequireSSL`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]