[GitHub] [james-project] chibenwa commented on pull request #1364: JAMES-3870 Group IMAP response line within TCP packets

2022-12-29 Thread GitBox
chibenwa commented on PR #1364: URL: https://github.com/apache/james-project/pull/1364#issuecomment-1367216822 Performance tests: - Gatling performances are equivalent - Flame graph show a 100% performance enhancement of SSL wrapping and TCP socket flushing for IMAP. This

[GitHub] [james-project] chibenwa commented on pull request #1363: SMTP AuthCmdHandler support doDelegation method

2022-12-29 Thread GitBox
chibenwa commented on PR #1363: URL: https://github.com/apache/james-project/pull/1363#issuecomment-1367391419 ``` 01:43:59,652 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project protocols-smtp: Compilation failure:

[GitHub] [james-project] quantranhong1999 opened a new pull request, #1367: JAMES-3754 Fix saveDate OpenSearch upgrade-instructions.md

2022-12-29 Thread GitBox
quantranhong1999 opened a new pull request, #1367: URL: https://github.com/apache/james-project/pull/1367 "Note how all text within the single quotes is preserved. No interpolation is done, but this means we also can’t, under any circumstances, have a single quote directly within the

[GitHub] [james-project] chibenwa merged pull request #1365: JAMES-3871 - Fix bug - No eventBus associated to EventDispatcher$DispatchingFailureGroup

2022-12-29 Thread GitBox
chibenwa merged PR #1365: URL: https://github.com/apache/james-project/pull/1365 -- 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:

[james-project] branch master updated (d9054830d5 -> f4d25a95c4)

2022-12-29 Thread btellier
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 d9054830d5 JAMES-3754 Fix saveDate OpenSearch upgrade-instructions.md (#1367) add f4d25a95c4

[GitHub] [james-project] chibenwa merged pull request #1367: JAMES-3754 Fix saveDate OpenSearch upgrade-instructions.md

2022-12-29 Thread GitBox
chibenwa merged PR #1367: URL: https://github.com/apache/james-project/pull/1367 -- 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:

[james-project] branch master updated: JAMES-3754 Fix saveDate OpenSearch upgrade-instructions.md (#1367)

2022-12-29 Thread btellier
This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git The following commit(s) were added to refs/heads/master by this push: new d9054830d5 JAMES-3754 Fix saveDate

[GitHub] [james-project] chibenwa merged pull request #1361: JAMES-3869 SPF mailet: exclude private networks in addition to 127.0.…

2022-12-29 Thread GitBox
chibenwa merged PR #1361: URL: https://github.com/apache/james-project/pull/1361 -- 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:

[james-project] branch master updated (f4d25a95c4 -> 1b7b4fa96d)

2022-12-29 Thread btellier
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 f4d25a95c4 JAMES-3871 - Fix bug - No eventBus associated to EventDispatcher$DispatchingFailureGroup (#1365)

[james-project] branch master updated: [FIX] Avoid clearing the schemaVersion (#1357)

2022-12-29 Thread btellier
This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git The following commit(s) were added to refs/heads/master by this push: new 64b5653a88 [FIX] Avoid clearing the

[GitHub] [james-project] chibenwa merged pull request #1357: [FIX] Avoid clearing the schemaVersion

2022-12-29 Thread GitBox
chibenwa merged PR #1357: URL: https://github.com/apache/james-project/pull/1357 -- 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:

[GitHub] [james-project] chibenwa merged pull request #1359: JAMES-3868 Cannot handle IMAP PLAIN login with password longer than 255 char

2022-12-29 Thread GitBox
chibenwa merged PR #1359: URL: https://github.com/apache/james-project/pull/1359 -- 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:

[james-project] branch master updated (1b7b4fa96d -> 9a5075448f)

2022-12-29 Thread btellier
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 1b7b4fa96d JAMES-3869 SPF mailet: fix typos and use mockito in tests new e72a891e85 JAMES-3868 Cannot

[james-project] 02/02: JAMES-3868 Refactor AuthCmdHandler.doPlainAuthPass when parsing token && add more test cases

2022-12-29 Thread btellier
This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git commit 9a5075448fcbad3243b097f84c42ba39b232c490 Author: Tung Van TRAN AuthorDate: Wed Dec 14 17:22:02 2022 +0700

[james-project] 01/02: JAMES-3868 Cannot handle IMAP PLAIN login with password longer than 255 char

2022-12-29 Thread btellier
This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git commit e72a891e853d8f3778a86387cbdee25de9adfd5b Author: Tung Van TRAN AuthorDate: Tue Dec 13 11:06:36 2022 +0700

[GitHub] [james-project] chibenwa opened a new pull request, #1368: [CHANGELOG] Refresh changelog

2022-12-29 Thread GitBox
chibenwa opened a new pull request, #1368: URL: https://github.com/apache/james-project/pull/1368 - Accounts for upcoming 3.7.3 James release - Refresh changelog on master -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[james-site] branch asf-staging updated: Site checkin for project Apache James: Jenkins Tools

2022-12-29 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a commit to branch asf-staging in repository https://gitbox.apache.org/repos/asf/james-site.git The following commit(s) were added to refs/heads/asf-staging by this push: new 65a39a6d1 Site checkin for