Skip to content

Commit

Permalink
fix mailing list reference, broken links
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
  • Loading branch information
lukasj committed Jan 18, 2021
1 parent b52c3dd commit de24775
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions build.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
Copyright (c) 1997, 2020 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 1997, 2021 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand All @@ -24,7 +24,7 @@
<!--
NOTE: Jakarta Mail is now built using Maven:
https://eclipse-ee4j.github.io/jakartamail/Build-Instructions
https://eclipse-ee4j.github.io/mail/Build-Instructions
This ant build file is obsolete and may not work.
Expand Down
10 changes: 5 additions & 5 deletions doc/release/NOTES.txt
Expand Up @@ -9,7 +9,7 @@ Welcome to the ${mail.version} release of the Jakarta Mail API 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/jakartamail/FAQ
Please see the FAQ at https://eclipse-ee4j.github.io/mail/FAQ

Protocol Providers
------------------
Expand Down Expand Up @@ -137,12 +137,12 @@ 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/jakartamail/FAQ
Please check the FAQ at https://eclipse-ee4j.github.io/mail/FAQ
before submitting bug reports.

Send your bug reports to:

javamail_ww@oracle.com
mail-dev@eclipse.org



Expand Down Expand Up @@ -195,9 +195,9 @@ How to give feedback

Please send your feedback to this email-address:

javamail_ww@oracle.com
mail-dev@eclipse.org

Check out our website at https://eclipse-ee4j.github.io/jakartamail/.
Check out our website at https://eclipse-ee4j.github.io/mail/.

You can also find help on StackOverflow:

Expand Down
2 changes: 1 addition & 1 deletion doc/release/NTLMNOTES.txt
Expand Up @@ -25,7 +25,7 @@ mail.<protocol>.auth.ntlm.v2


NOTE: This capability is very new and has NOT been thoroughly tested.
Please send any feedback or bug reports to us at javamail_ww@oracle.com.
Please send any feedback or bug reports to us at mail-dev@eclipse.org.

WARNING: This support, and the APIs and properties used to control it,
should be considered EXPERIMENTAL. They may be changed in the future
Expand Down
4 changes: 2 additions & 2 deletions mail/src/main/java/com/sun/mail/imap/package.html
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!--
Copyright (c) 1997, 2020 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 1997, 2021 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -82,7 +82,7 @@
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/jakartamail/OAuth2" TARGET="_top">
See <A HREF="https://eclipse-ee4j.github.io/mail/OAuth2" TARGET="_top">
OAuth2 Support</A> for details.
</P>
<STRONG>Connection Pool</STRONG>
Expand Down
2 changes: 1 addition & 1 deletion mail/src/main/java/com/sun/mail/pop3/package.html
Expand Up @@ -39,7 +39,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/jakartamail/ThirdPartyProducts" TARGET="_top">
<A HREF="https://eclipse-ee4j.github.io/mail/ThirdPartyProducts" TARGET="_top">
Third Party Products</A>
web page for availability of "mbox" and "MH" local store providers.
</P>
Expand Down
4 changes: 2 additions & 2 deletions mail/src/main/java/com/sun/mail/smtp/package.html
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!--
Copyright (c) 1997, 2020 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 1997, 2021 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -126,7 +126,7 @@
support described above or as a built-in authentication mechanism in the
SMTP provider.
The OAuth 2.0 Access Token should be passed as the password for this mechanism.
See <A HREF="https://eclipse-ee4j.github.io/jakartamail/OAuth2" TARGET="_top">
See <A HREF="https://eclipse-ee4j.github.io/mail/OAuth2" TARGET="_top">
OAuth2 Support</A> for details.
</P>
<P>
Expand Down
6 changes: 3 additions & 3 deletions servlet/src/main/java/JakartaMail.html
Expand Up @@ -2,7 +2,7 @@
<HTML>
<!--
Copyright (c) 1998, 2019 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 1998, 2021 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Distribution License v. 1.0, which is available at
Expand Down Expand Up @@ -107,8 +107,8 @@
</P>

<P><FONT FACE="Arial, Helvetica">Feedback to </FONT>
<A HREF="mailto:javamail_ww@oracle.com">
<FONT FACE="Arial, Helvetica">javamail_ww@oracle.com</FONT></A>
<A HREF="https://accounts.eclipse.org/mailing-list/mail-dev">
<FONT FACE="Arial, Helvetica">mail-dev@eclipse.org</FONT></A>
</FORM>

</BODY>
Expand Down
4 changes: 2 additions & 2 deletions webapp/src/main/webapp/index.html
Expand Up @@ -2,7 +2,7 @@
<HTML>
<!--
Copyright (c) 1998, 2019 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 1998, 2021 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Distribution License v. 1.0, which is available at
Expand Down Expand Up @@ -85,7 +85,7 @@
<HR ALIGN="CENTER">
</P>

<P><FONT FACE="Arial, Helvetica">Feedback to </FONT><A HREF="mailto:javamail_ww@oracle.com"><FONT FACE="Arial, Helvetica">javamail_ww@oracle.com</FONT></A>
<P><FONT FACE="Arial, Helvetica">Feedback to </FONT><A HREF="https://accounts.eclipse.org/mailing-list/mail-dev"><FONT FACE="Arial, Helvetica">mail-dev@eclipse.org</FONT></A>
</FORM>

</BODY>
Expand Down

0 comments on commit de24775

Please sign in to comment.