aboutsummaryrefslogtreecommitdiff
path: root/mail/jboss-mailservices
Commit message (Collapse)AuthorAgeFilesLines
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154158
* Fix jboss4 deploy pathHerve Quiroz2005-02-201-2/+2
| | | | | | | | PR: 77797 Submitted by: maintainer Notes: svn path=/head/; revision=129423
* JBossMail was created to enable JBoss to serve as an email server.Herve Quiroz2005-01-113-0/+62
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 Notes: svn path=/head/; revision=126118