Relative Content

Tag Archive for email

What’s a good way for a program to process an email mailbox?

Let’s have a program that checks an email mailbox and then “processes” the messages contained there. (For this question it doesn’t really matter what it actually does with the message). The program will run once per hour and can easily handle the volume of new messages and there is no penalty for processing a message twice. Let’s say it will be using the IMAP protocol and can perform any of the standard functions that an email application can do.