How can I replicate incoming imap mail to another folder?

Posted by vy32 on Super User See other posts from Super User or by vy32
Published on 2010-02-15T17:44:42Z Indexed on 2010/03/24 4:03 UTC
Read the original article Hit count: 305

Filed under:
|

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?

© Super User or respective owner

Related posts about imap

Related posts about email