This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a commit to branch asf-staging in repository https://gitbox.apache.org/repos/asf/james-site.git
The following commit(s) were added to refs/heads/asf-staging by this push: new 9590c5f Site checkin for project Apache James: Jenkins Tools 9590c5f is described below commit 9590c5f0f4641a62b0e2b83401756d3fabc14e26 Author: jenkins <bui...@apache.org> AuthorDate: Tue May 18 08:26:16 2021 +0000 Site checkin for project Apache James: Jenkins Tools --- _/img/close.svg | 1 - .../distributed/operate/cassandra-migration.html | 15 +- .../3.6.0/servers/distributed/operate/index.html | 53 ++++++ jdkim/0.3-SNAPSHOT/index.html | 156 ----------------- jsieve/0.8-SNAPSHOT/index.html | 156 ----------------- jspf/1.0.2-SNAPSHOT/index.html | 156 ----------------- mime4j/0.8.4-SNAPSHOT/index.html | 156 ----------------- postage/0.1-SNAPSHOT/index.html | 156 ----------------- sitemap-james-project.xml | 194 ++++++++++----------- sitemap-james-site.xml | 4 +- sitemap-jdkim.xml | 7 - sitemap-jsieve.xml | 7 - sitemap-jspf.xml | 7 - sitemap-mime4j.xml | 7 - sitemap-postage.xml | 7 - 15 files changed, 155 insertions(+), 927 deletions(-) diff --git a/_/img/close.svg b/_/img/close.svg deleted file mode 100644 index b4a8088..0000000 --- a/_/img/close.svg +++ /dev/null @@ -1 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M12.736 87.264l74.528-74.528m-74.528 0l74.528 74.528" fill="none" stroke="#222" stroke-width="8"/></svg> \ No newline at end of file diff --git a/james-project/3.6.0/servers/distributed/operate/cassandra-migration.html b/james-project/3.6.0/servers/distributed/operate/cassandra-migration.html index 6dcda9e..6f4b21f 100644 --- a/james-project/3.6.0/servers/distributed/operate/cassandra-migration.html +++ b/james-project/3.6.0/servers/distributed/operate/cassandra-migration.html @@ -540,20 +540,11 @@ version upon partial failures, that race condition in version upgrades will be i <div class="ulist"> <ul> <li> -<p><strong>From V5 to V6</strong> : Goal is to no longer rely on an UDT partition key for mailboxPath tables. Entries will be migrated -to mailboxPathV2 table relying on a composite primary key.</p> -</li> -<li> -<p><strong>From V6 to V7</strong> : Goal is to populate mapping_sources projection table. This table allows finding the source of a given redirection, which is -handy for things like mail aliases (I want to list aliases rewritting things to bob). Without this projection table being available, -(ie we rely on schema version 6 or less) such information is obtained through a full table scan, unoptimized. From schema version 7, -the optimized projection can safely be used.</p> -</li> -<li> -<p><strong>From V7 to V8</strong> : Add UID_VALIDITY to mailboxPath table in order not to mandate mailbox table reads.</p> +<p><strong>From V8 to V9</strong> : Adopt a more compact representation for message properties.</p> </li> <li> -<p><strong>From V8 to V9</strong> : Adopt a more compact representation for message properties.</p> +<p><strong>From V9 to V10</strong> : Handles Mailbox ACL transactionality with event-sourcing. We got read of SERIAL consistency upon +reads thus unlocking a major performance enhancement.</p> </li> </ul> </div> diff --git a/james-project/3.6.0/servers/distributed/operate/index.html b/james-project/3.6.0/servers/distributed/operate/index.html index 0d558c4..a303811 100644 --- a/james-project/3.6.0/servers/distributed/operate/index.html +++ b/james-project/3.6.0/servers/distributed/operate/index.html @@ -514,6 +514,8 @@ </aside> <article class="doc"> <h1 class="page">Distributed James Server — Operate the Distributed server</h1> +<div id="preamble"> +<div class="sectionbody"> <div class="paragraph"> <p>The following pages detail how to operate the Distributed server.</p> </div> @@ -548,6 +550,57 @@ distributed James operators.</p> <div class="paragraph"> <p>Read more about <a href="cassandra-migration.html" class="page">Cassandra data migration</a>.</p> </div> +</div> +</div> +<div class="sect1"> +<h2 id="_upgrading"><a class="anchor" href="#_upgrading"></a>Upgrading</h2> +<div class="sectionbody"> +<div class="paragraph"> +<p>This section sums up and links upgrade instructions for people willing to upgrade their Distributed server to newer versions.</p> +</div> +<table class="tableblock frame-all grid-all stretch"> +<caption class="title">Table 1. Upgrade path</caption> +<colgroup> +<col style="width: 50%;"> +<col style="width: 50%;"> +</colgroup> +<thead> +<tr> +<th class="tableblock halign-left valign-top">Upgrade from</th> +<th class="tableblock halign-left valign-top">Recommended upgrade path to 3.7.0 (unreleased)</th> +</tr> +</thead> +<tbody> +<tr> +<td class="tableblock halign-left valign-top"><p class="tableblock">3.6.0</p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock">Rolling upgrade to 3.7.0 (unreleased). No specific upgrade instructions to perform.</p></td> +</tr> +<tr> +<td class="tableblock halign-left valign-top"><p class="tableblock">3.5.0</p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock">1. Upgrade, and apply <a href="https://github.com/apache/james-project/blob/master/upgrade-instructions.md#360-version">3.6.0 upgrade instructions</a></p> +<p class="tableblock">Note: Because of ElasticSearch upgrade (6.3 → 7.10) this migration cannot be done in a rolling fashion manner.</p> +<p class="tableblock">2. Rolling upgrade to 3.7.0 (unreleased). No specific upgrade instructions to perform.</p></td> +</tr> +<tr> +<td class="tableblock halign-left valign-top"><p class="tableblock">3.4.0</p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock">1. Rolling upgrade to 3.5.0, and apply <a href="https://github.com/apache/james-project/blob/master/upgrade-instructions.md#350-version">3.5.0 upgrade instructions</a></p> +<p class="tableblock">2. Upgrade to 3.6.0, and apply <a href="https://github.com/apache/james-project/blob/master/upgrade-instructions.md#360-version">3.6.0 upgrade instructions</a></p> +<p class="tableblock">Note: Because of ElasticSearch upgrade (6.3 → 7.10) this migration cannot be done in a rolling fashion manner.</p> +<p class="tableblock">3. Rolling upgrade to 3.7.0 (unreleased). No specific upgrade instructions to perform.</p></td> +</tr> +<tr> +<td class="tableblock halign-left valign-top"><p class="tableblock">3.3.0</p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock">1. upgrade to 3.4.0, and apply <a href="https://github.com/apache/james-project/blob/master/upgrade-instructions.md#340-version">3.4.0 upgrade instructions</a></p> +<p class="tableblock">Note: Because of ElasticSearch upgrade (2.2 → 6.3) this migration cannot be done in a rolling fashion manner.</p> +<p class="tableblock">2. Rolling upgrade to 3.5.0, and apply <a href="https://github.com/apache/james-project/blob/master/upgrade-instructions.md#350-version">3.5.0 upgrade instructions</a></p> +<p class="tableblock">3. Upgrade to 3.6.0, and apply <a href="https://github.com/apache/james-project/blob/master/upgrade-instructions.md#360-version">3.6.0 upgrade instructions</a></p> +<p class="tableblock">Note: Because of ElasticSearch upgrade (6.3 → 7.10) this migration cannot be done in a rolling fashion manner.</p> +<p class="tableblock">4. Rolling upgrade to 3.7.0 (unreleased). No specific upgrade instructions to perform.</p></td> +</tr> +</tbody> +</table> +</div> +</div> </article> </div> </main> diff --git a/jdkim/0.3-SNAPSHOT/index.html b/jdkim/0.3-SNAPSHOT/index.html deleted file mode 100644 index ba23816..0000000 --- a/jdkim/0.3-SNAPSHOT/index.html +++ /dev/null @@ -1,156 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> - <head> - <meta charset="utf-8"> - <meta name="viewport" content="width=device-width,initial-scale=1"> - <title>Apache James JDKIM documentation :: Apache James</title> - <meta name="generator" content="Antora 2.3.3"> - <link rel="stylesheet" href="../../_/css/site.css"> - </head> - <body class="article"> -<header class="header"> - <nav class="navbar"> - <div class="navbar-brand"> - <a class="navbar-item" href="https://james.apache.org">Apache James</a> - <button class="navbar-burger" data-target="topbar-nav"> - <span></span> - <span></span> - <span></span> - </button> - </div> - <div id="topbar-nav" class="navbar-menu"> - <div class="navbar-end"> - <a class="navbar-item" href="#">Home</a> - <div class="navbar-item has-dropdown is-hoverable"> - <a class="navbar-link" href="#">Products</a> - <div class="navbar-dropdown"> - <a class="navbar-item" href="#">Product A</a> - <a class="navbar-item" href="#">Product B</a> - <a class="navbar-item" href="#">Product C</a> - </div> - </div> - <div class="navbar-item has-dropdown is-hoverable"> - <a class="navbar-link" href="#">Services</a> - <div class="navbar-dropdown"> - <a class="navbar-item" href="#">Service A</a> - <a class="navbar-item" href="#">Service B</a> - <a class="navbar-item" href="#">Service C</a> - </div> - </div> - <div class="navbar-item has-dropdown is-hoverable"> - <a class="navbar-link" href="#">Resources</a> - <div class="navbar-dropdown"> - <a class="navbar-item" href="#">Resource A</a> - <a class="navbar-item" href="#">Resource B</a> - <a class="navbar-item" href="#">Resource C</a> - </div> - </div> - <div class="navbar-item"> - <span class="control"> - <a class="button is-primary" href="#">Download</a> - </span> - </div> - </div> - </div> - </nav> -</header> -<div class="body"> -<div class="nav-container" data-component="jdkim" data-version="0.3-SNAPSHOT"> - <aside class="nav"> - <div class="panels"> -<div class="nav-panel-explore is-active" data-panel="explore"> - <div class="context"> - <span class="title">Apache James JDKIM</span> - <span class="version">0.3-SNAPSHOT</span> - </div> - <ul class="components"> - <li class="component is-current"> - <span class="title">Apache James JDKIM</span> - <ul class="versions"> - <li class="version is-current is-latest"> - <a href="index.html">0.3-SNAPSHOT</a> - </li> - </ul> - </li> - <li class="component"> - <span class="title">Apache James jSieve</span> - <ul class="versions"> - <li class="version is-latest"> - <a href="../../jsieve/0.8-SNAPSHOT/index.html">0.8-SNAPSHOT</a> - </li> - </ul> - </li> - <li class="component"> - <span class="title">Apache James jSPF</span> - <ul class="versions"> - <li class="version is-latest"> - <a href="../../jspf/1.0.2-SNAPSHOT/index.html">1.0.2-SNAPSHOT</a> - </li> - </ul> - </li> - <li class="component"> - <span class="title">Apache James Mime4j</span> - <ul class="versions"> - <li class="version is-latest"> - <a href="../../mime4j/0.8.4-SNAPSHOT/index.html">0.8.4-SNAPSHOT</a> - </li> - </ul> - </li> - <li class="component"> - <span class="title">Apache James Postage</span> - <ul class="versions"> - <li class="version is-latest"> - <a href="../../postage/0.1-SNAPSHOT/index.html">0.1-SNAPSHOT</a> - </li> - </ul> - </li> - <li class="component"> - <span class="title">Apache James Server</span> - <ul class="versions"> - <li class="version is-latest"> - <a href="../../james-project/3.6.0/index.html">3.6.0 Snapshot</a> - </li> - </ul> - </li> - <li class="component"> - <span class="title">Apache James Site</span> - <ul class="versions"> - <li class="version is-latest"> - <a href="../../james-site/latest/index.html">latest</a> - </li> - </ul> - </li> - </ul> -</div> - </div> - </aside> -</div> -<main class="article"> -<div class="toolbar" role="navigation"> -<button class="nav-toggle"></button> - <a href="../../james-site/latest/homepage.html" class="home-link"></a> -<nav class="breadcrumbs" aria-label="breadcrumbs"> -</nav> - <div class="edit-this-page"><a href="https://github.com/apache/james-jdkim/blob/master/docs/modules/ROOT/pages/index.adoc">Edit this Page</a></div> - </div> - <div class="content"> -<article class="doc"> -<h1 class="page">Apache James JDKIM documentation</h1> -<div class="paragraph"> -<p>TODO: This is a placeholder. Migrate older documentation.</p> -</div> -</article> -<aside class="toc sidebar" data-title="Contents" data-levels="2"> - <div class="toc-menu"></div> -</aside> - </div> -</main> -</div> -<footer class="footer"> - <p>This page was built using the Antora default UI.</p> - <p>The source code for this UI is licensed under the terms of the MPL-2.0 license.</p> -</footer> -<script src="../../_/js/site.js"></script> -<script async src="../../_/js/vendor/highlight.js"></script> - </body> -</html> \ No newline at end of file diff --git a/jsieve/0.8-SNAPSHOT/index.html b/jsieve/0.8-SNAPSHOT/index.html deleted file mode 100644 index 7716ed1..0000000 --- a/jsieve/0.8-SNAPSHOT/index.html +++ /dev/null @@ -1,156 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> - <head> - <meta charset="utf-8"> - <meta name="viewport" content="width=device-width,initial-scale=1"> - <title>Apache James jSieve documentation :: Apache James</title> - <meta name="generator" content="Antora 2.3.3"> - <link rel="stylesheet" href="../../_/css/site.css"> - </head> - <body class="article"> -<header class="header"> - <nav class="navbar"> - <div class="navbar-brand"> - <a class="navbar-item" href="https://james.apache.org">Apache James</a> - <button class="navbar-burger" data-target="topbar-nav"> - <span></span> - <span></span> - <span></span> - </button> - </div> - <div id="topbar-nav" class="navbar-menu"> - <div class="navbar-end"> - <a class="navbar-item" href="#">Home</a> - <div class="navbar-item has-dropdown is-hoverable"> - <a class="navbar-link" href="#">Products</a> - <div class="navbar-dropdown"> - <a class="navbar-item" href="#">Product A</a> - <a class="navbar-item" href="#">Product B</a> - <a class="navbar-item" href="#">Product C</a> - </div> - </div> - <div class="navbar-item has-dropdown is-hoverable"> - <a class="navbar-link" href="#">Services</a> - <div class="navbar-dropdown"> - <a class="navbar-item" href="#">Service A</a> - <a class="navbar-item" href="#">Service B</a> - <a class="navbar-item" href="#">Service C</a> - </div> - </div> - <div class="navbar-item has-dropdown is-hoverable"> - <a class="navbar-link" href="#">Resources</a> - <div class="navbar-dropdown"> - <a class="navbar-item" href="#">Resource A</a> - <a class="navbar-item" href="#">Resource B</a> - <a class="navbar-item" href="#">Resource C</a> - </div> - </div> - <div class="navbar-item"> - <span class="control"> - <a class="button is-primary" href="#">Download</a> - </span> - </div> - </div> - </div> - </nav> -</header> -<div class="body"> -<div class="nav-container" data-component="jsieve" data-version="0.8-SNAPSHOT"> - <aside class="nav"> - <div class="panels"> -<div class="nav-panel-explore is-active" data-panel="explore"> - <div class="context"> - <span class="title">Apache James jSieve</span> - <span class="version">0.8-SNAPSHOT</span> - </div> - <ul class="components"> - <li class="component"> - <span class="title">Apache James JDKIM</span> - <ul class="versions"> - <li class="version is-latest"> - <a href="../../jdkim/0.3-SNAPSHOT/index.html">0.3-SNAPSHOT</a> - </li> - </ul> - </li> - <li class="component is-current"> - <span class="title">Apache James jSieve</span> - <ul class="versions"> - <li class="version is-current is-latest"> - <a href="index.html">0.8-SNAPSHOT</a> - </li> - </ul> - </li> - <li class="component"> - <span class="title">Apache James jSPF</span> - <ul class="versions"> - <li class="version is-latest"> - <a href="../../jspf/1.0.2-SNAPSHOT/index.html">1.0.2-SNAPSHOT</a> - </li> - </ul> - </li> - <li class="component"> - <span class="title">Apache James Mime4j</span> - <ul class="versions"> - <li class="version is-latest"> - <a href="../../mime4j/0.8.4-SNAPSHOT/index.html">0.8.4-SNAPSHOT</a> - </li> - </ul> - </li> - <li class="component"> - <span class="title">Apache James Postage</span> - <ul class="versions"> - <li class="version is-latest"> - <a href="../../postage/0.1-SNAPSHOT/index.html">0.1-SNAPSHOT</a> - </li> - </ul> - </li> - <li class="component"> - <span class="title">Apache James Server</span> - <ul class="versions"> - <li class="version is-latest"> - <a href="../../james-project/3.6.0/index.html">3.6.0 Snapshot</a> - </li> - </ul> - </li> - <li class="component"> - <span class="title">Apache James Site</span> - <ul class="versions"> - <li class="version is-latest"> - <a href="../../james-site/latest/index.html">latest</a> - </li> - </ul> - </li> - </ul> -</div> - </div> - </aside> -</div> -<main class="article"> -<div class="toolbar" role="navigation"> -<button class="nav-toggle"></button> - <a href="../../james-site/latest/homepage.html" class="home-link"></a> -<nav class="breadcrumbs" aria-label="breadcrumbs"> -</nav> - <div class="edit-this-page"><a href="https://github.com/apache/james-jsieve/blob/master/docs/modules/ROOT/pages/index.adoc">Edit this Page</a></div> - </div> - <div class="content"> -<article class="doc"> -<h1 class="page">Apache James jSieve documentation</h1> -<div class="paragraph"> -<p>TODO: This is a placeholder. Migrate older documentation.</p> -</div> -</article> -<aside class="toc sidebar" data-title="Contents" data-levels="2"> - <div class="toc-menu"></div> -</aside> - </div> -</main> -</div> -<footer class="footer"> - <p>This page was built using the Antora default UI.</p> - <p>The source code for this UI is licensed under the terms of the MPL-2.0 license.</p> -</footer> -<script src="../../_/js/site.js"></script> -<script async src="../../_/js/vendor/highlight.js"></script> - </body> -</html> \ No newline at end of file diff --git a/jspf/1.0.2-SNAPSHOT/index.html b/jspf/1.0.2-SNAPSHOT/index.html deleted file mode 100644 index db51439..0000000 --- a/jspf/1.0.2-SNAPSHOT/index.html +++ /dev/null @@ -1,156 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> - <head> - <meta charset="utf-8"> - <meta name="viewport" content="width=device-width,initial-scale=1"> - <title>Apache James jSPF documentation :: Apache James</title> - <meta name="generator" content="Antora 2.3.3"> - <link rel="stylesheet" href="../../_/css/site.css"> - </head> - <body class="article"> -<header class="header"> - <nav class="navbar"> - <div class="navbar-brand"> - <a class="navbar-item" href="https://james.apache.org">Apache James</a> - <button class="navbar-burger" data-target="topbar-nav"> - <span></span> - <span></span> - <span></span> - </button> - </div> - <div id="topbar-nav" class="navbar-menu"> - <div class="navbar-end"> - <a class="navbar-item" href="#">Home</a> - <div class="navbar-item has-dropdown is-hoverable"> - <a class="navbar-link" href="#">Products</a> - <div class="navbar-dropdown"> - <a class="navbar-item" href="#">Product A</a> - <a class="navbar-item" href="#">Product B</a> - <a class="navbar-item" href="#">Product C</a> - </div> - </div> - <div class="navbar-item has-dropdown is-hoverable"> - <a class="navbar-link" href="#">Services</a> - <div class="navbar-dropdown"> - <a class="navbar-item" href="#">Service A</a> - <a class="navbar-item" href="#">Service B</a> - <a class="navbar-item" href="#">Service C</a> - </div> - </div> - <div class="navbar-item has-dropdown is-hoverable"> - <a class="navbar-link" href="#">Resources</a> - <div class="navbar-dropdown"> - <a class="navbar-item" href="#">Resource A</a> - <a class="navbar-item" href="#">Resource B</a> - <a class="navbar-item" href="#">Resource C</a> - </div> - </div> - <div class="navbar-item"> - <span class="control"> - <a class="button is-primary" href="#">Download</a> - </span> - </div> - </div> - </div> - </nav> -</header> -<div class="body"> -<div class="nav-container" data-component="jspf" data-version="1.0.2-SNAPSHOT"> - <aside class="nav"> - <div class="panels"> -<div class="nav-panel-explore is-active" data-panel="explore"> - <div class="context"> - <span class="title">Apache James jSPF</span> - <span class="version">1.0.2-SNAPSHOT</span> - </div> - <ul class="components"> - <li class="component"> - <span class="title">Apache James JDKIM</span> - <ul class="versions"> - <li class="version is-latest"> - <a href="../../jdkim/0.3-SNAPSHOT/index.html">0.3-SNAPSHOT</a> - </li> - </ul> - </li> - <li class="component"> - <span class="title">Apache James jSieve</span> - <ul class="versions"> - <li class="version is-latest"> - <a href="../../jsieve/0.8-SNAPSHOT/index.html">0.8-SNAPSHOT</a> - </li> - </ul> - </li> - <li class="component is-current"> - <span class="title">Apache James jSPF</span> - <ul class="versions"> - <li class="version is-current is-latest"> - <a href="index.html">1.0.2-SNAPSHOT</a> - </li> - </ul> - </li> - <li class="component"> - <span class="title">Apache James Mime4j</span> - <ul class="versions"> - <li class="version is-latest"> - <a href="../../mime4j/0.8.4-SNAPSHOT/index.html">0.8.4-SNAPSHOT</a> - </li> - </ul> - </li> - <li class="component"> - <span class="title">Apache James Postage</span> - <ul class="versions"> - <li class="version is-latest"> - <a href="../../postage/0.1-SNAPSHOT/index.html">0.1-SNAPSHOT</a> - </li> - </ul> - </li> - <li class="component"> - <span class="title">Apache James Server</span> - <ul class="versions"> - <li class="version is-latest"> - <a href="../../james-project/3.6.0/index.html">3.6.0 Snapshot</a> - </li> - </ul> - </li> - <li class="component"> - <span class="title">Apache James Site</span> - <ul class="versions"> - <li class="version is-latest"> - <a href="../../james-site/latest/index.html">latest</a> - </li> - </ul> - </li> - </ul> -</div> - </div> - </aside> -</div> -<main class="article"> -<div class="toolbar" role="navigation"> -<button class="nav-toggle"></button> - <a href="../../james-site/latest/homepage.html" class="home-link"></a> -<nav class="breadcrumbs" aria-label="breadcrumbs"> -</nav> - <div class="edit-this-page"><a href="https://github.com/apache/james-jspf/blob/master/docs/modules/ROOT/pages/index.adoc">Edit this Page</a></div> - </div> - <div class="content"> -<article class="doc"> -<h1 class="page">Apache James jSPF documentation</h1> -<div class="paragraph"> -<p>TODO: This is a placeholder. Migrate older documentation.</p> -</div> -</article> -<aside class="toc sidebar" data-title="Contents" data-levels="2"> - <div class="toc-menu"></div> -</aside> - </div> -</main> -</div> -<footer class="footer"> - <p>This page was built using the Antora default UI.</p> - <p>The source code for this UI is licensed under the terms of the MPL-2.0 license.</p> -</footer> -<script src="../../_/js/site.js"></script> -<script async src="../../_/js/vendor/highlight.js"></script> - </body> -</html> \ No newline at end of file diff --git a/mime4j/0.8.4-SNAPSHOT/index.html b/mime4j/0.8.4-SNAPSHOT/index.html deleted file mode 100644 index bbd3c41..0000000 --- a/mime4j/0.8.4-SNAPSHOT/index.html +++ /dev/null @@ -1,156 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> - <head> - <meta charset="utf-8"> - <meta name="viewport" content="width=device-width,initial-scale=1"> - <title>Apache James jSieve documentation :: Apache James</title> - <meta name="generator" content="Antora 2.3.3"> - <link rel="stylesheet" href="../../_/css/site.css"> - </head> - <body class="article"> -<header class="header"> - <nav class="navbar"> - <div class="navbar-brand"> - <a class="navbar-item" href="https://james.apache.org">Apache James</a> - <button class="navbar-burger" data-target="topbar-nav"> - <span></span> - <span></span> - <span></span> - </button> - </div> - <div id="topbar-nav" class="navbar-menu"> - <div class="navbar-end"> - <a class="navbar-item" href="#">Home</a> - <div class="navbar-item has-dropdown is-hoverable"> - <a class="navbar-link" href="#">Products</a> - <div class="navbar-dropdown"> - <a class="navbar-item" href="#">Product A</a> - <a class="navbar-item" href="#">Product B</a> - <a class="navbar-item" href="#">Product C</a> - </div> - </div> - <div class="navbar-item has-dropdown is-hoverable"> - <a class="navbar-link" href="#">Services</a> - <div class="navbar-dropdown"> - <a class="navbar-item" href="#">Service A</a> - <a class="navbar-item" href="#">Service B</a> - <a class="navbar-item" href="#">Service C</a> - </div> - </div> - <div class="navbar-item has-dropdown is-hoverable"> - <a class="navbar-link" href="#">Resources</a> - <div class="navbar-dropdown"> - <a class="navbar-item" href="#">Resource A</a> - <a class="navbar-item" href="#">Resource B</a> - <a class="navbar-item" href="#">Resource C</a> - </div> - </div> - <div class="navbar-item"> - <span class="control"> - <a class="button is-primary" href="#">Download</a> - </span> - </div> - </div> - </div> - </nav> -</header> -<div class="body"> -<div class="nav-container" data-component="mime4j" data-version="0.8.4-SNAPSHOT"> - <aside class="nav"> - <div class="panels"> -<div class="nav-panel-explore is-active" data-panel="explore"> - <div class="context"> - <span class="title">Apache James Mime4j</span> - <span class="version">0.8.4-SNAPSHOT</span> - </div> - <ul class="components"> - <li class="component"> - <span class="title">Apache James JDKIM</span> - <ul class="versions"> - <li class="version is-latest"> - <a href="../../jdkim/0.3-SNAPSHOT/index.html">0.3-SNAPSHOT</a> - </li> - </ul> - </li> - <li class="component"> - <span class="title">Apache James jSieve</span> - <ul class="versions"> - <li class="version is-latest"> - <a href="../../jsieve/0.8-SNAPSHOT/index.html">0.8-SNAPSHOT</a> - </li> - </ul> - </li> - <li class="component"> - <span class="title">Apache James jSPF</span> - <ul class="versions"> - <li class="version is-latest"> - <a href="../../jspf/1.0.2-SNAPSHOT/index.html">1.0.2-SNAPSHOT</a> - </li> - </ul> - </li> - <li class="component is-current"> - <span class="title">Apache James Mime4j</span> - <ul class="versions"> - <li class="version is-current is-latest"> - <a href="index.html">0.8.4-SNAPSHOT</a> - </li> - </ul> - </li> - <li class="component"> - <span class="title">Apache James Postage</span> - <ul class="versions"> - <li class="version is-latest"> - <a href="../../postage/0.1-SNAPSHOT/index.html">0.1-SNAPSHOT</a> - </li> - </ul> - </li> - <li class="component"> - <span class="title">Apache James Server</span> - <ul class="versions"> - <li class="version is-latest"> - <a href="../../james-project/3.6.0/index.html">3.6.0 Snapshot</a> - </li> - </ul> - </li> - <li class="component"> - <span class="title">Apache James Site</span> - <ul class="versions"> - <li class="version is-latest"> - <a href="../../james-site/latest/index.html">latest</a> - </li> - </ul> - </li> - </ul> -</div> - </div> - </aside> -</div> -<main class="article"> -<div class="toolbar" role="navigation"> -<button class="nav-toggle"></button> - <a href="../../james-site/latest/homepage.html" class="home-link"></a> -<nav class="breadcrumbs" aria-label="breadcrumbs"> -</nav> - <div class="edit-this-page"><a href="https://github.com/apache/james-mime4j/blob/master/docs/modules/ROOT/pages/index.adoc">Edit this Page</a></div> - </div> - <div class="content"> -<article class="doc"> -<h1 class="page">Apache James jSieve documentation</h1> -<div class="paragraph"> -<p>TODO: This is a placeholder. Migrate older documentation.</p> -</div> -</article> -<aside class="toc sidebar" data-title="Contents" data-levels="2"> - <div class="toc-menu"></div> -</aside> - </div> -</main> -</div> -<footer class="footer"> - <p>This page was built using the Antora default UI.</p> - <p>The source code for this UI is licensed under the terms of the MPL-2.0 license.</p> -</footer> -<script src="../../_/js/site.js"></script> -<script async src="../../_/js/vendor/highlight.js"></script> - </body> -</html> \ No newline at end of file diff --git a/postage/0.1-SNAPSHOT/index.html b/postage/0.1-SNAPSHOT/index.html deleted file mode 100644 index 681488e..0000000 --- a/postage/0.1-SNAPSHOT/index.html +++ /dev/null @@ -1,156 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> - <head> - <meta charset="utf-8"> - <meta name="viewport" content="width=device-width,initial-scale=1"> - <title>Apache James Postage documentation :: Apache James</title> - <meta name="generator" content="Antora 2.3.3"> - <link rel="stylesheet" href="../../_/css/site.css"> - </head> - <body class="article"> -<header class="header"> - <nav class="navbar"> - <div class="navbar-brand"> - <a class="navbar-item" href="https://james.apache.org">Apache James</a> - <button class="navbar-burger" data-target="topbar-nav"> - <span></span> - <span></span> - <span></span> - </button> - </div> - <div id="topbar-nav" class="navbar-menu"> - <div class="navbar-end"> - <a class="navbar-item" href="#">Home</a> - <div class="navbar-item has-dropdown is-hoverable"> - <a class="navbar-link" href="#">Products</a> - <div class="navbar-dropdown"> - <a class="navbar-item" href="#">Product A</a> - <a class="navbar-item" href="#">Product B</a> - <a class="navbar-item" href="#">Product C</a> - </div> - </div> - <div class="navbar-item has-dropdown is-hoverable"> - <a class="navbar-link" href="#">Services</a> - <div class="navbar-dropdown"> - <a class="navbar-item" href="#">Service A</a> - <a class="navbar-item" href="#">Service B</a> - <a class="navbar-item" href="#">Service C</a> - </div> - </div> - <div class="navbar-item has-dropdown is-hoverable"> - <a class="navbar-link" href="#">Resources</a> - <div class="navbar-dropdown"> - <a class="navbar-item" href="#">Resource A</a> - <a class="navbar-item" href="#">Resource B</a> - <a class="navbar-item" href="#">Resource C</a> - </div> - </div> - <div class="navbar-item"> - <span class="control"> - <a class="button is-primary" href="#">Download</a> - </span> - </div> - </div> - </div> - </nav> -</header> -<div class="body"> -<div class="nav-container" data-component="postage" data-version="0.1-SNAPSHOT"> - <aside class="nav"> - <div class="panels"> -<div class="nav-panel-explore is-active" data-panel="explore"> - <div class="context"> - <span class="title">Apache James Postage</span> - <span class="version">0.1-SNAPSHOT</span> - </div> - <ul class="components"> - <li class="component"> - <span class="title">Apache James JDKIM</span> - <ul class="versions"> - <li class="version is-latest"> - <a href="../../jdkim/0.3-SNAPSHOT/index.html">0.3-SNAPSHOT</a> - </li> - </ul> - </li> - <li class="component"> - <span class="title">Apache James jSieve</span> - <ul class="versions"> - <li class="version is-latest"> - <a href="../../jsieve/0.8-SNAPSHOT/index.html">0.8-SNAPSHOT</a> - </li> - </ul> - </li> - <li class="component"> - <span class="title">Apache James jSPF</span> - <ul class="versions"> - <li class="version is-latest"> - <a href="../../jspf/1.0.2-SNAPSHOT/index.html">1.0.2-SNAPSHOT</a> - </li> - </ul> - </li> - <li class="component"> - <span class="title">Apache James Mime4j</span> - <ul class="versions"> - <li class="version is-latest"> - <a href="../../mime4j/0.8.4-SNAPSHOT/index.html">0.8.4-SNAPSHOT</a> - </li> - </ul> - </li> - <li class="component is-current"> - <span class="title">Apache James Postage</span> - <ul class="versions"> - <li class="version is-current is-latest"> - <a href="index.html">0.1-SNAPSHOT</a> - </li> - </ul> - </li> - <li class="component"> - <span class="title">Apache James Server</span> - <ul class="versions"> - <li class="version is-latest"> - <a href="../../james-project/3.6.0/index.html">3.6.0 Snapshot</a> - </li> - </ul> - </li> - <li class="component"> - <span class="title">Apache James Site</span> - <ul class="versions"> - <li class="version is-latest"> - <a href="../../james-site/latest/index.html">latest</a> - </li> - </ul> - </li> - </ul> -</div> - </div> - </aside> -</div> -<main class="article"> -<div class="toolbar" role="navigation"> -<button class="nav-toggle"></button> - <a href="../../james-site/latest/homepage.html" class="home-link"></a> -<nav class="breadcrumbs" aria-label="breadcrumbs"> -</nav> - <div class="edit-this-page"><a href="https://github.com/apache/james-postage/blob/master/docs/modules/ROOT/pages/index.adoc">Edit this Page</a></div> - </div> - <div class="content"> -<article class="doc"> -<h1 class="page">Apache James Postage documentation</h1> -<div class="paragraph"> -<p>TODO: This is a placeholder. Migrate older documentation.</p> -</div> -</article> -<aside class="toc sidebar" data-title="Contents" data-levels="2"> - <div class="toc-menu"></div> -</aside> - </div> -</main> -</div> -<footer class="footer"> - <p>This page was built using the Antora default UI.</p> - <p>The source code for this UI is licensed under the terms of the MPL-2.0 license.</p> -</footer> -<script src="../../_/js/site.js"></script> -<script async src="../../_/js/vendor/highlight.js"></script> - </body> -</html> \ No newline at end of file diff --git a/sitemap-james-project.xml b/sitemap-james-project.xml index 2473735..d7fe0aa 100644 --- a/sitemap-james-project.xml +++ b/sitemap-james-project.xml @@ -2,390 +2,390 @@ <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> <loc>https://james.apache.org/james-project/3.6.0/community/contributing.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/community/download.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/community/guidelines.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/community/index.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/community/mailing-lists.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/community/release.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/community/support.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/community/website.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/configuration.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/glossary.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/index.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/mail/index.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/messages/imf.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/messages/index.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/messages/mime.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/processing/index.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/esmtp.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/imap.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/index.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/jmap.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/lmtp.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/pop.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/smtp.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/storage/index.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/storage/mailbox.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/storage/users.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/user/index.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/customization/index.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/development/index.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/development/logging.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/index.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/15-minute-demo.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/5-minute-demo.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/basic/architecture.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/basic/concepts.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/basic/conf/index.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/basic/context.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/basic/help.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/basic/index.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/basic/objectives.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/demo.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/architecture/consistency-model.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/architecture/index.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/architecture/specialized-instances.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/batchsizes.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/blobstore.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/cassandra.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/collecting-contacts.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/collecting-events.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/dns.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/domainlist.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/dsn.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/elasticsearch.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/extensions.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/healthcheck.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/imap.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/index.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/jmap.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/jmx.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/listeners.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/mailetcontainer.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/mailets.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/mailrepositorystore.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/matchers.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/pop3.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/rabbitmq.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/recipientrewritetable.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/remote-delivery-error-handling.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/smtp-hooks.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/smtp.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/spam.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/ssl.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/tika.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/usersrepository.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/vault.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/webadmin.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/extending/index.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/extending/mail-processing.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/extending/mailbox-listeners.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/extending/smtp-hooks.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/extending/webadmin-routes.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/objectives.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/cassandra-migration.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/cli.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/guide.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/index.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/logging.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/metrics.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/migrating.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/webadmin.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/run-docker.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/run.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/extendable.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/index.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/run.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/test.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> </urlset> diff --git a/sitemap-james-site.xml b/sitemap-james-site.xml index bac2733..91d9c20 100644 --- a/sitemap-james-site.xml +++ b/sitemap-james-site.xml @@ -2,10 +2,10 @@ <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> <loc>https://james.apache.org/james-site/latest/homepage.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> <url> <loc>https://james.apache.org/james-site/latest/index.html</loc> -<lastmod>2021-05-18T04:48:42.131Z</lastmod> +<lastmod>2021-05-18T08:25:38.380Z</lastmod> </url> </urlset> diff --git a/sitemap-jdkim.xml b/sitemap-jdkim.xml deleted file mode 100644 index a2e4be9..0000000 --- a/sitemap-jdkim.xml +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> -<url> -<loc>https://james.apache.org/jdkim/0.3-SNAPSHOT/index.html</loc> -<lastmod>2021-04-06T06:40:43.377Z</lastmod> -</url> -</urlset> diff --git a/sitemap-jsieve.xml b/sitemap-jsieve.xml deleted file mode 100644 index 47c398a..0000000 --- a/sitemap-jsieve.xml +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> -<url> -<loc>https://james.apache.org/jsieve/0.8-SNAPSHOT/index.html</loc> -<lastmod>2021-04-06T06:40:43.377Z</lastmod> -</url> -</urlset> diff --git a/sitemap-jspf.xml b/sitemap-jspf.xml deleted file mode 100644 index 5f5008e..0000000 --- a/sitemap-jspf.xml +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> -<url> -<loc>https://james.apache.org/jspf/1.0.2-SNAPSHOT/index.html</loc> -<lastmod>2021-04-06T06:40:43.377Z</lastmod> -</url> -</urlset> diff --git a/sitemap-mime4j.xml b/sitemap-mime4j.xml deleted file mode 100644 index b0b7352..0000000 --- a/sitemap-mime4j.xml +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> -<url> -<loc>https://james.apache.org/mime4j/0.8.4-SNAPSHOT/index.html</loc> -<lastmod>2021-04-06T06:40:43.377Z</lastmod> -</url> -</urlset> diff --git a/sitemap-postage.xml b/sitemap-postage.xml deleted file mode 100644 index 68f2b60..0000000 --- a/sitemap-postage.xml +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> -<url> -<loc>https://james.apache.org/postage/0.1-SNAPSHOT/index.html</loc> -<lastmod>2021-04-06T06:40:43.377Z</lastmod> -</url> -</urlset> --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org