This is an automated email from the ASF dual-hosted git repository.
rcordier pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git
from 2c5c9b771d JAMES-3775 Pass SSL information to RspamD scanner mailet
new fa5581f5d5 [FIX] Add tests for multipart/alternative in OpenSearch
test suite
new a9cbc58604 [FIX] Do not double index multipart/alternative
new 4aebc71754 [FIX] multipart/alternative with attachment had no text
value indexed
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:
.../james/mailbox/opensearch/json/MimePart.java | 14 +++++--
.../json/MessageToOpenSearchJsonTest.java | 46 +++++++++++++++++++++
.../src/test/resources/eml/alternative.eml | 45 ++++++++++++++++++++
.../src/test/resources/eml/alternative.json | 48 ++++++++++++++++++++++
.../src/test/resources/eml/alternative_simple.eml | 22 ++++++++++
.../src/test/resources/eml/alternative_simple.json | 37 +++++++++++++++++
mailbox/store/src/test/resources/eml/htmlMail.json | 2 +-
.../james/imap/scripts/UidSearchAtomsIndexer.test | 8 ++--
8 files changed, 213 insertions(+), 9 deletions(-)
create mode 100644 mailbox/opensearch/src/test/resources/eml/alternative.eml
create mode 100644 mailbox/opensearch/src/test/resources/eml/alternative.json
create mode 100644
mailbox/opensearch/src/test/resources/eml/alternative_simple.eml
create mode 100644
mailbox/opensearch/src/test/resources/eml/alternative_simple.json
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]