Projects / Java Email Server

Java Email Server

Java Email Server is a SMTP and POP3 email server written in Java.

Tags Communications Email Mail Transport Agents Post-Office POP3
Licenses GPL BSD Original
Operating Systems OS Independent
Implementation Java

Tweet this project Short link

Rss Recent releases

  • Rrelease-mid
  •  02 Feb 2008 16:11
  • Rrelease-after

Changes: An issue introduced in version 1.5 that caused issues with DNS lookups when using a non-default SMTP server was resolved. Additional cleanup changes were also made to script and configuration files.

  • Rrelease-mid
  •  18 Nov 2007 16:58
  • Rrelease-after

Changes: The server adds a From: address if the message is received without one (unknown@example.com). The server would previously accept these messages but throw errors when it tried to deliver them: "Unable to parse the address from the stored file." Socket timeout has been added to SMTP processor sockets. This may address issues with threads getting hung in socket.read calls.

  • Rrelease-mid
  •  14 Jul 2004 20:38
  • Rrelease-after

Changes: The option to limit the maximum size for incoming messages was added. The configuration parameter is in megabytes (2^10) and defaults to 5. The ability to specify a port number for the outgoing (default) SMPT servers was added. A new configuration option was added to allow relaying based on the "from" email address.

  • Rrelease-mid
  •  12 Feb 2004 22:47
  • Rrelease-after

Changes: This version implements an improved back-off algorithm for failed delivery and a 'dead letter' folder for messages that can not be delivered after a user defined number of retries. Other minor error handling improvements were also implemented.

  • Rrelease-mid
  •  24 Nov 2003 22:40
  • Rrelease-after

Changes: This version fixes a major bug with the forward addresses feature, fixes how the socket listener binds to 'all' local addresses, and adds a new SMTP header for local email, which is useful when using a default mailbox.

No-screenshot

Project Spotlight

tlve

A tag-length-value parser.

No-screenshot

Project Spotlight

MetaModel

A common domain model, query-engine, and optimizer for different datastores.