c

custom-imap

Example of how to extend James existing IMAP implementation by adding your own commands
Files download
File Operation
custom-imap-3.8.0.jar download
custom-imap-3.8.0.pom download
custom-imap-3.8.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.james.examples</groupId>
  <artifactId>custom-imap</artifactId>
  <version>3.8.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.james.examples:custom-imap:3.8.0'
Gradle Kotlin
implementation("org.apache.james.examples:custom-imap:3.8.0")
Scala SBT
libraryDependencies += "org.apache.james.examples" % "custom-imap" % "3.8.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.james.examples', module='custom-imap', version='3.8.0')
)
Apache Ivy
<dependency org="org.apache.james.examples" name="custom-imap" rev="3.8.0" />
Leiningen
[org.apache.james.examples/custom-imap "3.8.0"]
Apache Buildr
'org.apache.james.examples:custom-imap:jar:3.8.0'