From 18872bb1bb13f726d85778d563c51bfbfcc399bc Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Mon, 9 Apr 2007 20:44:47 +0000 Subject: The Apache Java Enterprise Mail Server (a.k.a. Apache James) is a 100% pure Java SMTP and POP3 Mail server and NNTP News server. We have designed James to be a complete and portable enterprise mail engine solution based on currently available open protocols. James is also a mail application platform. We have developed a Java API to let you write Java code to process emails that we call the mailet API. A mailet can generate an automatic reply, update a database, prevent spam, build a message archive, or whatever you can imagine. A matcher determines whether your mailet should process an email in the server. The James project hosts the Mailet API, and James provides an implementation of this mail appli -cation platform API. James is based upon the Apache Avalon application framework, formerly a product of the Apache Avalon project. WWW: http://james.apache.org/ PR: ports/111041 Submitted by: Nemo Liu --- mail/james/pkg-descr | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 mail/james/pkg-descr (limited to 'mail/james/pkg-descr') diff --git a/mail/james/pkg-descr b/mail/james/pkg-descr new file mode 100644 index 000000000000..edcbcf9911cb --- /dev/null +++ b/mail/james/pkg-descr @@ -0,0 +1,17 @@ +The Apache Java Enterprise Mail Server (a.k.a. Apache James) is a 100% pure +Java SMTP and POP3 Mail server and NNTP News server. We have designed James +to be a complete and portable enterprise mail engine solution based on +currently available open protocols. + +James is also a mail application platform. We have developed a Java API to +let you write Java code to process emails that we call the mailet API. A +mailet can generate an automatic reply, update a database, prevent spam, +build a message archive, or whatever you can imagine. A matcher determines +whether your mailet should process an email in the server. The James project +hosts the Mailet API, and James provides an implementation of this mail appli +-cation platform API. + +James is based upon the Apache Avalon application framework, formerly a +product of the Apache Avalon project. + +WWW: http://james.apache.org/ -- cgit v1.2.3