Software:Apache James

From HandWiki
Short description: Open-source mail server
Apache James
Apache James Logo
Developer(s)Apache Software Foundation
Stable release
3.8.0 / May 16, 2023; 9 months ago (2023-05-16)[1]
RepositoryJames Repository
Written inJava
PlatformJava SE
TypeMail transfer agent
LicenseApache License 2.0
Websitejames.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 written entirely in Java.[2] James is maintained by contributors to the Apache Software Foundation, with initial contributions by Serge Knystautas.[3][4] IMAP support has been added as of preview version 3.0-M2,[5] 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.[2] 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,[6] and arose because Sun Microsystems declined a proposal to include mail-handling in the servlet implementation.[4] James ships with a variety of pre-written matchers and mailets to serve common tasks.[6] 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.

[4] 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,[6] 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.[7]

Version 2.3.2.1 (security fix) was released on September 8, 2015.

Version 3.0.0 was released on July 20, 2017.

Version 3.0.1 (security fix) was released on October 20, 2017.

Version 3.1.0 was released on July 31, 2018.

Version 3.2.0 was released on November 14, 2018.

Version 3.3.0 was released on March 26, 2019.

Version 3.4.0 was released on September 5, 2019.

Version 3.5.0 was released on July 16, 2020.

Version 3.8.0 was released on May 16, 2023.

See also

References

External links