This is an automated email from the ASF dual-hosted git repository.
rcordier pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git.
from 9cd92d1 [RELEASE] Mention 3.7.0 on the running docker guide
add 3c57b02 JAMES-3680 IMAP config support auth.requireSSL
No new revisions were added by this update.
Summary of changes:
.../docs/modules/ROOT/pages/configure/imap.adoc | 6 +-
server/protocols/protocols-imap4/pom.xml | 7 ++-
.../apache/james/imapserver/netty/IMAPServer.java | 53 +++++++++++++---
.../netty/ImapChannelUpstreamHandler.java | 73 ++++++++++++++++++----
.../james/imapserver/netty/IMAPServerTest.java | 70 ++++++++++++++++++++-
.../resources/imapServerPlainAuthDisallowed.xml | 2 +-
...pServerRequireSSLIsFalseAndStartSSLIsFalse.xml} | 4 +-
...apServerRequireSSLIsFalseAndStartSSLIsTrue.xml} | 2 +-
...apServerRequireSSLIsTrueAndStartSSLIsFalse.xml} | 4 +-
...mapServerRequireSSLIsTrueAndStartSSLIsTrue.xml} | 2 +-
.../src/test/resources/imapServerStartTLS.xml | 2 +-
src/site/xdoc/server/config-imap4.xml | 4 +-
12 files changed, 195 insertions(+), 34 deletions(-)
copy
server/protocols/protocols-imap4/src/test/resources/{imapServerPlainAuthEnabledWithoutRequireSSL.xml
=> imapServerRequireSSLIsFalseAndStartSSLIsFalse.xml} (77%)
copy
server/protocols/protocols-imap4/src/test/resources/{imapServerPlainAuthEnabledWithoutRequireSSL.xml
=> imapServerRequireSSLIsFalseAndStartSSLIsTrue.xml} (86%)
copy
server/protocols/protocols-imap4/src/test/resources/{imapServerPlainAuthEnabledWithoutRequireSSL.xml
=> imapServerRequireSSLIsTrueAndStartSSLIsFalse.xml} (77%)
copy
server/protocols/protocols-imap4/src/test/resources/{imapServerPlainAuthEnabledWithoutRequireSSL.xml
=> imapServerRequireSSLIsTrueAndStartSSLIsTrue.xml} (86%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]