[PR] JAMES-4025 Drop JMAP draft [james-project]

2024-04-05 Thread via GitHub
vttranlina opened a new pull request, #2187: URL: https://github.com/apache/james-project/pull/2187 https://issues.apache.org/jira/browse/JAMES-4025 -- 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

Re: [PR] JAMES-3946 DropLists [james-project]

2024-04-05 Thread via GitHub
chibenwa commented on PR #2181: URL: https://github.com/apache/james-project/pull/2181#issuecomment-2040852571 Here you are: https://github.com/apache/james-project/tree/droplist -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

(james-project) branch droplist created (now 5dca120ce2)

2024-04-05 Thread btellier
This is an automated email from the ASF dual-hosted git repository. btellier pushed a change to branch droplist in repository https://gitbox.apache.org/repos/asf/james-project.git at 5dca120ce2 Fix simple typo in run-kubernetes.adoc No new revisions were added by this update.

Re: [PR] JAMES-2586 PopulateEmailQueryViewTask should not hang for postgres-app [james-project]

2024-04-05 Thread via GitHub
chibenwa commented on PR #2179: URL: https://github.com/apache/james-project/pull/2179#issuecomment-2040850716 No I did not meant paging as in a UI I meant paging as in a SQL driver. For instance Cassandra driver fetch a first page of 5000 items then when necessary to provide you

Re: [PR] JAMES-3946 DropLists [james-project]

2024-04-05 Thread via GitHub
Maxxx873 commented on PR #2181: URL: https://github.com/apache/james-project/pull/2181#issuecomment-2039462569 > Thanks! > > As this only is an API, and as we will need storage implementations, webadmin utilities and mailet tooling to make sense of this, I propose not to merge this

[PR] [FIX] Avoid sending bounce when reprocessing - fix mailet class [james-project]

2024-04-05 Thread via GitHub
vttranlina opened a new pull request, #2186: URL: https://github.com/apache/james-project/pull/2186 At commit: https://github.com/apache/james-project/pull/2139/files#diff-cff23544a088a4764e404fea6ba9c132649cbcbdcab611c71d3e9affcedf126f It should be "Bounce", not "MetricsMailet"

Re: [PR] JAMES-4025 Rewrite some tests of JMAP draft on top of JMAP RFC-8621 [james-project]

2024-04-05 Thread via GitHub
Arsnael commented on PR #2177: URL: https://github.com/apache/james-project/pull/2177#issuecomment-2039291242 There is different behavior I think between jmap draft and rfc and I aint sure if on rfc some are wanted (because spec just changed?) or not. Couldnt find anything clear in both

Re: [PR] JAMES-2586 PopulateEmailQueryViewTask should not hang for postgres-app [james-project]

2024-04-05 Thread via GitHub
quantranhong1999 commented on PR #2179: URL: https://github.com/apache/james-project/pull/2179#issuecomment-2039198484 > If I put, say, 5 users, do I actually encounter the bug? It does not happen with a small amount of users. BTW likely this is not paging related bug as we are

Re: [PR] JAMES-2586 PopulateEmailQueryViewTask should not hang for postgres-app [james-project]

2024-04-05 Thread via GitHub
chibenwa commented on PR #2179: URL: https://github.com/apache/james-project/pull/2179#issuecomment-2039190488 If I put, say, 5 users, do I actually encounter the bug? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] JAMES-2586 Fix flaky tests in EmailQueryMethodTest [james-project]

2024-04-05 Thread via GitHub
chibenwa commented on code in PR #2184: URL: https://github.com/apache/james-project/pull/2184#discussion_r1553132742 ##

Re: [PR] JAMES-3946 DropLists [james-project]

2024-04-05 Thread via GitHub
chibenwa commented on code in PR #2181: URL: https://github.com/apache/james-project/pull/2181#discussion_r1553118119 ## server/data/data-api/src/main/java/org/apache/james/droplists/api/DropListEntry.java: ## @@ -0,0 +1,122 @@

Re: [PR] JAMES-3946 DropLists [james-project]

2024-04-05 Thread via GitHub
chibenwa commented on code in PR #2181: URL: https://github.com/apache/james-project/pull/2181#discussion_r1553115486 ## server/data/data-api/src/main/java/org/apache/james/droplists/api/DropListEntry.java: ## @@ -0,0 +1,122 @@

Re: [PR] JAMES-3946 DropLists [james-project]

2024-04-05 Thread via GitHub
chibenwa commented on code in PR #2181: URL: https://github.com/apache/james-project/pull/2181#discussion_r1553112730 ## server/data/data-api/src/main/java/org/apache/james/droplists/api/DropListEntry.java: ## @@ -0,0 +1,122 @@

Re: [PR] JAMES-2586 Apply reactor timeout for jOOQ [james-project]

2024-04-05 Thread via GitHub
chibenwa commented on code in PR #2185: URL: https://github.com/apache/james-project/pull/2185#discussion_r1553109177 ## backends-common/postgres/src/main/java/org/apache/james/backends/postgres/utils/PostgresExecutor.java: ## @@ -55,6 +58,9 @@ public class PostgresExecutor {

[PR] JAMES-2586 Apply reactor timeout for jOOQ [james-project]

2024-04-05 Thread via GitHub
quantranhong1999 opened a new pull request, #2185: URL: https://github.com/apache/james-project/pull/2185 Allow James to recover upon jOOQ reactive hanging bug. Also log error so we can monitor and fix the potential issues. -- This is an automated message from the Apache Git Service. To