Apache James

Apache James
Developer(s) Apache Software Foundation
Stable release
3.0.0 / July 20, 2017 (2017-07-20)
Written in Java
Platform Java SE
Type Mail transfer agent, news server
License Apache License
Website james.apache.org

Apache James, a.k.a. 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]

Version 2.3.2.1 (security fix) was released in September 08, 2015

Version 3.0.0 was released in July 20, 2017

See also

References

  1. 1 2 James Server - Overview
  2. James Project - Who We Are
  3. 1 2 3 "Board of Directors Meeting Minutes". Apache Software Foundation. 2003-01-22. Retrieved 2008-02-23.
  4. 3.0-M2
  5. 1 2 3 Claude Duguay (2003-06-10). "Working with James". IBM. Archived from the original on 29 January 2008. Retrieved 2008-02-22.
  6. James Project - News Archive
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.