Downloadliste

Projektbeschreibung

SubEthaSMTP is an easy to understand Java library
that provides a receptive SMTP server component.
By plugging this component into your Java application, you can easily receive SMTP mail using a simple abstract Java interface. Also included is a small sub-project called Wiser, an easy to use incoming mail testing framework.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-01-25 22:26
2.0.1

Ein Problem beim Speichern von Nachrichten Wiser nicht für die Wiederverwendung, wurde behoben. Major OOM Refactoring zu verhindern und zu verbessern perfs beim Umgang mit großen Dateianhängen. Die zurückgegebenen Hostname ist jetzt locahost bei null. A -1 Wert wurde hinzugefügt, um Grenzen setMaxConnections überschreiben () und setMaxRecipients (). Handhabung von Mechanismen auth wurde behoben zu einem konfigurierten auth Mechanismus, wenn erforderlich macht. Eine fehlende Raum char in der erweiterten AUTH HELO-String, wurde behoben. Diese Version wird ein SLF4J Fehler beim Start verhindern, durch die Verknüpfung der jdk14 Logging-Funktion.
Tags: Minor bugfixes
An issue with Wiser not storing messages for re-use has been fixed. Major refactoring to prevent OOM and improve perfs when dealing with large attached files. The returned hostname is now locahost when null. A -1 value has been added to override limits on setMaxConnections() and setMaxRecipients(). Handling of auth mechanisms has been fixed to require a configured auth mechanism when needed. A missing space char in the extended HELO AUTH string has been fixed. This release will prevent an SLF4J error on startup by linking the jdk14 logging facility.

2007-10-26 20:05
2.0

Das wichtigste Merkmal ist, dass die Netzwerk-Schicht wurde neu geschrieben, um von Apache Mina. Dies bietet Native I / O (NIO) Vernetzung zu machen SubEthaSMTP schnell und einfach zu implementieren.
Tags: Major feature enhancements
The single most important feature is that the networking layer was re-written to use Apache Mina. This provides Native I/O (NIO) networking to make SubEthaSMTP fast and easy to deploy.

2007-06-28 23:13
1.2.1

Diese Version behebt ein paar Fehler mit SMTP RFC-Handling.
Tags: Minor bugfixes
This release fixes a couple of bugs with SMTP RFC handling.

2007-03-01 21:56
1.2

Retroweaver wurde in der ANT-Build-integriertes System für JDK 1.4 Kompatibilität. Die Lizenz ist von LGPL ASFL auf 2,0 geändert, um eine breitere Akzeptanz zu ermöglichen. Pluggable SMTP-AUTH und verwandte Unit-Tests wurden hinzugefügt. Diese Version akzeptiert "MAIL FROM: <> ', und richtig lehnt die" MAIL FROM: ".
Retroweaver has been integrated into the ant build system for JDK 1.4 compatibility. The license has changed from LGPL to ASFL 2.0 to allow for wider adoption. Pluggable SMTP AUTH and related unit tests have been added. This release accepts 'MAIL FROM: &lt;&gt;', and properly rejects 'MAIL FROM:'.

2006-10-06 14:35
1.1

Project Resources