de.inoxio:mailster-smtp

A NIO SMTP server API written in Java

Лицензия

Лицензия

Группа

Группа

de.inoxio
Идентификатор

Идентификатор

mailster-smtp
Последняя версия

Последняя версия

1.0.6
Дата

Дата

Тип

Тип

jar
Описание

Описание

de.inoxio:mailster-smtp
A NIO SMTP server API written in Java
Ссылка на сайт

Ссылка на сайт

https://github.com/inoxio/MailsterSMTP
Система контроля версий

Система контроля версий

http://github.com/inoxio/MailsterSMTP/tree/master

Скачать mailster-smtp

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/de.inoxio/mailster-smtp/ -->
<dependency>
    <groupId>de.inoxio</groupId>
    <artifactId>mailster-smtp</artifactId>
    <version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/de.inoxio/mailster-smtp/
implementation 'de.inoxio:mailster-smtp:1.0.6'
// https://jarcasting.com/artifacts/de.inoxio/mailster-smtp/
implementation ("de.inoxio:mailster-smtp:1.0.6")
'de.inoxio:mailster-smtp:jar:1.0.6'
<dependency org="de.inoxio" name="mailster-smtp" rev="1.0.6">
  <artifact name="mailster-smtp" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.inoxio', module='mailster-smtp', version='1.0.6')
)
libraryDependencies += "de.inoxio" % "mailster-smtp" % "1.0.6"
[de.inoxio/mailster-smtp "1.0.6"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.apache.mina : mina-core jar 2.1.4

runtime (3)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-api jar 1.7.30
com.sun.mail : jakarta.mail jar 2.0.0
commons-validator : commons-validator jar 1.7

Модули Проекта

Данный проект не имеет модулей.

MailsterSMTP

Download

A NIO SMTP server API written in Java

This is a fork from the original (https://github.com/edeoliveira/MailsterSMTP)

Setup repository

repositories {
    mavenCentral()
} 

Dependency

compile("de.inoxio:mailster-smtp:1.0.6")

Start a server

var server = new SMTPServer(new MessageListenerAdapter() {
    @Override
    public void deliver(SessionContext ctx, String from, String recipient, InputStream data) {
        System.out.println("New message received");
    }
});

Check for new dependencies

./gradlew dependencyUpdates -Drevision=release

Release

Change version in build.gradle.kts, README.md and SMTPServerConfig.java and issue:

./gradlew bintrayUpload
de.inoxio

inoxio Quality Services GmbH

Версии библиотеки

Версия
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2