Reputation: 645
I am using the Quartz scheduler to schedule jobs. For testing purpose I ran a job which prints some value on the console. However I want to schedule a job which will read emails from a particular mailbox using imaps protocol. But I am in real doubt that it will work. Please help. Thanks in advance.
Upvotes: 1
Views: 206
Reputation: 59694
it will work. Go on and try. Put your mail reading logic into the job class and it will read (or what ever operations you have) mails.
Upvotes: 1