Hey, the status is very alpha, untested. The code is uploaded, but with no unit tests. 
I'm still working on the unit tests and figuring out all I need in order to bootstrap 
the server with JNDI/JCA and load it up correctly.

I didn't mean for things to take so long, but things have been crazy at work and this 
week is going to be no different.

If you look at the source of MailService (in varia), you see:

      Session session = Session.getInstance(props, a);
      bind(session);

Which I guess shows that all they do is act like a client. Pop3 attribute is available 
in the MBean, which implies that one in theory, could retrieve email. I know very 
little about that part of the JavaMail spec.

Right now, the way things are planned, the JCA adapter will do the same thing 
MailService does.

Steve

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835994#3835994

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835994


-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to