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 83a397c  JAMES-3399 FluentBit documentation
     new c9d50e4  JAMES-3028 Apply default bucket name on top of S3 blobStore
     new 1e9368c  JAMES-3390 Implement FilterOperator AND
     new b69ef78  JAMES-3390 Reject nested inMailbox & inMailboxOtherThan
     new 085c105  JAMES-3390 Implement FilterOperator OR
     new 0353d99  JAMES-3390 Implement FilterOperator NOT
     new 76d8413  JAMES-3390 Operator nesting should define their priority
     new 6830a1a  JAMES-3377 Remove unused text criterion
     new 50185da  JAMES-3377 In memory do not attempt message parsing a 
performs a full match on the raw message content

The 8 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:
 .../apache/james/mailbox/model/SearchQuery.java    |  21 -
 .../elasticsearch/MailboxMappingFactory.java       |  14 -
 .../elasticsearch/json/IndexableMessage.java       |  10 +-
 .../elasticsearch/query/CriterionConverter.java    |   5 -
 .../elasticsearch/json/IndexableMessageTest.java   | 264 ------------
 .../store/search/SimpleMessageSearchIndexTest.java |  20 -
 .../mailbox/store/search/MessageSearches.java      |   8 -
 .../search/AbstractMessageSearchIndexTest.java     | 141 -------
 ...ithNonIndexableAttachmentWithoutAttachment.json |   1 -
 mailbox/store/src/test/resources/eml/htmlMail.json |   3 +-
 .../src/test/resources/eml/invalidCharset.json     |   1 -
 mailbox/store/src/test/resources/eml/mail.json     |   3 +-
 .../store/src/test/resources/eml/nonTextual.json   |   1 -
 .../src/test/resources/eml/pgpSignedMail.json      |   3 +-
 .../src/test/resources/eml/recursiveMail.json      |   3 +-
 .../eml/recursiveMailWithoutAttachments.json       |   3 +-
 mailbox/store/src/test/resources/eml/spamMail.json |   3 +-
 .../CassandraRabbitMQAwsS3SmtpTestRuleFactory.java |   2 +
 .../mpt/smtp/CassandraSmtpTestRuleFactory.java     |   2 +
 .../objectstorage/DefaultBucketModule.java}        |  26 +-
 .../modules/objectstorage/S3BlobStoreModule.java   |   7 -
 .../org/apache/james/CassandraJamesServerMain.java |   2 +
 .../CassandraBlobStoreDependenciesModule.java      |   7 -
 .../modules/mailbox/CassandraBucketModule.java}    |  13 +-
 .../james/CassandraRabbitMQJamesServerMain.java    |   5 +-
 .../modules/blobstore/BlobStoreModulesChooser.java |   4 +
 .../apache/james/NamespaceConfigurationTest.java}  |  63 ++-
 .../contract/EmailQueryMethodContract.scala        | 441 +++++++++++++++++++++
 .../rfc8621/memory/MemoryEmailQueryMethodTest.java |   6 +
 .../doc/specs/spec/mail/message.mdown              |   3 +
 .../james/jmap/json/EmailQuerySerializer.scala     |  17 +-
 .../org/apache/james/jmap/mail/EmailQuery.scala    |  43 +-
 .../org/apache/james/jmap/method/Method.scala      |   6 +-
 .../james/jmap/utils/search/MailboxFilter.scala    | 291 ++++++++------
 34 files changed, 766 insertions(+), 676 deletions(-)
 copy 
server/container/guice/{jpa-common-guice/src/test/java/org/apache/james/TestJPAConfigurationModule.java
 => 
blob-s3-guice/src/main/java/org/apache/james/modules/objectstorage/DefaultBucketModule.java}
 (68%)
 copy 
server/container/guice/{jpa-guice/src/main/java/org/apache/james/modules/mailbox/JPAQuotaSearchModule.java
 => 
cassandra-guice/src/main/java/org/apache/james/modules/mailbox/CassandraBucketModule.java}
 (78%)
 copy 
server/{protocols/webadmin-integration-test/distributed-webadmin-integration-test/src/test/java/org/apache/james/webadmin/integration/rabbitmq/RabbitMQFastViewProjectionHealthCheckIntegrationTest.java
 => 
container/guice/cassandra-rabbitmq-guice/src/test/java/org/apache/james/NamespaceConfigurationTest.java}
 (59%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to