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.

2011-03-01 12:31
3.1.5

PlainAuthenticationHandlerFactory akzeptiert jetzt nicht null Genehmigung Identitäten. Die Zugabe von Received-Header ist nun konfigurierbar. Der Kunde jetzt mal aus, wenn der Server nicht antwortet. Wiser.messages ist jetzt so, dass Unterklassen können es überschreiben geschützt.
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

Viel besser TLS-Unterstützung. Unterstützung für die SIZE-Erweiterung. Helo Informationen ist ab sofort in MessageContext. Ein Fehler bei der Ausführung Gehäuse in der türkischen Gebietsschema wurde behoben. Bessere Protokollierung für Multiplayer-Threaded-Umgebungen. Ein Problem mit der Formatierung im Monat SMTP auszutauschen. Diese Pressemitteilung verbirgt unterbrochenen Verbindung Ausnahmen von Protokollen. SmtpClient können jetzt die bind-Adresse, und hat sich erneut anmelden.
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

Diese Veröffentlichung fügt Received:-Header, um den Datenstrom. Es fügt ein getan ()-Methode MessageHandler. AuthenticationHandler bietet nun die Legitimierung der Identität. Einige einfache Client-Tools wurden hinzugefügt. Alles, was in der SMTP-server.I / O-Paket wurde nur verschoben smtp.io. Eine leichte Abwandlung der Message-Listener-Adapter wurde hinzugefügt. Es verbraucht heute übrig gebliebene Daten, dass der Handler nicht essen, anstatt Ausnahme. Der Name der JAR-Datei enthält nun die Versionsnummer. Die Distribution enthält jetzt Wiki-docs.
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 ist eine gründliche Umgestaltung auf der Grundlage der 1.2.1-Codebasis. Es entfernt MINA und NIO, Rückkehr zur Sperrung I / O. Es verfügt über eine neu Authentication API. MessageListener Die API wurde in ein Helfer-Paket verschoben. Timeouts werden jetzt von Steckdosen als einen Watchdog Thread gesteuert. MessageHandlers nicht mehr recycelt werden. Besseres Handling der Verbindungen im Leerlauf. Zahlreiche weitere Änderungen. Das Projekt wurde von tigris.org zu code.google.com verschoben.
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