This is an automated email from the ASF dual-hosted git repository.

btellier pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git


    from 3bba59d6af boyscoot: test Authentication parsing (#2906)
     new 420665b66a JAMES-4158 Allow protocols to add their own delegation logic
     new 98a3309159 JAMES-4158 Allow IMAP to specify per-port administrators
     new 218f30f828 JAMES-4158 Document IMAP per-port administrators

The 3 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 ++
 .../partials/configure/usersrepository.adoc        |  2 +
 .../org/apache/james/mailbox/Authorizator.java     | 18 ++++++-
 .../org/apache/james/mailbox/SessionProvider.java  |  2 +
 .../org/apache/james/mailbox/AuthorizatorTest.java | 45 +++++++++++++++++
 .../james/mailbox/store/SessionProviderImpl.java   |  5 ++
 .../james/mailbox/store/StoreMailboxManager.java   |  6 +++
 .../apache/james/imap/api/ImapConfiguration.java   | 56 +++++++++++++++-------
 .../imap/processor/AbstractAuthProcessor.java      | 11 +++++
 .../imap/processor/AuthenticateProcessor.java      |  1 +
 .../apache/james/imapserver/netty/IMAPServer.java  | 25 +++++-----
 .../james/imapserver/netty/IMAPServerTest.java     | 36 ++++++++++++++
 .../{imapServer.xml => imapServerAdminUsers.xml}   |  7 ++-
 src/site/xdoc/server/config-imap4.xml              |  2 +
 src/site/xdoc/server/config-users.xml              |  2 +-
 15 files changed, 189 insertions(+), 32 deletions(-)
 create mode 100644 
mailbox/api/src/test/java/org/apache/james/mailbox/AuthorizatorTest.java
 copy server/protocols/protocols-imap4/src/test/resources/{imapServer.xml => 
imapServerAdminUsers.xml} (76%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to