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 169d83405e JAMES-3737 Backport resetReaderIndex fix
     new 3ae9cbafb7 [PERF] IMAP use constants for CharValidator where immutable
     new 8889b9c307 [PERF] IMAP improve flags parsing
     new 0b6ebe2907 [PERF] IMAP improve status items parsing
     new cd9efb4795 [PERF] IMAP avoid memory allocation when parsing STATUS 
items
     new 707d520780 [PERF] Decode UTF-7 only if needed
     new 3be6fc4e03 [REFACTORING] Reaorder declarations in ImapRequestLineReader
     new 8e83d948d2 [REFACTORING] Use CHarMatcher in FetchCommandParser

The 7 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/imap/api/display/ModifiedUtf7.java       |   5 +
 .../james/imap/decode/ImapRequestLineReader.java   | 516 ++++++++++-----------
 .../imap/decode/parser/FetchCommandParser.java     |  13 +-
 .../imap/decode/parser/ListCommandParser.java      |  23 +-
 .../imap/decode/parser/StatusCommandParser.java    | 141 ++++--
 .../imap/decode/parser/StoreCommandParser.java     |   2 +-
 testing/base/src/main/resources/logback-test.xml   |   3 -
 7 files changed, 391 insertions(+), 312 deletions(-)


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

Reply via email to