(geronimo-mail) branch main updated (e2eada1 -> e9acad0)
[email protected] Sat, 18 Jul 2026 18:22:25 +0000
| Newsgroups | gmane.comp.java.geronimo.cvs |
|---|---|
| Message-ID | <178439894515.2896345.17204665342639482653@gitbox3-he-fi.apache.org> |
This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/geronimo-mail.git
from e2eada1 GERONIMO-6892 - IMAP APPEND used to deadlock because the client never flushes the literal announcement
new 6e73cc9 GERONIMO-6893 - MessageCountListeners are never notified - Folder queues MessageCountEvents to the MessageChangedListener list
new e9acad0 GERONIMO-6894 - Flags.retainAll adds flags from the argument and removes user flags despite Flags.Flag.USER
The 2 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:
.../src/main/java/jakarta/mail/Flags.java | 21 ++--
.../src/main/java/jakarta/mail/Folder.java | 4 +-
.../src/test/java/jakarta/mail/FlagsTest.java | 41 ++++++++
.../jakarta/mail/FolderMessageCountEventTest.java | 113 +++++++++++++++++++++
geronimo-mail_2.1_tck/src/tck/geronimo.jtx | 6 --
5 files changed, 170 insertions(+), 15 deletions(-)
create mode 100644 geronimo-mail_2.1_spec/src/test/java/jakarta/mail/FolderMessageCountEventTest.java