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 86f33b01aa [IMPROVEMENT] Improve debug log for allowing tracing mailet container execution new 0bd83e9f0e JAMES-4091 Allow describing opened IMAP channels new fd152559c7 JAMES-4091 Add userAgent to IMAP channel description new 802ec0146e JAMES-4091 Add connection Date to IMAP channel description new bc1557a13e JAMES-4093 Deliver Traffic shaping for IMAP new 3c8b33a393 JAMES-4091 Add delegation details new 9a6f2f5dca JAMES-4093 Document IMAP traffic shaping new 9b6b442972 JAMES-4091 Endpoint to list connected Users new 3f84bfa4aa JAMES-4091 Documentation for webadmin channel details new fc7b6543df JAMES-4091 Fix checkstyles new 626e37e5b4 JAMES-4091 Add Connection descriptors for SMTP new 7a50f92a38 JAMES-4091 Add JMAP Websockets and eventSource to connection descriptions new 67bf07c142 JAMES-4091 Fixup for documentation The 12 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: .../apache/james/core/ConnectionDescription.java | 25 +++--- ...tor.java => ConnectionDescriptionSupplier.java} | 25 +++--- docs/modules/servers/partials/configure/imap.adoc | 26 ++++++ .../modules/servers/partials/operate/webadmin.adoc | 90 +++++++++++++++++++++ .../james/imap/api/process/SelectedMailbox.java | 2 + .../apache/james/imap/processor/IdProcessor.java | 1 + .../imap/processor/base/SelectedMailboxImpl.java | 5 ++ .../netty/BasicChannelInboundHandler.java | 4 + .../james/modules/protocols/IMAPServerModule.java | 2 + .../james/jmap/rfc8621/RFC8621MethodsModule.java | 5 ++ .../james/modules/protocols/SMTPServerModule.java | 2 + .../james/modules/server/ServerRouteModule.java | 5 ++ .../james/jmap/routes/EventSourceRoutes.scala | 25 +++++- .../apache/james/jmap/routes/WebSocketRoutes.scala | 25 +++++- .../apache/james/imapserver/netty/IMAPServer.java | 81 ++++++++++++++++++- .../james/imapserver/netty/IMAPServerFactory.java | 13 ++- .../netty/ImapChannelUpstreamHandler.java | 5 ++ .../james/imapserver/netty/NettyConstants.java | 2 + .../netty/TrafficShapingConfiguration.java | 30 +++---- .../apache/james/smtpserver/netty/SMTPServer.java | 35 +++++++- .../james/smtpserver/netty/SMTPServerFactory.java | 13 ++- .../MemoryWebAdminServerIntegrationTest.java | 40 ++++++++++ .../src/test/resources/imapserver.xml | 6 ++ .../protocols/webadmin/webadmin-protocols/pom.xml | 4 + .../protocols/webadmin/ProtocolServerRoutes.java | 61 +++++++++++++- src/site/markdown/server/manage-webadmin.md | 92 +++++++++++++++++++++- src/site/xdoc/server/config-imap4.xml | 28 +++++++ 27 files changed, 595 insertions(+), 57 deletions(-) copy mailbox/plugin/quota-search/src/test/java/org/apache/james/quota/search/QuotaSearchFixture.java => core/src/main/java/org/apache/james/core/ConnectionDescription.java (75%) copy core/src/main/java/org/apache/james/core/{Disconnector.java => ConnectionDescriptionSupplier.java} (64%) copy protocols/api/src/main/java/org/apache/james/protocols/api/handler/ProtocolHandler.java => server/protocols/protocols-imap4/src/main/java/org/apache/james/imapserver/netty/TrafficShapingConfiguration.java (63%) --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org