Registry / messaging / apache-mailet

apache-mailet

JSON →
library3.9.0javamavenunverified

Parent and aggregator for Apache James Mailet components used in email processing.

<dependency> <groupId>org.apache.james</groupId> <artifactId>apache-mailet</artifactId> <version>3.9.0</version> </dependency>
INSTALL
IMPORT
SIG · APACHE-MAILET
A
apache-mailet
messagingjavav3.9.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Mailet
org.apache.mailet.Mailet

Implement a custom Mailet to process email messages.

import org.apache.mailet.Mailet; import org.apache.mailet.Mail; public class MyMailet implements Mailet { public void service(Mail mail) { System.out.println("Processing mail: " + mail.getMessage()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.9.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
28
OpenAI (training)
1
Resources
apache-mailet — mvn dependency:get apache-mailet · libregistry