diff options
author | Nikolaus Schulz <microschulz@web.de> | 2006-11-03 00:11:29 +0000 |
---|---|---|
committer | Nikolaus Schulz <microschulz@web.de> | 2006-11-03 00:11:29 +0000 |
commit | b10c66aa3590fb6be6896ab86e937ca232f3ebd5 (patch) | |
tree | 95c2f235f8da02022e73e5aae77fcd608801d4d4 /index.html | |
parent | 9e8649cb926551a3c452f975b53b11823c278542 (diff) | |
download | archivemail-b10c66aa3590fb6be6896ab86e937ca232f3ebd5.tar.gz archivemail-b10c66aa3590fb6be6896ab86e937ca232f3ebd5.tar.bz2 archivemail-b10c66aa3590fb6be6896ab86e937ca232f3ebd5.zip |
index.html: synced with README and updated for v0.7.0.
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 34 |
1 files changed, 8 insertions, 26 deletions
@@ -42,7 +42,7 @@ If you would prefer to just delete old email rather than archive it, <h2>Current Release</h2> <p> The current release is version <a - href="http://prdownloads.sourceforge.net/archivemail/archivemail-0.6.2.tar.gz?download">0.6.2</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> @@ -69,7 +69,7 @@ If you would prefer to just delete old email rather than archive 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>SSL support. +<li>IMAPS/SSL support. <li>Arbitrary IMAP filter strings can added on the commandline. </ul> <p> @@ -100,29 +100,11 @@ See the file <a href="COPYING">COPYING</a> for more information. <p> <h2>Requirements</h2> -<strong>archivemail</strong> requires python version 2.0 or later, with the -optional <a href="http://www.python.org/doc/current/lib/module-zlib.html">zlib -module</a>, although the zlib module comes with most python installations. If -you are compiling your own version of python less than version 2.2, make sure -you uncomment the 'zlib' moduile in Modules/Setup in the python source -directory. -<p> - -You can check to see if your version of python has the 'zlib' module by trying -this: -<p> - -<pre> - flare:~$ python - Python 2.1 (#1, Apr 26 2002, 11:22:45) - [GCC 2.95.2 20000220 (Debian GNU/Linux)] on linux2 - Type "copyright", "credits" or "license" for more information. - >>> import zlib - >>> -</pre> +<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.) -If you get an ImportError, then the zlib python module has not been installed. -Try upgrading your python distribution. <p> Python is available from @@ -140,7 +122,7 @@ or later, because we use the download area on Sourceforge</a> or via <a href="http://sourceforge.net/svn/?group_id=49630">Subversion</a>. <p> -There are binary RPM packages at +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 @@ -161,7 +143,7 @@ package</a>. <strong>archivemail</strong> was written by Paul Rodger <<u>paul</u> <em>at</em> <u>paulrodger</u> <em>dot</em> <u>com</u>> <br /> -currently maintained by Brandon Knitter and Peter Poeml +and is currently maintained by Peter Poeml, Nikolaus Schulz and Brandon Knitter. <p> <hr> |