Download List

Projeto Descrição

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

Um problema com Wiser não armazenar mensagens de reutilização foi corrigido. Major refactoring para prevenir e melhorar OOM Perfs ao lidar com grandes arquivos anexados. O nome do host retornado é agora locahost quando nulo. Um valor -1 foi adicionada para substituir limites setMaxConnections () e setMaxRecipients (). Manipulação de mecanismos de autenticação foi corrigido para exigir um mecanismo de autenticação configurado quando necessário. Um char espaço em falta na cadeia estendida AUTH HELO foi corrigido. Esta versão vai impedir que um erro na inicialização SLF4J ligando a instalação jdk14 madeireira.
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

A característica mais importante é que a camada de rede foi re-escrita para utilizar o Apache Mina. Isso proporciona time I / O (NIO) em rede para fazer SubEthaSMTP rápida e fácil de implantar.
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 versão corrige alguns bugs com manipulação de SMTP RFC.
Tags: Minor bugfixes
This release fixes a couple of bugs with SMTP RFC handling.

2007-03-01 21:56
1.2

Retroweaver foi integrado no sistema de construção Ant para JDK 1.4 compatibilidade. A licença LGPL foi alterado de 2,0 para ASFL para permitir uma maior adopção. Pluggable SMTP AUTH e testes unitários relacionados foram adicionados. Esta versão aceita 'MAIL FROM: <>', e devidamente rejeita '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