Skip to content

Commit

Permalink
Clean up old references
Browse files Browse the repository at this point in the history
Signed-off-by: XSpielinbox <55600187+xspielinbox@users.noreply.github.com>
  • Loading branch information
XSpielinbox committed Aug 18, 2023
1 parent 7b2da45 commit 0f62d0c
Show file tree
Hide file tree
Showing 9 changed files with 354 additions and 357 deletions.
14 changes: 7 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Contributing to Eclipse Project for Jakarta Mail
# Contributing to Eclipse Project for Angus Mail

Thanks for your interest in this project.

Expand All @@ -16,21 +16,21 @@ included in the Java EE platform.
Information regarding source code management, builds, coding standards, and
more.

* [https://eclipse-ee4j.github.io/mail/Contributions](https://eclipse-ee4j.github.io/mail/Contributions)
* [https://eclipse-ee4j.github.io/angus-mail/Contributions](https://eclipse-ee4j.github.io/angus-mail/Contributions)
* [https://projects.eclipse.org/projects/ee4j.mail/developer](https://projects.eclipse.org/projects/ee4j.mail/developer)

The project maintains the following source code repositories

* [https://github.com/eclipse-ee4j/mail](https://github.com/eclipse-ee4j/mail)
* [https://github.com/eclipse-ee4j/mail-spec](https://github.com/eclipse-ee4j/mail-spec)
* [https://github.com/eclipse-ee4j/mail-tck](https://github.com/eclipse-ee4j/mail-tck)
* [https://github.com/eclipse-ee4j/angus-mail](https://github.com/eclipse-ee4j/angus-mail)
* [https://github.com/jakartaee/mail-spec](https://github.com/jakartaee/mail-spec)
* [https://github.com/jakartaee/mail-tck](https://github.com/jakartaee/mail-tck)

## Eclipse Contributor Agreement

Before your contribution can be accepted by the project team contributors must
electronically sign the Eclipse Contributor Agreement (ECA).

* [http://www.eclipse.org/legal/ECA.php](http://www.eclipse.org/legal/ECA.php)
* [https://www.eclipse.org/legal/ECA.php](https://www.eclipse.org/legal/ECA.php)

Commits that are provided by non-committers must have a Signed-off-by field in
the footer indicating that the author is aware of the terms by which the
Expand Down Expand Up @@ -60,4 +60,4 @@ Jakarta EE specification projects.

Contact the project developers via the project's "dev" list.

* [https://accounts.eclipse.org/mailing-list/mail-dev](https://accounts.eclipse.org/mailing-list/mail-dev)
* [https://accounts.eclipse.org/mailing-list/angus-dev](https://accounts.eclipse.org/mailing-list/angus-dev)
2 changes: 1 addition & 1 deletion NOTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ source code repository logs.

This program and the accompanying materials are made available under the terms
of the Eclipse Public License v. 2.0 which is available at
http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made
https://www.eclipse.org/legal/epl-2.0/. This Source Code may also be made
available under the following Secondary Licenses when the conditions for such
availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU
General Public License, version 2 with the GNU Classpath Exception which is
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ the license text included in every source file.
## Contributing

We use [contribution policy](CONTRIBUTING.md), which means we can only accept contributions under
the terms of [Eclipse Contributor Agreement](http://www.eclipse.org/legal/ECA.php).
the terms of [Eclipse Contributor Agreement](https://www.eclipse.org/legal/ECA.php).

## Links

Expand Down
2 changes: 1 addition & 1 deletion doc/src/main/resources/docs/CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
For changes related to mail you can refer to this file:

https://raw.githubusercontent.com/eclipse-ee4j/angus-mail/master/doc/src/main/resources/CHANGES.txt
https://raw.githubusercontent.com/eclipse-ee4j/angus-mail/master/doc/src/main/resources/docs/CHANGES.txt

Bug IDs can be found in the GitHub Issue Tracker
for the Eclipse EE4J Angus Mail project:
Expand Down
24 changes: 12 additions & 12 deletions doc/src/main/resources/docs/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ Welcome to the ${angus-mail.version} release of the Angus Mail implementation.
Please refer to CHANGES.txt for a list of the changes since the
previous release.

Please see the FAQ at https://eclipse-ee4j.github.io/mail/FAQ
Please see the FAQ at https://eclipse-ee4j.github.io/angus-mail/FAQ

Protocol Providers
------------------

The Angus Mail jar file "jakarta.mail.jar" includes the full Jakarta Mail
The Angus Mail jar file "angus-mail.jar" includes the full Jakarta Mail
API implementation, the Angus Mail runtime and the Sun protocol providers - IMAP, SMTP, and
POP3. The simplest way to use the Angus Mail is to just use the
jakarta.mail.jar file and ignore the other jar files in this package.
angus-mail.jar file and ignore the other jar files in this package.

In some cases it may be desirable to minimize the size of the Jakarta Mail
API code used by an application (e.g., in a microservice).
Expand Down Expand Up @@ -70,10 +70,10 @@ configure SASL support.
DSN Support
-----------

This release of Jakarta Mail includes EXPERIMENTAL support for creating
This release of Angus Mail includes EXPERIMENTAL support for creating
and parsing Delivery Status Notifications, as defined by RFC 3462
and RFC 3464. To make use of this support you need to include dsn.jar
in your CLASSPATH along with jakarta.mail.jar. See the javadocs for the
in your CLASSPATH along with angus-mail.jar. See the javadocs for the
com.sun.mail.dsn package for more details.

The DSN package also provides support for creating and parsing Message
Expand All @@ -87,7 +87,7 @@ applications using the current APIs.
NTLM Support
------------

This release of Jakarta Mail includes EXPERIMENTAL support for the
This release of Angus Mail includes EXPERIMENTAL support for the
Microsoft NTLM authentication mechanism used by Exchange. See the
file NTLMNOTES.txt for details.

Expand All @@ -103,7 +103,7 @@ How to submit bug reports
-------------------------

If you've found a bug, or if you just need help figuring out how to use
the Jakarta Mail API or Angus Mail API, please try to include the following information in
the Jakarta Mail API or Angus Mail, please try to include the following information in
your message to us:

- a program or code snippet that shows the problem
Expand All @@ -125,19 +125,19 @@ Our response: Turn on session debugging and send us the protocol trace.
session debugging for the demo programs. In your own
program, call "session.setDebug(true);".

Your problem: jakarta.mail or jakarta.activation classes not found when
Your problem: angus.mail or jakarta.activation classes not found when
compiling.
Our response: You didn't set CLASSPATH correctly to find jakarta.mail.jar and
Our response: You didn't set CLASSPATH correctly to find angus-mail.jar and
jakarta.activation.jar. See README.txt.

Your problem: NoSuchProviderException - No such provider for rfc822.
Our response: You unjar'ed jakarta.mail.jar. Don't.
Our response: You unjar'ed angus-mail.jar. Don't.

Your problem: How do I create a message with an attachment?
Our response: Create a message with a MimeMultipart content. See the
sendfile.html and msgmultisendsample.java demo programs.

Please check the FAQ at https://eclipse-ee4j.github.io/mail/FAQ
Please check the FAQ at https://eclipse-ee4j.github.io/angus-mail/FAQ
before submitting bug reports.

Send your bug reports to:
Expand Down Expand Up @@ -201,7 +201,7 @@ Check out our website at https://eclipse-ee4j.github.io/angus-mail/.

You can also find help on StackOverflow:

https://stackoverflow.com/questions/tagged/javamail
https://stackoverflow.com/questions/tagged/jakarta-mail


------------------------------------------------------------------
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* An IMAP protocol provider for the Jakarta Mail API
* that provides access to an IMAP message store.
* Both the IMAP4 and IMAP4rev1 protocols are supported.
* Refer to <A HREF="http://www.ietf.org/rfc/rfc3501.txt" TARGET="_top">
* Refer to <A HREF="https://www.ietf.org/rfc/rfc3501.txt" TARGET="_top">
* RFC 3501</A>
* for more information.
* The IMAP protocol provider also supports many IMAP extensions (described below).
Expand All @@ -32,7 +32,7 @@
* <STRONG>UIDPLUS Support</STRONG>
* <P>
* The IMAP UIDPLUS extension
* (<A HREF="http://www.ietf.org/rfc/rfc4315.txt" TARGET="_top">RFC 4315</A>)
* (<A HREF="https://www.ietf.org/rfc/rfc4315.txt" TARGET="_top">RFC 4315</A>)
* is supported via the IMAPFolder methods
* {@link org.eclipse.angus.mail.imap.IMAPFolder#addMessages addMessages},
* {@link org.eclipse.angus.mail.imap.IMAPFolder#appendUIDMessages appendUIDMessages}, and
Expand All @@ -41,38 +41,38 @@
* <STRONG>MOVE Support</STRONG>
* <P>
* The IMAP MOVE extension
* (<A HREF="http://www.ietf.org/rfc/rfc6851.txt" TARGET="_top">RFC 6851</A>)
* (<A HREF="https://www.ietf.org/rfc/rfc6851.txt" TARGET="_top">RFC 6851</A>)
* is supported via the IMAPFolder methods
* {@link org.eclipse.angus.mail.imap.IMAPFolder#moveMessages moveMessages} and
* {@link org.eclipse.angus.mail.imap.IMAPFolder#moveUIDMessages moveUIDMessages}.
* </P>
* <STRONG>SASL Support</STRONG>
* <P>
* The IMAP protocol provider can use SASL
* (<A HREF="http://www.ietf.org/rfc/rfc4422.txt" TARGET="_top">RFC 4422</A>)
* (<A HREF="https://www.ietf.org/rfc/rfc4422.txt" TARGET="_top">RFC 4422</A>)
* authentication mechanisms on systems that support the
* <CODE>javax.security.sasl</CODE> APIs.
* The SASL-IR
* (<A HREF="http://www.ietf.org/rfc/rfc4959.txt" TARGET="_top">RFC 4959</A>)
* (<A HREF="https://www.ietf.org/rfc/rfc4959.txt" TARGET="_top">RFC 4959</A>)
* capability is also supported.
* In addition to the SASL mechanisms that are built into
* the SASL implementation, users can also provide additional
* SASL mechanisms of their own design to support custom authentication
* schemes. See the
* <A HREF="http://download.oracle.com/javase/6/docs/technotes/guides/security/sasl/sasl-refguide.html" TARGET="_top">
* <A HREF="https://docs.oracle.com/javase/6/docs/technotes/guides/security/sasl/sasl-refguide.html" TARGET="_top">
* Java SASL API Programming and Deployment Guide</A> for details.
* Note that the current implementation doesn't support SASL mechanisms
* that provide their own integrity or confidentiality layer.
* </P>
* <STRONG>OAuth 2.0 Support</STRONG>
* <P>
* Support for OAuth 2.0 authentication via the
* <A HREF="https://developers.google.com/gmail/xoauth2_protocol" TARGET="_top">
* <A HREF="https://developers.google.com/gmail/imap/xoauth2-protocol" TARGET="_top">
* XOAUTH2 authentication mechanism</A> is provided either through the SASL
* support described above or as a built-in authentication mechanism in the
* IMAP provider.
* The OAuth 2.0 Access Token should be passed as the password for this mechanism.
* See <A HREF="https://eclipse-ee4j.github.io/mail/OAuth2" TARGET="_top">
* See <A HREF="https://eclipse-ee4j.github.io/angus-mail/OAuth2" TARGET="_top">
* OAuth2 Support</A> for details.
* </P>
* <STRONG>Connection Pool</STRONG>
Expand Down Expand Up @@ -100,7 +100,7 @@
* <STRONG>QUOTA Support</STRONG>
* <P>
* The IMAP QUOTA extension
* (<A HREF="http://www.ietf.org/rfc/rfc2087.txt" TARGET="_top">RFC 2087</A>)
* (<A HREF="https://www.ietf.org/rfc/rfc2087.txt" TARGET="_top">RFC 2087</A>)
* is supported via the
* {@link jakarta.mail.QuotaAwareStore QuotaAwareStore} interface implemented by
* {@link org.eclipse.angus.mail.imap.IMAPStore IMAPStore}, and the
Expand All @@ -109,7 +109,7 @@
* <STRONG>ACL Support</STRONG>
* <P>
* The IMAP ACL extension
* (<A HREF="http://www.ietf.org/rfc/rfc2086.txt" TARGET="_top">RFC 2086</A>)
* (<A HREF="https://www.ietf.org/rfc/rfc2086.txt" TARGET="_top">RFC 2086</A>)
* is supported via the
* {@link org.eclipse.angus.mail.imap.Rights Rights} class and the IMAPFolder methods
* {@link org.eclipse.angus.mail.imap.IMAPFolder#getACL getACL},
Expand All @@ -123,7 +123,7 @@
* <STRONG>SORT Support</STRONG>
* <P>
* The IMAP SORT extension
* (<A HREF="http://www.ietf.org/rfc/rfc5256.txt" TARGET="_top">RFC 5256</A>)
* (<A HREF="https://www.ietf.org/rfc/rfc5256.txt" TARGET="_top">RFC 5256</A>)
* is supported via the
* {@link org.eclipse.angus.mail.imap.SortTerm SortTerm} class and the IMAPFolder
* {@link org.eclipse.angus.mail.imap.IMAPFolder#getSortedMessages getSortedMessages}
Expand All @@ -132,9 +132,9 @@
* <STRONG>CONDSTORE and QRESYNC Support</STRONG>
* <P>
* Basic support is provided for the IMAP CONDSTORE
* (<A HREF="http://www.ietf.org/rfc/rfc4551.txt" TARGET="_top">RFC 4551</A>)
* (<A HREF="https://www.ietf.org/rfc/rfc4551.txt" TARGET="_top">RFC 4551</A>)
* and QRESYNC
* (<A HREF="http://www.ietf.org/rfc/rfc5162.txt" TARGET="_top">RFC 5162</A>)
* (<A HREF="https://www.ietf.org/rfc/rfc5162.txt" TARGET="_top">RFC 5162</A>)
* extensions for the purpose of resynchronizing a folder after offline operation.
* Of course, the server must support these extensions.
* Use of these extensions is enabled by using the new
Expand Down Expand Up @@ -182,7 +182,7 @@
* <STRONG>WITHIN Search Support</STRONG>
* <P>
* The IMAP WITHIN search extension
* (<A HREF="http://www.ietf.org/rfc/rfc5032.txt" TARGET="_top">RFC 5032</A>)
* (<A HREF="https://www.ietf.org/rfc/rfc5032.txt" TARGET="_top">RFC 5032</A>)
* is supported via the
* {@link org.eclipse.angus.mail.imap.YoungerTerm YoungerTerm} and
* {@link org.eclipse.angus.mail.imap.OlderTerm OlderTerm}
Expand All @@ -195,7 +195,7 @@
* <STRONG>LOGIN-REFERRAL Support</STRONG>
* <P>
* The IMAP LOGIN-REFERRAL extension
* (<A HREF="http://www.ietf.org/rfc/rfc2221.txt" TARGET="_top">RFC 2221</A>)
* (<A HREF="https://www.ietf.org/rfc/rfc2221.txt" TARGET="_top">RFC 2221</A>)
* is supported.
* If a login referral is received when connecting or when authentication fails, a
* {@link org.eclipse.angus.mail.imap.ReferralException ReferralException} is thrown.
Expand All @@ -206,7 +206,7 @@
* <STRONG>COMPRESS Support</STRONG>
* <P>
* The IMAP COMPRESS extension
* (<A HREF="http://www.ietf.org/rfc/rfc4978.txt" TARGET="_top">RFC 4978</A>)
* (<A HREF="https://www.ietf.org/rfc/rfc4978.txt" TARGET="_top">RFC 4978</A>)
* is supported.
* If the server supports the extension and the
* <code>mail.imap.compress.enable</code> property is set to "true",
Expand All @@ -215,7 +215,7 @@
* <STRONG>UTF-8 Support</STRONG>
* <P>
* The IMAP UTF8 extension
* (<A HREF="http://www.ietf.org/rfc/rfc6855.txt" TARGET="_top">RFC 6855</A>)
* (<A HREF="https://www.ietf.org/rfc/rfc6855.txt" TARGET="_top">RFC 6855</A>)
* is supported.
* If the server supports the extension, the client will enable use of UTF-8,
* allowing use of UTF-8 in IMAP protocol strings such as folder names.
Expand Down Expand Up @@ -454,8 +454,8 @@
* <TD>int</TD>
* <TD>
* NTLM protocol-specific flags.
* See <A HREF="http://curl.haxx.se/rfc/ntlm.html#theNtlmFlags" TARGET="_top">
* http://curl.haxx.se/rfc/ntlm.html#theNtlmFlags</A> for details.
* See <A HREF="https://curl.se/rfc/ntlm.html#theNtlmFlags" TARGET="_top">
* https://curl.se/rfc/ntlm.html#theNtlmFlags</A> for details.
* </TD>
* </TR>
*
Expand Down Expand Up @@ -624,7 +624,7 @@
* <TD>boolean</TD>
* <TD>
* If set to false, it does not check the server identity as specified by
* <A HREF="http://www.ietf.org/rfc/rfc2595.txt" TARGET="_top">RFC 2595</A>.
* <A HREF="https://www.ietf.org/rfc/rfc2595.txt" TARGET="_top">RFC 2595</A>.
* These additional checks based on the content of the server's certificate
* are intended to prevent man-in-the-middle attacks.
* Defaults to true.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/**
* A POP3 protocol provider for the Jakarta Mail API
* that provides access to a POP3 message store.
* Refer to <A HREF="http://www.ietf.org/rfc/rfc1939.txt" TARGET="_top">
* Refer to <A HREF="https://www.ietf.org/rfc/rfc1939.txt" TARGET="_top">
* RFC 1939</A>
* for more information.
* <P>
Expand All @@ -30,7 +30,7 @@
* <P>
* Note that Jakarta Mail does <strong>not</strong> include a local store into
* which messages can be downloaded and stored. See our
* <A HREF="https://eclipse-ee4j.github.io/mail/ThirdPartyProducts" TARGET="_top">
* <A HREF="https://eclipse-ee4j.github.io/angus-mail/ThirdPartyProducts" TARGET="_top">
* Third Party Products</A>
* web page for availability of "mbox" and "MH" local store providers.
* </P>
Expand Down Expand Up @@ -135,15 +135,15 @@
* </P>
* <P>
* The POP3 CAPA command (defined by
* <A HREF="http://www.ietf.org/rfc/rfc2449.txt" TARGET="_top">RFC 2449</A>)
* <A HREF="https://www.ietf.org/rfc/rfc2449.txt" TARGET="_top">RFC 2449</A>)
* will be used to determine the capabilities supported by the server.
* Some servers don't implement the CAPA command, and some servers don't
* return correct information, so various properties are available to
* disable use of certain POP3 commands, including CAPA.
* </P>
* <P>
* If the server advertises the PIPELINING capability (defined by
* <A HREF="http://www.ietf.org/rfc/rfc2449.txt" TARGET="_top">RFC 2449</A>),
* <A HREF="https://www.ietf.org/rfc/rfc2449.txt" TARGET="_top">RFC 2449</A>),
* or the <CODE>mail.pop3.pipelining</CODE> property is set, the POP3
* provider will send some commands in batches, which can significantly
* improve performance and memory use.
Expand Down Expand Up @@ -362,8 +362,8 @@
* <TD>int</TD>
* <TD>
* NTLM protocol-specific flags.
* See <A HREF="http://curl.haxx.se/rfc/ntlm.html#theNtlmFlags" TARGET="_top">
* http://curl.haxx.se/rfc/ntlm.html#theNtlmFlags</A> for details.
* See <A HREF="https://curl.se/rfc/ntlm.html#theNtlmFlags" TARGET="_top">
* https://curl.se/rfc/ntlm.html#theNtlmFlags</A> for details.
* </TD>
* </TR>
*
Expand All @@ -383,8 +383,8 @@
* <TD>int</TD>
* <TD>
* Sets the LM compatibility level, as described here:
* <A HREF="http://curl.haxx.se/rfc/ntlm.html#ntlmVersion2" TARGET="_top">
* http://curl.haxx.se/rfc/ntlm.html#ntlmVersion2</A>
* <A HREF="https://curl.se/rfc/ntlm.html#ntlmVersion2" TARGET="_top">
* https://curl.se/rfc/ntlm.html#ntlmVersion2</A>
* Defaults to "3". Currently not used.
* </TD>
* </TR>
Expand Down Expand Up @@ -464,7 +464,7 @@
* <TD>boolean</TD>
* <TD>
* If set to false, it does not check the server identity as specified by
* <A HREF="http://www.ietf.org/rfc/rfc2595.txt" TARGET="_top">RFC 2595</A>.
* <A HREF="https://www.ietf.org/rfc/rfc2595.txt" TARGET="_top">RFC 2595</A>.
* These additional checks based on the content of the server's certificate
* are intended to prevent man-in-the-middle attacks.
* Defaults to true.
Expand Down
Loading

0 comments on commit 0f62d0c

Please sign in to comment.