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.

2011-03-01 12:31
3.1.5

PlainAuthenticationHandlerFactory agora aceita autorização identidades não nulo. A adição de cabeçalhos de Recebido agora é configurável. O cliente agora o tempo se o servidor não responde. Wiser.messages está agora protegida, para que as subclasses podem substituí-lo.
PlainAuthenticationHandlerFactory now accepts non-null authorization identities. The addition of Received headers is now configurable. The client now times out if the server does not respond. Wiser.messages is now protected so that subclasses can override it.

2009-10-27 03:29
3.1.2

Muito melhor suporte TLS. Suporte para a extensão SIZE. Helo informação está agora disponível em MessageContext. Invólucro Um erro quando executar no idioma turco foi corrigido. Melhor registo para muli-threaded ambientes. Um problema com a formatação meses em troca de SMTP. Isto esconde liberação caiu exceções conexão de logs. SMTPClient agora pode definir o endereço do ligamento, e tem mais madeira.
Tags: Stable
Much better TLS support. Support for the SIZE extension. Helo information is now available in MessageContext.
A casing bug when running in the Turkish locale has been fixed. Better logging for muli-threaded environments. An issue with month formatting in SMTP exchange. This release hides dropped connection exceptions from logs. SMTPClient can now set the bind address, and has more logging.

2009-06-05 05:48
3.1

Esta versão adiciona cabeçalhos Received: para o fluxo de dados. Ele adiciona um método feito () para MessageHandler. AuthenticationHandler agora fornece a identidade autenticada. Algumas ferramentas de cliente simples foram adicionados. Tudo no server.I SMTP / O pacote foi movido para apenas smtp.io. Uma ligeira variação no adaptador de escuta de mensagens foi adicionado. Ela agora consome qualquer dado deixado que o manipulador não comeu, em vez de lançar uma exceção. O nome do arquivo jar agora inclui o número da versão. A distribuição inclui agora docs wiki.
Tags: Major
This release adds Received: headers to the data stream. It adds a done() method to MessageHandler.
AuthenticationHandler now provides the authenticated identity. Some simple client tools have been added. Everything in the SMTP server.I/O package has been moved to just smtp.io. A slight variation on the message listener adapter has been added. It now consumes any leftover data that the handler did not eat rather than throwing exception. The jar file name now includes the version number. The distribution now includes wiki docs.

2009-06-05 05:48
3.0

3,0 é uma completa refatoração baseado no código 1.2.1. Ele remove MINA e Nio, retornando ao bloqueio I / O. Tem um redesenhado Authentication API. MessageListener A API foi movido para um pacote de ajuda. Timeouts são controladas por sockets ao invés de um segmento de cão de guarda. MessageHandlers já não são reciclados. Melhor manipulação de conexões ociosas. Inúmeras outras alterações. O projeto foi movido de tigris.org code.google.com.
Tags: Major
3.0 is a thorough refactoring based on the 1.2.1 codebase. It removes MINA and NIO, returning to blocking I/O. It has a redesigned Authentication API.
The MessageListener API has been moved into a helper package. Timeouts are now controlled by sockets rather than a watchdog thread. MessageHandlers are no longer recycled. Better handling of idle connections. Countless other changes. The project has been moved from tigris.org to code.google.com.

2008-07-12 08:29
2.1

Tags: Minor bugfixes

Project Resources