Commit graph

3 commits

Author SHA1 Message Date
Edwin Groothuis
80840e8dc5 SHA256ify
Approved by: krion@
2006-01-22 12:50:54 +00:00
Herve Quiroz
7f07af37d6 Fix jboss4 deploy path
PR:		77797
Submitted by:	maintainer
2005-02-20 22:42:23 +00:00
Herve Quiroz
39eaab10f0 JBossMail was created to enable JBoss to serve as an email server.
JBossMail currently consists of:

    * Core Server - which provides thread pooling, connection handling, and
      timeout configuration.
    * POP Protocol Implementation - plugs into the Server MBean to provide a
      POP implementation.
    * SMTP Server - plugs into the Server MBean to provide an SMTP protocol
      implementation.
    * Mail Listeners - plug into the SMTP server to forward mail to the various
      backends. Currently the JMSMailListener is provided. It forwards mails
      to various JBossMQ queues. Message Driven Beans for remote and local
      delivery are also provided.
    * Mailbox implementations - provides backends to the mail server. Presently
      an EJB Entity-based version is provided.
    * SMTPSender - uses JavaMail to mail messages to remote servers
    * Test suite - JUnit tests for the various portions of mail services.
      Includes a few services including mock-jndi.

WWW: http://www.jboss.org/products/mailservices
2005-01-11 10:08:04 +00:00