Hi, I wonder whether there is something existing to perform the following: I would like at certain times of the day (say 4 times a day) to read emails and extract the attached files.
So there are two different things: - reading emails I can use the JavaMail API but I was wondering if there was something in AppFuse to read emails ... like MailEngine to send emails. - scheduler So I need a scheduler to read the emails at defined times. From my internet search, there are quite a few scheduler on hands, but my favorite choice would probably be Quartz (Timer API is apparently not a good idea in Tomcat, and I have found a page to get Quartz into Appfuse www.lucianofiandesio.com/javatales/qtzfuse.html ). Does anyone have an opinion about this ? Is there a better couple than JavaMail API + Quartz ? Something already existing ? Cheers, [EMAIL PROTECTED] The Computing Froggy -- View this message in context: http://www.nabble.com/Reading-emails-at-a-defined-time-tf4589055s2369.html#a13099274 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
