JAMES-1994 Technical correction
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/28d5f257 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/28d5f257 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/28d5f257 Branch: refs/heads/master Commit: 28d5f257f4c0bec78e61a525946917db2e76616d Parents: 1d6a532 Author: benwa <[email protected]> Authored: Thu Apr 13 08:08:12 2017 +0700 Committer: benwa <[email protected]> Committed: Wed May 3 15:02:42 2017 +0700 ---------------------------------------------------------------------- src/homepage/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/28d5f257/src/homepage/index.html ---------------------------------------------------------------------- diff --git a/src/homepage/index.html b/src/homepage/index.html index fde6678..a24bd2e 100644 --- a/src/homepage/index.html +++ b/src/homepage/index.html @@ -64,7 +64,7 @@ layout: default <div class="about-table"> <h3 class="tb-h3">James from a technical point of view</h3> <b>Complete portability</b> (100% pure Java)<br/> - <b>Running on Java 6 onwards</b> and on the <b>JVM</b><br/><br/> + <b>Running on Java 6 onwards</b> and on the <b>JVM</b>. Some components might require Java 8.<br/><br/> <b>James Components:</b><br/> - <b>Emailing protocols:</b> SMTP, LMP, POP3, IMAP, ManageSieve, JMAP<br/> - <b>Mailet container:</b> independent, extensible and pluggable email processing agents<br/> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
