p

postfix-jilter

Jilter implementation for Postfix. Read email sent to Postfix as Java Mail
https://github.com/prakma/postfix-jilter
The Apache Software License, Version 2.0
Manoj Prakash
Files download
File Operation
postfix-jilter-0.1.jar download
postfix-jilter-0.1.pom download
postfix-jilter-0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.prakma</groupId>
  <artifactId>postfix-jilter</artifactId>
  <version>0.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.prakma:postfix-jilter:0.1'
Gradle Kotlin
implementation("com.github.prakma:postfix-jilter:0.1")
Scala SBT
libraryDependencies += "com.github.prakma" % "postfix-jilter" % "0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.prakma', module='postfix-jilter', version='0.1')
)
Apache Ivy
<dependency org="com.github.prakma" name="postfix-jilter" rev="0.1" />
Leiningen
[com.github.prakma/postfix-jilter "0.1"]
Apache Buildr
'com.github.prakma:postfix-jilter:jar:0.1'