Comments on How To Migrate Mailboxes Between IMAP Servers With IMAP TOOLS

How To Migrate Mailboxes Between IMAP Servers With IMAP TOOLS This guide explains how you can migrate mailboxes between IMAP servers with IMAP TOOLS. IMAP TOOLS is a collection of Perl scripts that allow you to do various tasks with IMAP servers and also POP3 servers. In this article I will focus on the scripts imapcopy.pl (copies messages and mailboxes from one IMAP server to another) and pop3toimap.pl (copies POP3 messages to an IMAP server). Both scripts support SSL. If you specify port 993 (995 for POP3) then an SSL connection is initiated. If the port number is 143 (110 for POP3) then it will try a non-SSL connection. With any other value the port will be tested to see if it supports SSL. If so, SSL will be used to make the connection; otherwise a non-SSL connection will be made.

3 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: micschk

Since the author of imap tools has decided to ask for a (modest) fee, you'll have to wait for the paypal stuff to be handled.

While waiting, a free port of the scripts can be found here: http://code.google.com/p/imaputils/

By: Anonymous

IMAP TOOLS is commercial.  You should probably mention that.  It would make this post an advert and useless for 99% of people who land here.

By:

Imaptools were free at the time this tutorial was written (2011). The poster that commented before you posted a link from were you can still download the free version from google code.