any status on the JCA work? if i recall correctly, is it in the stage of an 
uncommitted patch at the moment?

reason i want to know is i was just playing around with the idea of webmail, and using 
javamail Session's, Store's, and Folder's to connect to jbmail server via pop3 (would 
be better to use JCA and avoid tcp/ip sockets of course, plus get added benefits of 
JCA)

but what i found is the Folder.open() method (implemented by sun's 
com.sun.mail.pop3.DefaultFolder) throws a MethodNotSupportedException! so it seems 
using javamail for this won't work, which is surprising. i'm probably doing something 
wrong.

or is the Session.getInstance(...) implemented by jboss server, and did implementers 
just leave out Folder.open() since jboss is a 'server', primarily sending mail, and 
not a 'client' which would receive mail as well?

mike
 

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

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


-------------------------------------------------------
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