IMAP to Maildir

EQ Admin

EQ Forum Admin
Staff member
imap_to_maildir.pl

imap_to_maildir is a utility for copying mailboxes and messages from a user account on an IMAP server to a Maildir system.

imap_to_maildir.pl is called like this:

./imap_to_maildir.pl -S imaphost/user/password -u <user> -M <maildir>

For example: ./imap_to_maildir.pl \
-S imap.gmail.com:993/rsanders/mypass \
-u rick \
-M /users/rick/Maildir

Optional arguments:
-a <DD-MMM-YYYY> copy only messages after this date
-d debug
-I log IMAP protocol commands
-L logfile
-m mailbox list (copies only the specified mailboxes, see usage()

If you have a question about using this script please reply.

If you would like to download the script please see How to get the IMAP Tools.
 
Last edited:
Top