2007-11-06 02:50:15 +00:00
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
|
|
|
"http://www.w3.org/TR/html4/strict.dtd">
|
2003-10-29 03:03:43 +00:00
|
|
|
<html>
|
|
|
|
<head>
|
2007-11-06 02:50:15 +00:00
|
|
|
<meta http-equiv="Content-type"
|
|
|
|
content="text/html;charset=us-ascii">
|
2003-10-29 03:03:43 +00:00
|
|
|
<title>archivemail - a tool for archiving and compressing old email</title>
|
|
|
|
<link title="archivemail style" rel=stylesheet href="style.css"
|
|
|
|
type="text/css">
|
2007-11-06 02:50:15 +00:00
|
|
|
<style type="text/css">
|
|
|
|
/*<![CDATA[*/
|
|
|
|
span.mail {text-decoration: underline;}
|
|
|
|
/*]]>*/
|
|
|
|
</style>
|
2003-10-29 03:03:43 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<h1>archivemail</h1>
|
|
|
|
|
|
|
|
<h2>Description</h2>
|
|
|
|
|
2007-11-06 02:50:15 +00:00
|
|
|
<p>
|
2003-10-29 03:03:43 +00:00
|
|
|
<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.
|
|
|
|
|
|
|
|
<h2>Why should I use it?</h2>
|
2007-11-06 02:50:15 +00:00
|
|
|
<p>
|
2003-10-29 03:03:43 +00:00
|
|
|
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.
|
2003-10-29 03:12:49 +00:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<h2>Current Release</h2>
|
2003-10-29 03:03:43 +00:00
|
|
|
<p>
|
2003-10-29 03:12:49 +00:00
|
|
|
The current release is version <a
|
2006-11-03 00:11:29 +00:00
|
|
|
href="http://prdownloads.sourceforge.net/archivemail/archivemail-0.7.0.tar.gz?download">0.7.0</a>,
|
2003-10-29 03:12:49 +00:00
|
|
|
and is ready for download. Older versions are available <a
|
|
|
|
href="http://sourceforge.net/project/showfiles.php?group_id=49630">here</a>.
|
|
|
|
</p>
|
2003-10-29 03:03:43 +00:00
|
|
|
|
|
|
|
|
|
|
|
<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.
|
2006-11-03 00:11:29 +00:00
|
|
|
<li>IMAPS/SSL support.
|
2006-11-02 22:06:49 +00:00
|
|
|
<li>Arbitrary IMAP filter strings can added on the commandline.
|
2003-10-29 03:03:43 +00:00
|
|
|
</ul>
|
|
|
|
|
|
|
|
<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
|
2006-11-03 00:36:00 +00:00
|
|
|
<li> <a href="RELNOTES">Release notes</a> for the latest version
|
2003-10-29 03:03:43 +00:00
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
<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>
|
|
|
|
|
|
|
|
<h2>License</h2>
|
2007-11-06 02:50:15 +00:00
|
|
|
<p>
|
2003-10-29 03:03:43 +00:00
|
|
|
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.
|
|
|
|
|
|
|
|
<h2>Requirements</h2>
|
2007-11-06 02:50:15 +00:00
|
|
|
<p>
|
2006-11-03 00:11:29 +00:00
|
|
|
<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.)
|
2003-10-29 03:03:43 +00:00
|
|
|
|
|
|
|
<p>
|
|
|
|
|
|
|
|
Python is available from
|
|
|
|
<a href="http://www.python.org/">http://www.python.org/</a>
|
|
|
|
|
|
|
|
<h2>Download</h2>
|
2007-11-06 02:50:15 +00:00
|
|
|
<p>
|
2003-10-29 03:03:43 +00:00
|
|
|
<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
|
2006-11-02 22:06:49 +00:00
|
|
|
<a href="http://sourceforge.net/svn/?group_id=49630">Subversion</a>.
|
|
|
|
<p>
|
2006-11-03 00:11:29 +00:00
|
|
|
There should soon be binary RPM packages at
|
2007-11-05 21:24:59 +00:00
|
|
|
<a href="http://software.opensuse.org/download/server:/mail/">the OpenSUSE build
|
2006-11-02 22:06:49 +00:00
|
|
|
service</a> for SUSE Linux and Fedora Core 5. There is also a
|
2003-10-29 03:03:43 +00:00
|
|
|
<a href="http://packages.debian.org/unstable/mail/archivemail.html">debian
|
|
|
|
package</a>.
|
|
|
|
|
|
|
|
<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>
|
|
|
|
|
|
|
|
<h2>Credits</h2>
|
|
|
|
<p>
|
2007-11-06 02:50:15 +00:00
|
|
|
<strong>archivemail</strong> was written by Paul Rodger
|
|
|
|
<<span class="mail">paul <em>at</em> paulrodger <em>dot</em>
|
|
|
|
com</span>><br>
|
|
|
|
and is currently maintained by Peter Poeml <<span class="mail">poeml
|
|
|
|
<em>at</em> suse <em>dot</em> de</span>>, Nikolaus Schulz
|
|
|
|
<<span class="mail">microschulz <em>at</em> web <em>dot</em>
|
|
|
|
de</span>> and Brandon Knitter.
|
2003-10-29 03:03:43 +00:00
|
|
|
|
|
|
|
<hr>
|
|
|
|
<p>
|
|
|
|
<!-- sourceforge logo start -->
|
2007-11-06 02:50:15 +00:00
|
|
|
<a href="http://sourceforge.net">
|
|
|
|
<img src="http://sourceforge.net/sflogo.php?group_id=49630&type=3"
|
|
|
|
width="125" height="37" alt="SourceForge.net Logo">
|
|
|
|
</a>
|
2003-10-29 03:03:43 +00:00
|
|
|
<!-- sourceforge logo end -->
|
|
|
|
</body>
|
|
|
|
</html>
|