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 148ca8d75a JAMES-3874 LMTP should handle overQuota exceptions
     new 5c9e35089b JAMES-3954 Implement RFC-9394 PARTIAL for IMAP SEARCH
     new a5cd87d87c JAMES-3954 Implement RFC-9394 PARTIAL for IMAP FETCH
     new 1021e81180 JAMES-3954 Document RFC-9394 PARTIAL implementation

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:
 .../apache/james/mpt/imapmailbox/suite/Fetch.java  |  7 ++
 .../{FetchEnvelope.test => FetchPartial.test}      | 21 +-----
 .../org/apache/james/imap/scripts/SearchAtoms.test | 24 ++++++-
 .../apache/james/imap/api/message/FetchData.java   | 19 +++++-
 .../james/imap/api/message/PartialRange.java       | 74 ++++++++++++++++++++++
 .../imap/api/message/request/SearchOperation.java  | 13 +++-
 .../api/message/request/SearchResultOption.java    |  7 +-
 .../james/imap/api/process/SelectedMailbox.java    |  3 +
 .../james/imap/decode/ImapRequestLineReader.java   | 28 ++++++++
 .../imap/decode/parser/FetchCommandParser.java     |  4 ++
 .../imap/decode/parser/SearchCommandParser.java    | 25 ++++++--
 .../james/imap/encode/ESearchResponseEncoder.java  | 13 ++++
 .../imap/encode/base/ImapResponseComposerImpl.java |  3 +
 .../imap/message/response/ESearchResponse.java     | 20 +++++-
 .../james/imap/processor/SearchProcessor.java      | 31 +++++++--
 .../imap/processor/base/SelectedMailboxImpl.java   |  5 ++
 .../james/imap/processor/base/UidMsnConverter.java | 13 ++++
 .../james/imap/processor/fetch/FetchProcessor.java | 56 +++++++++-------
 .../parser/SearchCommandParserSearchKeyTest.java   |  2 +-
 .../james/imap/processor/SearchProcessorTest.java  |  2 +-
 .../pages/architecture/implemented-standards.adoc  |  1 +
 src/site/xdoc/protocols/imap4.xml                  |  1 +
 22 files changed, 309 insertions(+), 63 deletions(-)
 copy 
mpt/impl/imap-mailbox/core/src/main/resources/org/apache/james/imap/scripts/{FetchEnvelope.test
 => FetchPartial.test} (58%)
 create mode 100644 
protocols/imap/src/main/java/org/apache/james/imap/api/message/PartialRange.java


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

Reply via email to