I think you have answered your own question... AppFuse has a built in mechanism for sending email, but not receiving. So you will likely have to integrate another library or implement JavaMail like you suggest.
As for scheduling I don't know of a better choice than Quartz. Nathan ----- Original Message ----- From: "L." <[EMAIL PROTECTED]> To: [email protected] Sent: Monday, October 15, 2007 7:41:38 AM (GMT-0800) America/Los_Angeles Subject: [appfuse-user] Re: Re[appfuse-user] ading emails at a defined time So nobody has an answer for me ? L. wrote: > > 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#a13214215 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
