How can I replicate incoming imap mail to another folder?
- by vy32
I am using Apple's Mobile Me and am looking for a program that I can leave running on a Unix server somewhere that will monitor the IMAP INBOX and automatically copy all incoming messages to another mailbox (call it Archive).
I've tried implementing this myself in python with imaplib2 and the IDLE command and have found that my connection keeps getting disconnected.
Is there any off-the-shelf open source software that I can use to do this?