(geronimo-mail) branch main created (now 553adb2)

[email protected] Fri, 17 Jan 2025 13:38:46 +0000
Newsgroups gmane.comp.java.geronimo.cvs
Message-ID <173712112674.3880619.7940945034974154291@gitbox2-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


      at 553adb2  prepare

This branch includes the following new commits:

     new f53549f  GERONIMO-2107 Begin reorganization of the javamail source tree.
     new 48aeb90  GERONIMO-2119 new javamail components need scm tags in pom.xml files.
     new 73cd1bd  GERONIMO-2141 javamail providers component referencing non-released version of activation specs. Also update copyright statements in the pom.xml files.
     new 243d81b  Revert the javamail spec dependency back to 1.1-SNAPSHOT because the 1.2-SNAPSHOT is not published yet.
     new ca63d29  add <scm> tags to the parent pom.
     new 5b6aa8b  Update spec dependencies to 1-1 level now that they are published.
     new 95ebd4f  GERONIMO-2200 SMTP debug output echos portions of the output twice.
     new e0d40f1  Drop straggling maven.xml Changed layout of mail-1.3 to conform to the m2 stnd Added site descriptors Using genesis to pick up common configuration Removed use of properties to handle versions Updated formatting and added copyrights to xmls that missed it
     new a818c85  Changed module directory names to be the same as their artifactId to simplify m2 config & make it obvious where they come from Changed top-level pom to use javamail as the artifactId to be consistent with its location in our svn tree
     new ba84c92  Adding README.txt to briefly explain how to build w/m2 Adding root NOTICE.txt and LICENSE.txt
     new 4937db7  Keep names consistent, add description to avoid picking up genesis'
     new 3222ca5  Always specify groupId for clarity
     new bae26ab  Simplify site config
     new 34b0ac7  Make poms UTF-8
     new 3586019  Added <relativePath>../pom.xml</relativePath>
     new 8d436a4  Removed extraneous chars at the end of the doc
     new fa3ddd0  Use viewvc
     new cb4399a  Apply standard properties
     new 55356e6  Drop ${maven.username}@
     new 2a56c1b  Update source headers
     new b11f881  Use Genesis 1.1-SNAPSHOT
     new 09e0f68  GERONIMO-2494 javamail merged jar should use 1.3.1 version, not 1.3
     new 8f074c8  Use ${version} instead of ${pom.version}
     new 4daf61a  GERONIMO-2620 Need to create javamail 1.4 versions of the provider and mail jars
     new 155a8e3  GERONIMO-2623 Infinite loop in the SMTPTransport code when a socket factory class is used.
     new f730e0e  GERONIMO-2439 add secure transport support to POP3 (i.e., SSL)
     new 8f1a669  Added <version> to Activation and JavaMail specs to fix the 'Failed to validate POM' warning when building G.
     new 35c72df  Exclude Activation spec classes from JavaMail uber jar.
     new ee5df53  upgraded to released dependencies
     new 6c36bd5  change version property to final version before running release:prepare since it won't know how to modify the property
     new 71ba640  Remove version property since it breaks release plugin and is only needed for snapshots
     new 653b72f  [maven-release-plugin] prepare release javamail-1.0
     new f2ad44e  [maven-release-plugin] prepare for next development iteration
     new 3648f21  Fixed indent
     new 4645ba9  GERONIMO-2679 ArrayIndexOutOfBoundsException when getting Mails from Pop3-Account with geronimo-javamail_1.4_mail-1.0.jar
     new d015eb2  GERONIMO-2806 mail.null.host property not resolved by SMTPTransport class
     new ebfbda1  GERONIMO-2867 javax.mail.Service.connect() not using port from transport URLName()
     new c04b507  use latest activation and mail snapshots
     new cdb276a  GERONIMO-2938 javamail SMTPTransport has interpretation of mail.smtp.quitwait option wrong.
     new 01a4891  GERONIMO-2945 Reorganized the geronimo-javamail tree so that the 1.3.1 and 1.4 providers can be release separately.
     new 152f933  GERONIMO-2945 Reorganized the geronimo-javamail tree so that the 1.3.1 and 1.4 providers can be release separately.
     new b364768  Create branch for 1.1 version release and rev the trunk for 1.3.1
     new 358271b  Create 1.1 release of the 1.4 artifacts.
     new bbe3ed7  Create new trunk for updates.
     new 156454f  GERONIMO-3427 STMP login fails if server sends multiple lines of response back from initial connection.
     new a5afde9  GERONIMO-3427 STMP login fails if server sends multiple lines of response back from initial connection.
     new aa43028  GERONIMO-3485 The code in the geronimo-acivation server module should be moved into the javamail provider package
     new c74154b  Changed dependencies to scope provided so that a downstream user doesn't get the spec and provider jars as transitive dependencies.  These jars are unpacked and nested in the jar created by this module.
     new 4161e55  GERONIMO-3560 SMTPTransport.isConnected() returns true after close() is called   o Added a call to Service.close() in SMTPTransport.close() method
     new 723e901  GERONIMO-3600 Add imap and imaps protocol support to the Geronimo javamail providers.
     new 6dad507  GERONIMO-3623 javamail POP3 implementation has numerous incompatibilities with Sun impl.
     new 04d0341  Create new branch in preparation for releasing.
     new 1469f21  New trunk version for bug fixes.
     new d2fa858  GERONIMO-3842 Incorrect Subject header encoding for long non-ascii line
     new f49a194  update scm settings to trunk from previous tag values
     new d805e55  upgrade to latest released geronimo-activation level
     new 1d206a4  update to genesis 1.4
     new 83c1875  updates to parameterize the staging area for the release
     new 1920756  remove reference to javamail spec snapshot in preparation for the release
     new de711b7  better project name
     new dc24173  update artifact name for javamail bundle to conform to spec version convention with underscore and revert back to the first choice for project description/name
     new c641a0b  remove the maven-release-plugin configuration as this is now done in genesis
     new e247fd5  remove LICENSE and NOTICE files as these are now generated
     new 1067cc5  update README text
     new 1e7f00d  more updates to the root pom to improve the ease of releasing
     new 2542b32  problem with preparing release ... trying packaging of jar instead of pom
     new e29a2b9  revert back to packaging pom
     new 293c5de  try the shade plugin -- still needs a plugin version
     new f59c95c  Clean up use of scope plugin.  Make all spec dependencies scope provided
     new 7a0d329  remove unneeded assembly plugin config
     new e484308  Tidy up
     new 6900c23  [maven-release-plugin] prepare release geronimo-javamail_1.4-1.4
     new 3de9eb6  [maven-release-plugin] prepare for next development iteration
     new 9a4b1c4  [maven-release-plugin] rollback the release of geronimo-javamail_1.4-1.4
     new 7aafbe4  [maven-release-plugin] prepare release geronimo-javamail_1.4-1.4
     new 5798330  [maven-release-plugin] rollback the release of geronimo-javamail_1.4-1.4
     new 4c753f6  Use genesis 1.5-SNAPSHOT which has a release profile fix required to release this puppy
     new 7c76751  Try using PM to set javadoc to 2.4
     new 8666294  [maven-release-plugin] prepare release geronimo-javamail_1.4-1.4
     new 459294d  [maven-release-plugin] prepare for next development iteration
     new 4fe1b53  Update spec depedency to the new snapshot version.
     new c744f6f  GERONIMO-4120 Sun API specification information appears directly in some of the javamail classes.
     new 5a2cf25  GERONIMO-4120 Sun API specification information appears directly in some of the javamail classes.
     new 73b0c96  GERONIMO-4121 Add support for 8-bit MIME body encoding in the SMTPTransport.
     new 5702cc4  GERONIMO-4138 The SMTPTransport should be adding the BODY=8BITMIME when using 8-bit encodings for the body.
     new caf6fc4  GERONIMO-4136 Encoding coversion issues with geronimo javamail
     new 8eed353  GERONIMO-4134 boundary attribute for multipart/related content does not have surrounding quotes
     new 0b699cd  GERONIMO-4137 Message missing Content-Transfer-Encoding header is parsed as quoted-printable
     new a2adbdf  GERONIMO-4135 Too many CRLF at the end of the message
     new 563a7a6  GERONIMO-4156 Add javamail SMTP support for the SIZE= extension on the MAIL FROM command.
     new c7f068f  remove accidentally commited debug flag
     new 6b7b71c  GERONIMO-4172 Add support for the mail.<protocol>.ssl.protocols and mail.<protocol>.ssl.ciphersuites properties.
     new b4c57b5  GERONIMO-4173 Add SSL support to the NNTP Store and Transport.
     new 6829caf  GERONIMO-4174 Restructure the SMTPTransport class to use the comment MailConnection class.
     new 9da40d1  update spec dependency to new release
     new 6963159  [maven-release-plugin] prepare release geronimo-javamail_1.4-1.5
     new ae656ad  [maven-release-plugin] prepare for next development iteration
     new a38b346  GERONIMO-4241 NPE when calling folder.getDeletedMessageCount() for POP3 store
     new a34c211  GERONIMO-4252 NNTP Transport provider does not correctly store message identifiers Patch provided by David Graf
     new 614209e  GERONIMO-4261 MimeMessage throws IndexOutOfBoundsException on malformed data
     new e1c0df5  GERONIMO-4241 NPE when calling folder.getDeletedMessageCount() for POP3 store
     new 0bc22de  update spec version in preparation for release
     new 24a97da  [maven-release-plugin] prepare release geronimo-javamail_1.4-1.6
     new 727df40  [maven-release-plugin] prepare for next development iteration
     new bff951f  GERONIMO-4290 pop3s: java.lang.IllegalArgumentException: hostname can't be null
     new 98c4ae4  GERONIMO-4294 mail.pop3s.socketFactory.class is ignored
     new cc94db5  Upgrade to Genesis 2.0
     new 62e3ecb  Upgrade to Genesis 2.0
     new 7ca397d  GERONIMO-4341  javax.mail.NoSuchProviderException: Unable to locate provider for protocol: pop3
     new 403f41d  GERONIMO-4344 IMAPMessage#updateHeader updates header with wrong value
     new 518189c  GERONIMO-4372 Wrong DEFAULT_IMAP_PORT in the Geronimo JavaMail 1.4 provider
     new 9404f7e  fixed transport class name for smtps (GERONIMO-4476)
     new 181bf07  Can't read anything in if input is not set
     new d131580  switch back to old and released genesis
     new 1c472dd  tie down maven-shade-plugin version
     new b8babf5  IMAPMessage loadContent() and writeTo() fixes. Test code based on patch from Andreas Veithen (GERONIMO-4352)
     new eacfcc4  added tests for pop3 store - same as for imap
     new 61ddb9a  add LICENSE and NOTICE files
     new b3b02b7  update spec version in preparation for release
     new c7ca782  [maven-release-plugin] prepare release geronimo-javamail_1.4-1.7
     new a2c26ad  [maven-release-plugin] prepare for next development iteration
     new f4c6b5a  GERONIMO-4585: Disposition is incorrectly parsed on multiparts imap messages
     new 5ea62aa  GERONIMO-4584 Opening an IMAP folder with *logs* of emails is very expensive in terms of memory and cpu
     new e75cc27  GERONIMO-4611 Exchange IMAP problem
     new 7166e89  GERONIMO-4904 Add handler for message/rfc822 MIME type
     new cc21ce4  use latest javamail spec
     new bb0c0e3  upgrade to genesis-2.0 and remove Java 5 language depends, as the spec jar supports 1.4 users
     new c637d56  add osgi bundle metadata to mail uber jar
     new fc737fd  fix indenting
     new bbff21e  excluded too much - causes build problems
     new efa0c4a  Fix the bundle manifest to remove incorrect import
     new 9e3b69b  yet another attempt at getting the OSGi manifest information correct
     new bb13251  allow java 6 and greater to be used
     new 7428fc2  GERONIMO-5133 Geroinimo versions of the specs should pick up the additions made to the service mix versions of the bundles.
     new 0581a46  non-class resources were not getting included in merged bundle
     new b15276e  fix the bundle imports
     new 4834e25  [maven-release-plugin] prepare release geronimo-javamail_1.4-1.0.8
     new 34ddaa2  [maven-release-plugin] prepare for next development iteration
     new 406ce7d  [maven-release-plugin] rollback the release of geronimo-javamail_1.4-1.0.8
     new 341e838  version number updates prior to release
     new 8a114ef  [maven-release-plugin] prepare release geronimo-javamail_1.4-1.8
     new 96c39a9  [maven-release-plugin] prepare for next development iteration
     new e96c66c  [maven-release-plugin] rollback the release of geronimo-javamail_1.4-1.8
     new 761a0c9  [maven-release-plugin] prepare release geronimo-javamail_1.4-1.8
     new 1eafa37  [maven-release-plugin] prepare for next development iteration
     new a87ee28  GERONIMO-5326 Geronimo javamail does not work on non-ASCII platforms
     new 4584a28  GERONIMO-5326 Geronimo javamail does not work on non-ASCII platforms
     new 847185d  GERONIMO-5326 Geronimo javamail does not work on non-ASCII platforms
     new 70aa931  update NOTICE file copyright date
     new 599eea4  update to non-SNAPSHOT dependencies
     new 1b3c20d  [maven-release-plugin] prepare release geronimo-javamail_1.4-1.8.1
     new b6c4999  [maven-release-plugin] prepare for next development iteration
     new 9044f2a  [maven-release-plugin] rollback the release of geronimo-javamail_1.4-1.8.1
     new 1d75d60  fix java 5 compilation errors
     new 5b670ae  [maven-release-plugin] prepare release geronimo-javamail_1.4-1.8.1
     new 634a32f  [maven-release-plugin] prepare for next development iteration
     new b3c44ff  GERONIMO-5414 Mail cannot handle image/jpeg
     new e84a627  GERONIMO-5587 SMTP is including bcc header in sent email
     new 921a5cb  [maven-release-plugin] prepare release geronimo-javamail_1.4-1.8.2
     new b7e376d  [maven-release-plugin] prepare for next development iteration
     new 0fd7ad2  rollback release attempt
     new 0591db8  [maven-release-plugin] prepare release geronimo-javamail_1.4-1.8.2
     new e2150f5  [maven-release-plugin] prepare for next development iteration
     new 5e43406  rollback release attempt
     new 7cef7ad  update the genesis parent
     new e615914  [maven-release-plugin] prepare release geronimo-javamail_1.4-1.8.2
     new f4f3fc0  [maven-release-plugin] prepare for next development iteration
     new 6d928e7  GERONIMO-5760 Wrong encoding specified in javamail providers.
     new 9557c96  Fix the Illegal output type exception while invoking setOut method
     new 759e281  update license and notice for release
     new 23928e8  use greenmail 1.3.1b for test
     new 330864d  [maven-release-plugin] prepare release geronimo-javamail_1.4-1.8.3
     new c3eb21f  [maven-release-plugin] prepare for next development iteration
     new 2d51a85  remove the .txt suffix of LICENSE and NOTICE file
     new d7bb3f5  GERONIMO-6523 INPUT doesn't mean anything for pop3, that's INBOX
     new c28be51  [maven-release-plugin] prepare release geronimo-javamail_1.4-1.8.4
     new 1ea61f6  [maven-release-plugin] prepare for next development iteration
     new 36fca1a  GERONIMO-6526 patch from Hendrik Saly, handling authId in authentication
     new ecbadf0  GERONIMO-6515 patch from Grzegorz TaƄczyk, Unable to set localhost for EHLO in Geronimo JavaMail + additional Testcase
     new 6b4f994  Fix GERONIMO-4594. From this commit javamail 1.4 spec 1.7.2 or later is required.
     new 14ac673  Fix GERONIMO-5429 GERONIMO-5430 GERONIMO-5873, fixed also APOP authentication for POP3, POP3 store can now use STARTTLS
     new 727960d  Replaced greenmail with apache james for unit tests, Added a lot of new testcases, Version bump to 1.9.0, some pom updates, site added, travis CI support added. This commit only touch test code.
     new 3f0e94d  Make unittests more robust (no hardcoded port, special filename handling)
     new 0665161  Again some fixes for testcases
     new 5d6361c  Imports fixed (they break Java 6 build)
     new 6f3f7fe  using geronimo-javamail_1.4_spec release
     new 5bf40db  [maven-release-plugin] prepare release geronimo-javamail_1.4-1.9.0-alpha-1
     new e668a39  [maven-release-plugin] prepare for next development iteration
     new 471da99  lighter exclusion of spec jar since we need james classes
     new 9b6f1f2  GERONIMO-6547 ensure smtp socket accesses are appropriate even for bad servers
     new be484bc  [maven-release-plugin] prepare release geronimo-javamail_1.4-1.9.0-alpha-2
     new 85d7829  [maven-release-plugin] prepare for next development iteration
     new d94a1bd  Fix SMTPConnection.sendData(MimeMessage msg) to read multi-lined responses
     new 1d938c6  Add seed code for javamail 1.5
     new 7beea57  Should have svn copied instead of add to maintain provenance
     new 646366e  Add seed code for javamail 1.5
     new c96d04d  Updated 1.4 spec version to 1.5
     new ed37720  Add AL to Travis CI file pre-commit-status-crumb=4a2134c9-43dd-43e8-b19d-6add0790bc95
     new 843cbff  Update Copyright year
     new 4825719  GERONIMO-6565 don't append separator if not needed, thanks Matthew Broadhead for the patch
     new c600bab  fixing master build
     new 896d53e  svn ignore update for idea
     new 8dd933c  Bump the version to 1.0.0-SNAPSHOT for the release
     new 75e1d94  GERONIMO-6780 added Oauth2 support for geronimo Java Mail Provider. Thanks Cesar
     new 42886d1  adding svn:ignores
     new 38c6380  adding svn:ignores
     new a6c39f5  upgrading junit and ensuring a better resolution of internal dependencies
     new e85fe76  setting spec jar to 1.0.0 (staging)
     new 8343337  upgrading javadoc plugin
     new 3bfafc9  [maven-release-plugin] prepare release geronimo-javamail_1.6-1.0.0
     new 96ac0a4  [maven-release-plugin] prepare for next development iteration
     new 909645b  GERONIMO-6792 - Fix hard-coded TLSv1 version in MailConnection.java for Java Mail 1.6
     new 3ee8402  Migrate from svn to gitbox
     new 1ba7262  Merge pull request #4 from fpapon/migrate
     new 3045ce4  Merge pull request #2 from rzo1/GERONIMO-6792
     new 61e8b69  GERONIMO-6793 - Do not auto-enable all available Cyphers in TLS/SSL protocol handling in MailConnection
     new c0428b2  Merge pull request #3 from rzo1/GERONIMO-6793_
     new 4afd0ee  [maven-release-plugin] prepare release geronimo-javamail_1.6-1.0.1
     new 9321344  [maven-release-plugin] prepare for next development iteration
     new 9352d6f  Update to javamail spec 1.6_1.0.1
     new 25ab514  [maven-release-plugin] prepare release geronimo-javamail_1.6-1.0.1
     new 9640e90  [maven-release-plugin] prepare for next development iteration
     new 004eb33  Don't add jakarta mail, it's weird using it and with the implementation. Let's be consistent with activation and others
     new 5425606  Remove target/
     new 9f343e9  First import for Jakarta Mail 2.1 implementation
     new 7968246  Add NullTransport for testing and TCK
     new 23b2b68  Set to 1.0.0-M1 and prepare for release
     new 11e9e7a  Set Activation version to proposed 1.0.0-M1
     new c5b0b86  [maven-release-plugin] prepare release geronimo-mail_2.1_spec-1.0.0-M1
     new 527d127  Fix scm urls from "javamail" to "mail"
     new 7bcfb12  [maven-release-plugin] prepare release geronimo-mail_2.1_spec-1.0.0-M1
     new fdd98a8  [maven-release-plugin] prepare for next development iteration
     new ae6c8d4  Make sure we properly handle CONTINUATION when there is something else after the +
     new f276105  Remove copy of the TCK file which is not part of this project
     new 6ae0136  Use milestones for activation and mail specs
     new 4a11157  [maven-release-plugin] prepare release geronimo-mail_2.1-1.0.0
     new eb04d2d  [maven-release-plugin] prepare for next development iteration
     new c882bbd  Bad renaming - spec still uses javamail prefix
     new 0e7640d  feat(GERONIMO-6869): fix toString() for InternetAddress when multiple addresses are provided feat(GERONIMO-6870): introduce logic to avoid duplicate headers.
     new 7899d90  [maven-release-plugin] prepare release geronimo-mail_2.1_spec-1.0.0
     new 9a7b048  [maven-release-plugin] prepare for next development iteration
     new b28edd6  GERONIMO-6871 - InternetHeaders to rejects well-formed headers
     new 3585d5a  [maven-release-plugin] prepare release geronimo-mail_2.1-1.0.1
     new edf9f84  [maven-release-plugin] prepare for next development iteration
     new 1d1133c  Revert "[maven-release-plugin] prepare for next development iteration"
     new ed0d2f8  Revert "[maven-release-plugin] prepare release geronimo-mail_2.1-1.0.1"
     new 806d844  prepare for migration
     new d9908da  Merge remote-tracking branch 'bare-repo/new-folder-branch' into trunk
     new 553adb2  prepare

The 249 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.