-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathindex.html
121 lines (103 loc) · 5.2 KB
/
index.html
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<html>
<head>
<title>IMAP Tools</title>
<meta name="description" content="IMAP migration tools">
<meta name="keywords" content="IMAP, Perl, tool, tools, migrate, POP3, IMAP4, custom tools, migration, projects, imapcopy.pl, Gmail, Exchange, Zimbra">
<meta name="author" content="Rick Sanders [email protected]">
</head>
<body style="background-color:#FFF8C6" bgproperties="fixed" bgcolor="#FFFFFF" text="#000000" link="#050473" vlink="#6B6AF5" alink="#840000">
<style type="text/css">
body {
margin-top:0 !important;
padding-top:0 !important;
/*min-width:800px !important;*/
}
</style>
<a name="TOP">
<p><h2><font size="6">IMAP Tools</font>
<img src="https://web.archive.org/web/20161223233259im_/http://www.athensfbc.com/imap_tools/imap_tools.jpg">
</h2>
<font size="5" color="red">Notice: Due to the death of Rick Sanders IMAP Tools is no longer
in business. Purchasers of the IMAP Tools are released from any licensing contraints.
Please feel free to re-distribute the IMAP Tools as you see fit.<br><br>
Thanks for your business and best wishes to everyone!<br></b></font>
<br><br>
<p>
<b>Updated: December 28, 2016<br>
<br></strong></b>
Welcome to the IMAP Tools Website!
Rick Sanders <a href="https://web.archive.org/web/20161228145952/mailto: [email protected]">[email protected]</a>
<br><a href="https://web.archive.org/web/20161228145952/mailto: [email protected]"><br>
<font color="red"><strong> Subscribe to IMAP-Tools mailing list </a></strong></font>
<a href="https://web.archive.org/web/20161228145952/https://athensfbc.com/imap-tools/search_list_archives.html"><strong>Search the mailing list archives</a>
<a href="https://web.archive.org/web/20161228145952/http://athensfbc.com/pipermail/imap-tools_athensfbc.com"><strong>View the mailing list archives
<br></strong></b>
</a>
<p>
</b></strong>
What is the <a href="https://web.archive.org/web/20161228145952/http://en.wikipedia.org/wiki/IMAP">IMAP </a> Tools Set?
It is a set of <a href="https://web.archive.org/web/20161228145952/http://en.wikipedia.org/wiki/Perl">Perl</a> programs for use with IMAP
servers.
IMAP Tools enable you to do a great many things including the following:
<br>
<p>
<list>
<li>Copy a user's folders and messages to a new server
(<a href="details.html#imapcopy">imapcopy.pl</a>)
<li>Bulk migration of hundreds or thousands of users to a new hosting server
(<a href="details.html#migrateIMAP">migrateIMAP.pl</a>)
<li>Move messages between folders based on a set of rules
(<a href="details.html#imapfilter">imapfilter.pl</a>)
<li>Back up and restore IMAP accounts
(<a href="details.html#imapdump">imapdump.pl</a> and
<a href="details.html#dumptoIMAP">dumptoIMAP.pl</a>)
<li>Synchronize accounts on two different IMAP servers
(<a href="details.html#imapsync">imapsync.pl</a>)
<li>Purge duplicate messages
(<a href="details.html#delIMAPdups">delIMAPdups.pl</a>)
<li>Load messages from Maildir servers into IMAP and vice-versa
(<a href="details.html#maildir_to_imap">maildir_to_imap.pl</a> and
<a href="details.html#imap_to_maildir">imap_to_maildir.pl</a>)
<li>Load messages from Mbox servers into IMAP and vice-versa
(<a href="details.html#IMAPtoMbox">IMAPtoMbox.pl</a> and
<a href="details.html#MboxtoIMAP">MboxtoIMAP.pl</a>)
<li><font><b>Do you have a Kerio Connect server? Take a look at the
<a href="Kerio/Kerio_Archiver.html">Kerio Archiver</a></b></font>
<li>and a lot of other things
</list>
<br><br>
<a href="what_are_the_imap_tools.html">What is in the IMAP Tools Set?</a>
<br>
<a href="https://web.archive.org/web/20161228145952/http://www.athensfbc.com/imap-tools/IMAP_Tools_User_Guide.pdf">IMAP Tools User Guide</font></a>
<br>
<a href="https://web.archive.org/web/20161228145952/http://www.athensfbc.com/imap-tools/faq.html">IMAP Tools FAQ</a>
<br>
<a href="https://web.archive.org/web/20161228145952/http://www.athensfbc.com/cgi-bin/questions.cgi">Do you have a question about the IMAP Tools?</a>
<br>
<a href="examples.html">Examples</a>
<br>
<a href="https://web.archive.org/web/20161228145952/http://www.athensfbc.com/imap-tools/comments.html">Read comments from IMAP Tools users</a>.
<br>
<a href="https://web.archive.org/web/20161228145952/http://www.athensfbc.com/imap-tools/projects.html">
<strong>Custom IMAP-enabled application development <strong></a>
</b>
<br>
<br>
<b>Notes:</b>
<list>
<li><a href="https://web.archive.org/web/20161228145952/http://www.athensfbc.com/imap-tools/change_history.html">Change History</a>
<li><a href="https://web.archive.org/web/20161228145952/http://www.athensfbc.com/imap-tools/release_notes">Release Notes</a>
<li><a href="admin_mode.html">Admin Mode</a>
<li><a href="ssl_support.html">SSL Support</a>
<li><a href="oauth2.html">OAUTH2 Support</a> <font color="red"><b><=== NEW</b></font>
<li><a href="cram-md5.html">CRAM-MD5 Logins</a>
<li><a href="debugging.html">IMAP debugging and tracing</a>
</list>
<br><br>
</body>
</html>