-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathREADME
72 lines (54 loc) · 2.28 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
NAME
pop2imap - POP to IMAP sync or copy tool. Synchronize mailboxes between
a pop and an imap servers.
$Revision: 1.27 $
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|--starttls2]
[--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 [email protected]
LICENSE
pop2imap is free, gratis, open, public software cover by the NOLIMIT
licence. "No limit to do anything with this work and this license."
BUGS
No known bug. Report any bugs to the author: [email protected]
SIMILAR SOFTWARES
None known. Feedback will be welcome.
I saw this proxy same name software : http://soderberg.net/pop2imap/
(2008 : disappeared)
$Id: pop2imap,v 1.27 2015/11/03 23:34:02 gilles Exp gilles $