[james-project] branch master updated (0659f18f8d -> a7ae09187f)

2023-01-03 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 0659f18f8d JAMES-3870 Group IMAP response line within TCP packets (#1364) new 5cb1ed5546 JAMES-3872

[james-project] 01/03: JAMES-3872 Add a FetchType that support getting the attachments' metadata without fetching the body content

2023-01-03 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 5cb1ed5546d4840afca1d22cd3bb011e0553465d Author: Quan Tran AuthorDate: Wed Dec 28 18:01:03 2022 +0700

[james-project] 02/03: JAMES-3872 Add a JMAP read level that get preview of mail with attachments' metadata without getting body content

2023-01-03 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 de44d8b5ab1e4260799bfe2c0ac4fc110ac6 Author: Quan Tran AuthorDate: Wed Dec 28 18:02:08 2022 +0700

[james-project] 03/03: JAMES-3872 Fix failed JpaMessageMapperTest

2023-01-03 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 a7ae09187f16bc9484c1500d84257d9a1229f856 Author: Quan Tran AuthorDate: Tue Jan 3 23:04:11 2023 +0700

[GitHub] [james-project] chibenwa merged pull request #1366: JAMES-3872 Add another read level to get attachment metadata without reading the email body

2023-01-03 Thread GitBox
chibenwa merged PR #1366: URL: https://github.com/apache/james-project/pull/1366 -- 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] quantranhong1999 commented on a diff in pull request #1366: JMAP: Add another read level to get attachment metadata without reading the email body

2023-01-03 Thread GitBox
quantranhong1999 commented on code in PR #1366: URL: https://github.com/apache/james-project/pull/1366#discussion_r1060465222 ## mailbox/cassandra/src/main/java/org/apache/james/mailbox/cassandra/mail/CassandraMessageDAO.java: ## @@ -324,6 +324,7 @@ private Mono