aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
blob: 53b0b9b7b1e98293f4cef92100ba8ba8973ea5ff (plain)
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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
<html>
<head>
    <title>archivemail - a tool for archiving and compressing old email</title>
    <link title="archivemail style" rel=stylesheet href="style.css" 
    type="text/css">
</head>
<body>
   
<center>
<h1>archivemail</h1>
</center>
<p>

<h2>Description</h2>

<strong>archivemail</strong> is a tool written in <a
href="http://www.python.org/">Python</a> for archiving and compressing old
email in mailboxes. It can move messages older than the specified number of
days to a separate <a href="http://www.qmail.org/man/man5/mbox.html">mbox
format</a> mailbox that is compressed with <a
href="http://www.gzip.org/">gzip</a>, or optionally just delete old email.
<p>

<h2>Why should I use it?</h2>
Maybe some of your mailboxes are quite large (eg, over 10,000 messages) and
they are taking a while to load in your mail reader. Perhaps they are taking
up too much space on your disk. Archiving old messages to a separate,
compressed mailbox will mean: 
<ol>
<li>Your mail reader will get a huge performance boost loading and reading
    your mail.
<li>You will be taking up less disk space, since old mail will be compressed.
    (Mail usually compresses quite nicely.)
<li>You won't be confronted with semi-obsolete mail all the time.
</ol>
<p>

If you would prefer to just delete old email rather than archive it,
<strong>archivemail</strong> can do that too.
</p>

<h2>Current Release</h2>
<p>
	The current release is version <a
	href="http://prdownloads.sourceforge.net/archivemail/archivemail-0.7.0.tar.gz?download">0.7.0</a>,
	and is ready for download.  Older versions are available <a
	href="http://sourceforge.net/project/showfiles.php?group_id=49630">here</a>.
</p>


<h2>Features</h2>

<ul>
<li>Support for archiving 
    <a href="http://www.imap.org/">IMAP</a>,
    <a href="http://www.qmail.org/man/man5/mbox.html">mbox</a>,
    <a href="http://www.faqs.org/faqs/mail/mh-faq/">MH</a> and 
    <a href="http://www.qmail.org/man/man5/maildir.html">maildir</a> format
    mailboxes.
<li>You can configure the amount of days before mail is considered old -- 
    with the default being 180 days.
<li>Messages that are flagged important are not archived or deleted unless you
    specify the <em>--include-flagged</em> option.
<li>Optionally warn about duplicate Message-IDs in a mailbox.
<li>You can specify an option so that unread mail is never archived.
<li>Allows you to store the compressed archive mailboxes in a directory of
    your choice, with an extension of your choice.
<li>Support for deleting old mail rather than archiving it.
<li>Optional ability to archive messages older than an absolute date with the
    <em>--date</em> option.
<li>Ability to only archive messages over a certain byte size.
<li>IMAPS/SSL support.
<li>Arbitrary IMAP filter strings can added on the commandline.
</ul>
<p>

<h2>Documentation</h2>
<ul>
<li> <a href="manpage.html">HTML version of the archivemail manpage</a>
<li> <a href="README">README</a> file
<li> <a href="CHANGELOG">CHANGELOG</a> 
<li> <a href="TODO">TODO</a> list
</ul>
<p>


<h2>Articles</h2>
<ul>
<li> Emmanuel Seyman wrote an 
<a href="http://muttfr.org/gen.php3/2002/11/20/108,1,0,0,1.php3">article</a>
about archivemail for <a href="http://www.muttfr.org/">muttfr.org</a>, a
French website about <a href="http://www.mutt.org/">mutt</a>.
</ul>
<p>

<h2>License</h2>
This software is licensed under the 
<a href="http://www.gnu.org/licenses/licenses.html#GPL">GNU GPL</a>. 
See the file <a href="COPYING">COPYING</a> for more information. 
<p>

<h2>Requirements</h2>
<strong>archivemail</strong> requires python version 2.3. It also uses some
optional python modules, but these should be pretty much standard; if you get an
ImportError nonetheless, please report it, thanks. (For contact addresses see
below.)

<p>

Python is available from 
<a href="http://www.python.org/">http://www.python.org/</a>
<p>

If you want to run the bundled test script, you will need python version 2.1
or later, because we use the 
<a href="http://pyunit.sourceforge.net/">PyUnit unittest module</a>. Sorry.
<p>

<h2>Download</h2>
<strong>archivemail</strong> can be downloaded from the 
<a href="http://sourceforge.net/project/showfiles.php?group_id=49630">archivemail 
download area on Sourceforge</a> or via 
<a href="http://sourceforge.net/svn/?group_id=49630">Subversion</a>. 
<p>
There should soon be binary RPM packages at
<a href="http://software.opensuse.org/download/home:/poeml/">the OpenSUSE build
service</a> for SUSE Linux and Fedora Core 5.  There is also a 
<a href="http://packages.debian.org/unstable/mail/archivemail.html">debian
package</a>.
<p>

<h2>Support</h2>
<ul>
<li><a href="http://sourceforge.net/tracker/?group_id=49630">Browse/submit 
     bug reports.</a>
<li>The <a href="http://lists.sourceforge.net/lists/listinfo/archivemail-user">archivemail-user</a> mailing list.
<li><a href="http://sourceforge.net/projects/archivemail/">Project page
    for archivemail</a> on Sourceforge.
</ul>
<p>

<h2>Credits</h2>
<strong>archivemail</strong> was written by Paul Rodger
&lt;<u>paul</u> <em>at</em> <u>paulrodger</u> <em>dot</em> <u>com</u>&gt;
<br />
and is currently maintained by Peter Poeml &lt;<u>poeml</u> <em>at</em>
<u>suse</u> <em>dot</em> <u>de</u>&gt;, Nikolaus Schulz  &lt;<u>microschulz</u>
<em>at</em> <u>web</u> <em>dot</em> <u>de</u>&gt; and Brandon Knitter.
<p>

<hr>
<p>
<center>
<!-- sourceforge logo start --> 
<a href="http://sourceforge.net"><img src="http://sourceforge.net/sflogo.php?group_id=49630&type=3" width="125" height="37" border="0" alt="SourceForge.net Logo"></a>
<!-- sourceforge logo end --> 
</center>

</body>
</html>