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 application platform API. James is based upon the Apache Avalon application framework, formerly a product of the Apache Avalon project. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
State Changed From-To: open->closed New port added. Thanks!
miwi 2007-04-09 20:44:47 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/james Makefile distinfo pkg-descr pkg-plist mail/james/files james.sh.in Log: 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 <nemoliu at gmail.com> Revision Changes Path 1.844 +1 -0 ports/mail/Makefile 1.1 +64 -0 ports/mail/james/Makefile (new) 1.1 +3 -0 ports/mail/james/distinfo (new) 1.1 +178 -0 ports/mail/james/files/james.sh.in (new) 1.1 +17 -0 ports/mail/james/pkg-descr (new) 1.1 +129 -0 ports/mail/james/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"