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 Add a FetchType that support getting the 
attachments' metadata without fetching the body content
     new de44d8b5ab JAMES-3872 Add a JMAP read level that get preview of mail 
with attachments' metadata without getting body content
     new a7ae09187f JAMES-3872 Fix failed JpaMessageMapperTest

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:
 .../org/apache/james/mailbox/model/FetchGroup.java |   2 +
 .../mailbox/cassandra/mail/AttachmentLoader.java   |   2 +-
 .../cassandra/mail/CassandraMessageDAO.java        |   1 +
 .../cassandra/mail/CassandraMessageDAOV3.java      |   1 +
 .../cassandra/mail/CassandraMessageMapperTest.java |  49 +++
 .../store/search/SimpleMessageSearchIndexTest.java |   2 +-
 .../org/apache/james/mailbox/store/BatchSizes.java |   3 +-
 .../apache/james/mailbox/store/ResultUtils.java    |   3 +-
 .../mailbox/store/mail/FetchGroupConverter.java    |   8 +-
 .../james/mailbox/store/mail/MessageMapper.java    |   9 +-
 .../store/mail/FetchGroupConverterTest.java        |   1 +
 .../store/mail/model/MessageMapperTest.java        |   2 +-
 .../resources/eml/inlined-single-attachment.eml    |  11 -
 .../rfc8621/contract/EmailGetMethodContract.scala  | 353 ++++++++++++++++++++-
 .../james/jmap/json/EmailGetSerializer.scala       |   9 +-
 .../scala/org/apache/james/jmap/mail/Email.scala   | 130 +++++++-
 .../org/apache/james/jmap/mail/EmailBodyPart.scala |  30 +-
 17 files changed, 586 insertions(+), 30 deletions(-)
 copy mailbox/opensearch/src/test/resources/eml/inlined-mixed.eml => 
server/protocols/jmap-rfc-8621-integration-tests/jmap-rfc-8621-integration-tests-common/src/main/resources/eml/inlined-single-attachment.eml
 (72%)


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org
For additional commands, e-mail: notifications-h...@james.apache.org

Reply via email to