License |
License |
---|---|
GroupId | GroupIdorg.apache.james |
ArtifactId | ArtifactIdjames-project |
Version | Version3.7.0 |
Type | Typejar |
Description |
DescriptionApache James Project
The Apache Java Enterprise Mail Server (a.k.a. Apache James) is a 100% pure Java SMTP, IMAP, JMAP and POP3 Mail
server.
We have designed James to be a complete and portable enterprise mail engine solution based on currently
available open protocols. James is also a mail application platform. We have developed a Java API to let
you write Java code to process emails that we call the mailet API. A mailet can generate an automatic reply,
update a database, prevent spam, build a message archive, or whatever you can imagine. A matcher determines
whether your mailet should process an email in the server. The James project hosts the Mailet API, and James
provides an implementation of this mail application platform API.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
james-project-3.7.0.pom | 164 KB |
james-project-3.7.0-tests.jar | 16 KB |
james-project-3.7.0-source-release.zip | 49 MB |
james-project-3.7.0-site.xml | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.james/james-project/ -->
<dependency>
<groupId>org.apache.james</groupId>
<artifactId>james-project</artifactId>
<version>3.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.james/james-project/
implementation 'org.apache.james:james-project:3.7.0'
// https://jarcasting.com/artifacts/org.apache.james/james-project/
implementation ("org.apache.james:james-project:3.7.0")
'org.apache.james:james-project:jar:3.7.0'
<dependency org="org.apache.james" name="james-project" rev="3.7.0">
<artifact name="james-project" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.james', module='james-project', version='3.7.0')
)
libraryDependencies += "org.apache.james" % "james-project" % "3.7.0"
[org.apache.james/james-project "3.7.0"]