Skip to content

Commit

Permalink
Docs: Update for 2.1.0-alpha-2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelmay committed Aug 20, 2023
1 parent ff1b47b commit 83a41c9
Showing 1 changed file with 57 additions and 5 deletions.
62 changes: 57 additions & 5 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@

<a href="https://github.com/greenmail-mail-test/greenmail"><img
style="z-index:9999999;position: fixed; top: 0; right: 0; border: 0;"
src="https://camo.githubusercontent.com/e7bbb0521b397edbd5fe43e7f760759336b5e05f/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677265656e5f3030373230302e706e67"
alt="Fork me on GitHub"
data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_green_007200.png"></a>
src="https://github.blog/wp-content/uploads/2008/12/forkme_right_green_007200.png?resize=149%2C149"
alt="Fork me on GitHub">
</a>

<header class="navbar navbar-expand-lg navbar-light fixed-top bg-light">
<div class="container">
Expand Down Expand Up @@ -54,7 +54,7 @@ <h1>GreenMail</h1>
<p class="lead">Open Source suite of lightweight and sand-boxed email servers supporting SMTP, POP3 and
IMAP.</p>

<p class="version">Currently <a href="https://github.com/greenmail-mail-test/greenmail/releases">v2.1.0-alpha-1 / v2.0.0 (stable) / v1.6.14 (maintenance)</a></p>
<p class="version">Currently <a href="https://github.com/greenmail-mail-test/greenmail/releases">v2.1.0-alpha-2 / v2.0.0 (stable) / v1.6.14 (maintenance)</a></p>
</div>
</div>

Expand Down Expand Up @@ -102,6 +102,7 @@ <h1>GreenMail</h1>
<a class="nav-item nav-link nav-pills" href="#download" data-toggle="collapse"
data-target="#nav_download">Download</a>
<nav id="nav_download" class="nav nav-pills flex-column collapse" data-parent="#sidebar">
<a class="nav-item nav-link ml-3" href="#download_2_1_0_alpha_2">2.1.0-alpha-2 (alpha, JavaMail 2.1, JDK 11)</a>
<a class="nav-item nav-link ml-3" href="#download_2_0_0">2.0.0 (latest stable, JavaMail 2.0, JDK 8)</a>
<a class="nav-item nav-link ml-3" href="#download_1_6_14">1.6.14 (maintenance, JDK 8)</a>
<a class="nav-item nav-link ml-3" href="#download_1_5_14">1.5.14 (JDK 8)</a>
Expand Down Expand Up @@ -1213,7 +1214,58 @@ <h5>Quick-links</h5>
<a href="https://github.com/greenmail-mail-test/greenmail/releases">GitHub releases page</a> shows the releases cronological sorted.</p>

<p id="download_2_1_x" class="anchor"></p>
<h4 id="download_2_1_0" class="anchor"><a

<h4 id="download_2_1_0_alpha_2" class="anchor"><a
href="https://github.com/greenmail-mail-test/greenmail/releases" title="2.1.0-alpha-2 Release Notes">2.1.0-alpha-2</a>
- August 20th, 2023</h4>

<div class="alert alert-info" role="alert">
<p>This version requires JDK 1.8 (JDK 11) and Jakarta Mail 2.1 .</p>
Please note that
<ul>
<li>Jakarta Mail 2.x brings breaking changes due to renamed package prefix of jakarta.mail!</li>
<li>Jakarta Mail 2.1 / Angus Mail is the new reference implementation</li>
<li>GreenMail standalone/webapp require Java 11 for running</li>
</ul>
</div>
<table class="table table-condensed">
<thead>
<tr>
<td>Name</td>
<td>GAV</td>
</tr>
</thead>
<tr>
<td>GreenMail Core</td>
<td>
<a href="https://repo1.maven.org/maven2/com/icegreen/greenmail/2.1.0-alpha-2/greenmail-2.1.0-alpha-2.jar">com.icegreen:greenmail:2.1.0-alpha-2</a>
</td>
</tr>
<tr>
<td>GreenMail Standalone</td>
<td>
<a href="https://repo1.maven.org/maven2/com/icegreen/greenmail-standalone/2.1.0-alpha-2/greenmail-standalone-2.1.0-alpha-2.jar">com.icegreen:greenmail-standalone:2.1.0-alpha-2</a>
(<a href="https://hub.docker.com/r/greenmail/standalone/">Docker Hub</a>)
</td>
</tr>
<tr>
<td>GreenMail Webapp</td>
<td>
<a href="https://repo1.maven.org/maven2/com/icegreen/greenmail-webapp/2.1.0-alpha-2/greenmail-webapp-2.1.0-alpha-2.war">com.icegreen:greenmail-webapp:2.1.0-alpha-2:war</a>
</td>
</tr>
<tr>
<td>GreenMail Spring</td>
<td>
<a href="https://repo1.maven.org/maven2/com/icegreen/greenmail-spring/2.1.0-alpha-2/greenmail-spring-2.1.0-alpha-2.jar">com.icegreen:greenmail-spring:2.1.0-alpha-2</a>
</td>
</tr>
</table>
<p>Available via Maven repository or as a <a
href="https://github.com/greenmail-mail-test/greenmail/archive/release-2.1.0-alpha-2.zip">ZIP from
GitHub</a>.

<h4 id="download_2_1_0_alpha_1" class="anchor"><a
href="https://github.com/greenmail-mail-test/greenmail/releases" title="2.1.0-alpha-1 Release Notes">2.1.0-alpha-1</a>
- March 12th, 2023</h4>

Expand Down

0 comments on commit 83a41c9

Please sign in to comment.