I am trying to make a mail application through apache james, but I could not really get all the things, please give suggestions how to use it. MOreover, I could not figure it how to use jsp and servlet for james. Please help.
+1
A:
According to the comments there are two actions you want to do:
- Send emails - quite easy with the JavaMail API
- Retrieve emails - You can do it with the JavaMail API using either IMAP or POP3. Set A scheduler to trigger the retrieval. (either Quartz. cron job + servlet, or perhaps even the Java timer will do)
David Rabinowitz
2009-09-27 17:40:38
Its very help full thank you David.
Ryan
2009-09-28 06:59:53