AsyncImapClient

An asynchronous IMAP client for Java that uses Netty (http://netty.io/) for networking.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

org.voeetech
ArtifactId

ArtifactId

async-imap-client
Last Version

Last Version

1.1.2
Release Date

Release Date

Type

Type

jar
Description

Description

AsyncImapClient
An asynchronous IMAP client for Java that uses Netty (http://netty.io/) for networking.
Project URL

Project URL

https://gitlab.com/artur.jablonski.pl/async-imap-client
Source Code Management

Source Code Management

https://gitlab.com/artur.jablonski.pl/async-imap-client

Download async-imap-client

How to add to project

<!-- https://jarcasting.com/artifacts/org.voeetech/async-imap-client/ -->
<dependency>
    <groupId>org.voeetech</groupId>
    <artifactId>async-imap-client</artifactId>
    <version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.voeetech/async-imap-client/
implementation 'org.voeetech:async-imap-client:1.1.2'
// https://jarcasting.com/artifacts/org.voeetech/async-imap-client/
implementation ("org.voeetech:async-imap-client:1.1.2")
'org.voeetech:async-imap-client:jar:1.1.2'
<dependency org="org.voeetech" name="async-imap-client" rev="1.1.2">
  <artifact name="async-imap-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.voeetech', module='async-imap-client', version='1.1.2')
)
libraryDependencies += "org.voeetech" % "async-imap-client" % "1.1.2"
[org.voeetech/async-imap-client "1.1.2"]

Dependencies

compile (5)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.13
com.beetstra.jutf7 : jutf7 jar 1.0.0
io.netty : netty-all jar 4.1.17.Final
com.typesafe.netty : netty-reactive-streams jar 2.0.0
io.netty : netty-tcnative-boringssl-static jar 2.0.7.Final

test (7)

Group / Artifact Type Version
junit : junit jar 4.12
commons-codec : commons-codec jar 1.10
ch.qos.logback : logback-classic jar 1.1.7
org.codehaus.groovy : groovy-all jar 2.4.4
com.icegreen : greenmail jar 1.6.0-SNAPSHOT
org.hamcrest : hamcrest-library jar 1.3
io.reactivex.rxjava2 : rxjava jar 2.2.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.2
1.1.1
1.1.0
1.0.4