| 1 |
Apache Mailet API
|
| 2 |
-----------------
|
| 3 |
|
| 4 |
|
| 5 |
The Apache Mailet API is a Java API which allows the rapid development
|
| 6 |
and flexible deployment of email processing functionality. A mailet is
|
| 7 |
a mail processing component which can be composed with others to create
|
| 8 |
flexible mail processing applications. Matchers allow the conditional
|
| 9 |
application of mailets based on mail qualities.
|
| 10 |
|
| 11 |
Apache James uses mailets extensively to provide flexible and powerful
|
| 12 |
mail processing. The Mailet API is independent of James and mailets
|
| 13 |
can run in any complaint container.
|
| 14 |
|
| 15 |
Version 2.4
|
| 16 |
-----------
|
| 17 |
This is the first independent release of this mature API. The last
|
| 18 |
release of this API shipped with Apache James 2.3. The only changes
|
| 19 |
are minor bug fixes and is compatible with the last shipped version.
|
| 20 |
|
| 21 |
Earlier Releases
|
| 22 |
----------------
|
| 23 |
Previous versions of the Mailet API shipped with Apache James server.
|
| 24 |
|