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 9b03b82aa1 JAMES-2182 Sharing for IMAP - Fix script ValidateDeployment.test (#2484) new 74cea3952d JAMES-3754 Update IMAP4 ID - return NIL, replace to empty list new d349bfcf9b JAMES-3754 Update IMAP ID Extension - support return id fields response when configured The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: docs/modules/servers/partials/configure/imap.adoc | 3 ++ .../org/apache/james/imap/scripts/Id.test | 7 ++-- .../apache/james/imap/api/ImapConfiguration.java | 48 ++++++++++++++++++---- .../james/imap/encode/IdResponseEncoder.java | 18 ++++++-- .../james/imap/message/response/IdResponse.java | 6 +-- .../apache/james/imap/processor/IdProcessor.java | 13 +++++- .../apache/james/imapserver/netty/IMAPServer.java | 14 +++++++ .../james/imapserver/netty/IMAPServerTest.java | 34 +++++++++++++++ ...k.xml => imapServerIdCommandResponseFields.xml} | 5 ++- src/site/xdoc/server/config-imap4.xml | 3 ++ 10 files changed, 131 insertions(+), 20 deletions(-) copy server/protocols/protocols-imap4/src/test/resources/{imapServerImapConnectCheck.xml => imapServerIdCommandResponseFields.xml} (77%) --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org