NAME
imapcopy - IMAP backup, copy and migration tool
SYNOPSIS
imapcopy
DESCRIPTION
Read imapcopy -h for reference. An example configuration file can be
found in the directory /usr/share/doc/imapcopy/examples.
Sadly IMAPCopy does not have builtin SSL/TLS support, so you can not
connect to most modern IMAP servers. A workaround is to run stunnel -c
-f -d 1143 -r imap.boh.org:993 -P '' in parallel with IMAPCopy and then
modify the configuration to connect to port 1143 on localhost. Here we
have assumed that imap.boh.org is your IMAP server. Note, that if you
need this hack for both source and destination, then you have to use
two instances of stunnel and you have to configure them for different
ports, of course (e.g. 1143 and 2143).
SEE ALSO
stunnel(8), http://home.arcor.de/armin.diehl/imapcopy/imapcopy.html
AUTHORS
Armin Diehl <ad@ardiehl.de>
Author of IMAPCopy.
Gergely Risko <risko@debian.org>
Wrote this manpage for the Debian system.
COPYRIGHT
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
2010 Armin Diehl, Gergely Risko
This manual page was written for the Debian system (and may be used by
others).
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU General Public License, Version 2 or (at
your option) any later version published by the Free Software
Foundation.
On Debian systems, the complete text of the GNU General Public License
can be found in /usr/share/common-licenses/GPL.