Download List

Descripción del Proyecto

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.

System Requirements

System requirement is not defined
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

Un problema con más prudente no almacenar los mensajes de reutilización se ha solucionado. Refactorización principales para prevenir y mejorar OOM Perfs cuando se trata de grandes archivos adjuntos. El nombre de host devuelta es ahora cuando locahost nulo. A -1 valor se ha añadido para anular los límites de setMaxConnections () y setMaxRecipients (). Manipulación de los mecanismos de autenticación se ha fijado para exigir un mecanismo de autenticación configurado cuando sea necesario. Un char el espacio que falta en la cadena extendida HELO AUTH se ha solucionado. Este lanzamiento slf4j evitar un error en el arranque mediante la vinculación de la jdk14 servicio de registro.
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

La característica más importante es que la capa de red fue re-escrito para utilizar Apache Mina. Esto proporciona nativos I / O (NIO), la creación de redes para hacer SubEthaSMTP rápido y fácil de implementar.
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

Esta versión corrige un par de errores con el manejo SMTP RFC.
Tags: Minor bugfixes
This release fixes a couple of bugs with SMTP RFC handling.

2007-03-01 21:56
1.2

Retroweaver se ha integrado en el sistema de construcción de hormiga para JDK 1.4 de compatibilidad. La licencia ha cambiado de LGPL a ASFL 2.0 para permitir una adopción más amplia. Pluggable SMTP AUTH y pruebas de unidad en cuestión se hayan añadido. Este comunicado acepta 'MAIL FROM: <> ", y debidamente rechaza' 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