Apache James

Apache James
Developer(s) Apache Software Foundation
Stable release
2.3.2.1 / September 2015
Preview release
3.0 beta 4 / April 2012
Written in Java
Platform Java virtual machine
Type Mail transfer agent, News server
License Apache License
Website http://james.apache.org

Apache James, aka Java Apache Mail Enterprise Server or some variation thereof, is an open source SMTP and POP3 mail transfer agent and NNTP news server written entirely in Java.[1] James is maintained by contributors to the Apache Software Foundation, with initial contributions by Serge Knystautas.[2][3] IMAP support has been added as of preview version 3.0-M2,[4] which now requires Java 1.5 or later.

The James project manages the Apache Mailet API which defines "matchers" and "mailets". These allow users to write their own mail-handling code, such as to update a database, build a message archive, or filter spam.[1] A matcher is used to classify messages based on some criteria, and then determines whether the message should be passed to an appropriate mailet for processing. Mailets are so-called due to their conceptual similarity to a servlet,[5] and arose because Sun Microsystems declined a proposal to include mail-handling in the servlet implementation.[3] James ships with a variety of pre-written matchers and mailets to serve common tasks.[5] Many sets of mailets and matchers can be combined to produce sophisticated and complex functional behaviour.

The Apache James project also produces pure Java libraries for implementing Sender Policy Framework (SPF), the Sieve mail filtering language, and parsing MIME content streams, independent of Sun's JavaMail API.

Development

James was originally formed under the Jakarta Project as Jakarta-James.

[3] In January 2003, James was upgraded to a top-level Apache project in a unanimous decision by the ASF Board of Directors under the chairmanship of Serge Knystautas.

James is distributed to within the Phoenix container,[5] which implements the Apache Avalon application framework.

Recent developments include a version which runs in the Spring Framework application framework.

Version 2.3.0 was released in October 2006.

Version 2.3.1 was released in April 2007.

Version 2.3.2 was released in August 2009.[6]

See also

References

External links

This article is issued from Wikipedia - version of the 9/10/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.