From: petemuir <do-...@jb...> - 2006-07-10 17:38:07
|
No it can only send email. When I wrote this I started off with the JavaMail API (which jboss has an impl of) which CAN be used to receive email but changed to commons email (which is build on JavaMail API) as it presented an easier to use interface. And I have no need to receive emails ;) I might have another look at how much worse it would be to use the javamail api rather than commons. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956665#3956665 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956665 |