This content has been marked as final.
Show 2 replies
-
1. Re: Is JBoss Mail the right choice for me
acoliver Dec 12, 2005 10:38 AM (in response to rudivankeirsbilck)
1. Does JBoss Mail support forwarding emails that are sent to unknown addresses to one address.
You can do this by creating a UserRepository instance that always returns true and a maillistener that sets the user. About 15 lines of code.
2. If the above is not supported, I will need to create a JBoss Mail account for every internal account I have in the application so, is there an API to create accounts or is this only possible through the admin user interface?
Presently we do not have an administration interface (you could just use an LDAP or DB server and use its associated API or SQL). This is planned. Also planned is such API.
3. Does JBoss Mail already handle attachments?
Presently it just saves the whole mail as a blob. Attachments are preserved. We will soon parse these, but do not yet.
4. Would JBoss Mail allow me to set/get app specific tags in the smtp header?
yes
5. What formatting does JBoss Mail support currently (plain text only or also rich text and/or html formatting).
It is a mail server. That is mail client dependent.
6. Does JBoss Mail deploy on other app servers too? As it is a J2EE application, I suspect porting is not a problem and is merely a question of creating the appropriate deployment descriptors for the other app server.
No. We are built on the JBoss microkernel. -
2. Re: Is JBoss Mail the right choice for me
rudivankeirsbilck Oct 4, 2006 8:08 AM (in response to rudivankeirsbilck)Me again,
Basically due to the fact that attachments were not supported at the time I asked, I decided in Dec 2005 not to go for JBoss Mail Server but use another open source mail server.
All is working fine except for one thing and that is why I am reconsidering JBoss Mail Server.
How about revisiting the most important of the initial questions and answering a new questions that relates to the problem I am having with the current open source mail server.
1. Does JBoss Mail already handle attachments?
2. Will JBoss allow me to access the complete bcc list (e.g. will a custom MailListener implementation class be able to read the complete bcc list)?
Many thanks,
Rudi.