(geronimo-mail) branch main updated (dfe8613 -> 38a455a)
[email protected] Sat, 18 Jul 2026 18:48:59 +0000
| Newsgroups | gmane.comp.java.geronimo.cvs |
|---|---|
| Message-ID | <178440053963.2955259.8753333832801019876@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 dfe8613 GERONIMO-6895 - Folder.fetch() fails on RFC-strict servers - header names emitted outside the BODY.PEEK[HEADER.FIELDS] section brackets
new 1412a87 Ignore the .claude tooling directory
new 51c2a9a GERONIMO-6896 - getContentLanguage() throws NPE for IMAP messages whose BODYSTRUCTURE has no language field
new f099579 GERONIMO-6897 - Folder.create() sends the uninitialized hierarchy separator, creating a mailbox named "name\0"
new e4ab6c1 GERONIMO-6898 - store.getDefaultFolder().list() returns empty when the server hierarchy delimiter is not '/'
new b5bb2d2 GERONIMO-6899 - Single-message Message.setFlags() never fires MessageChangedEvent
new f1cecee GERONIMO-6900 - Folder.close(false) loses \Deleted messages - use UNSELECT when the server supports RFC 3691
new 38a455a GERONIMO-6901 - Failed Folder.open() leaks the pooled connection, breaks Store.close() and hides FolderNotFoundException
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:
.gitignore | 1 +
.../geronimo/mail/store/imap/IMAPFolder.java | 122 ++++++++--
.../geronimo/mail/store/imap/IMAPMessage.java | 9 +-
.../apache/geronimo/mail/store/imap/IMAPStore.java | 4 +
.../mail/store/imap/connection/IMAPConnection.java | 14 ++
.../mail/store/imap/IMAPTckRegressionTest.java | 261 +++++++++++++++++++++
geronimo-mail_2.1_tck/src/tck/geronimo.jtx | 15 --
7 files changed, 393 insertions(+), 33 deletions(-)
create mode 100644 geronimo-mail_2.1_impl/geronimo-mail_2.1_provider/src/test/java/org/apache/geronimo/mail/store/imap/IMAPTckRegressionTest.java