Index of /prj/pop2imap

      Name                    Last modified       Size  Description

[DIR] Parent Directory 11-Nov-2008 12:31 - [TXT] CREDITS.txt 23-Dec-2020 13:05 1k [TXT] ChangeLog.txt 24-Dec-2020 21:47 6k [TXT] INSTALL.txt 23-Dec-2020 13:02 1k [TXT] LICENSE.txt 04-Sep-2015 13:11 1k [   ] Makefile 24-Dec-2020 21:46 3k [TXT] NOLIMT.txt 04-Sep-2015 13:11 1k [TXT] README.txt 24-Dec-2020 21:47 2k [TXT] README_Windows.txt 24-Dec-2020 21:46 1k [TXT] TODO.txt 12-Mar-2014 14:38 1k [TXT] VERSION.txt 24-Dec-2020 21:47 1k [DIR] W/ 22-Dec-2020 23:53 - [DIR] dist/ 24-Dec-2020 21:48 - [   ] freshmeat 19-Aug-2003 04:53 1k [DIR] learn/ 01-Sep-2008 02:35 - [DIR] misc/ 23-Sep-2013 00:31 - [   ] pop2imap 24-Dec-2020 19:29 23k [   ] pop2imap.exe 22-Dec-2020 23:58 13.6M [   ] pop2imap_example.bat 23-Dec-2020 20:18 2k [   ] tests.sh 23-Dec-2020 20:41 4k

NAME
    pop2imap - POP to IMAP sync or copy tool. Synchronize mailboxes between
    a pop and an imap servers.

    $Revision: 1.32 $

INSTALL
     Get pop2imap at http://www.linux-france.org/prj/pop2imap/dist/
     tar xzvf  pop2imap-x.xx.tgz  # x.xx is the version number
     Read the INSTALL file.
     freshmeat record: http://freshmeat.net/projects/pop2imap/

SYNOPSIS
     pop2imap [options]

     pop2imap --help
     pop2imap

     pop2imap [--host1 server1]  [--port1 <num>]
              [--user1 <string>] [--passfile1 <string>]
              [--host2 server2]  [--port2 <num>] [--ssl2|--tls2]
              [--user2 <string>] [--passfile2 <string>]
              [--from <string>]  [--to <string>]
              [--justlogin]
              [--timeout2 <int>]
              [--folder <string>]
              [--delete]
              [--dry]
              [--quiet]
              [--debug] [--debugimap] [--debugpop] 
              [--version] [--help]

DESCRIPTION
    The command pop2imap is a tool allowing incremental transfer from one
    POP3 mailbox to an IMAP one.

    We sometimes need to transfer mailboxes from one POP3 server an IMAP
    server. This is called migration.

    pop2imap is the adequate tool because it reduces the amount of data
    transfered by not transferring a given message if it is already on both
    sides. You can stop the transfer at any time and restart it later,
    pop2imap is adapted to a bad connection.

    You can decide to delete the messages from the source mailbox after a
    successful transfer (it is a good feature when migrating). In that case,
    use the --delete option.

    You can also just synchronize a mailbox A from another mailbox B in case
    you just want to keep a "live" copy of B in A.

OPTIONS
    Invoke: pop2imap --help

AUTHOR
    Gilles LAMIRAL gilles@lamiral.info

LICENSE
    pop2imap is free, gratis, open, public software cover by the NOLIMIT
    licence. "No limits to do anything with this work and this license."

BUGS
    No known bug. Report any bugs to the author: gilles@lamiral.info

SIMILAR SOFTWARES
    None known. Feedback will be welcome.

    $Id: pop2imap,v 1.32 2020/12/24 18:29:21 gilles Exp gilles $