Download List

项目描述

archivemail is a tool written in Python for archiving and compressing old email in mailboxes. It can move messages older than the specified number of days to a separate mbox-format mailbox that is compressed with gzip, or optionally just delete old email. It supports archiving IMAP, mbox, MH, and maildir format mailboxes.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-11-05 06:37
0.7.0

在测试套件创建的临时文件不安全是固定的。阿dotlocking竞争条件是固定的。被打破的IMAP在版本0.6.2,现在工作了。现在统计报告邮箱的总规模和由此归档邮件。现在写的archivemail有效mbox(5)档案。archivemail的最后上了线的CRLF转换到本机停产保存时从IMAP文件夹中的邮件。 IMAP的-删除和IMAP -大小,它从来没有在所有工作,是固定的。 IMAP的-干式运行是固定的,以便它不会下载所有这一切将存档的邮件。
标签: Major bugfixes
Unsafe creation of temporary files in the test
suite was fixed. A dotlocking race condition was
fixed. IMAP was broken in version 0.6.2 and is now
working again. stats now report the total size of
a mailbox and of the archived messages therefrom.
archivemail now writes valid mbox(5) archives.
archivemail finally converts on-the-wire CRLF to
native EOL when saving messages from an IMAP
folder. IMAP --delete and IMAP --size, which never
worked at all, were fixed. IMAP --dry-run was
fixed so that it doesn't download all messages
that would be archived.

2002-10-31 05:21
0.6.1

阿检验规则等信息被删除早于Unix纪元可以用电子邮件存档。新版本的Python给予少于1970年而不是返回负数溢出错误调用mktime()的日期。
标签: Minor bugfixes
A test rule was removed so messages older than the Unix epoch can e archived. Newer versions of Python give an overflow error calling mktime() on dates less than 1970 instead of returning a negative number.

2002-10-03 12:03
0.6.0

此版本包括存档的IMAP邮箱的支持。
标签: Major feature enhancements
This version includes support for archiving IMAP mailboxes.

2002-09-18 09:32
0.5.1

修正了在运行时作为一个非根邮箱,那里的临时容器目录将作为前seteuid()发生在根archivemail的根。
标签: Minor bugfixes
Fixed a bug where when running archivemail as root on a non-root mailbox, where the temporary container directory would be created as root before the seteuid() took place.

2002-09-15 13:31
0.5.0

此版本修正了错误:邮箱会失败锁定在Solaris下,一个错误:在没有存档'收稿日期'或'从'头maildir邮箱会失败,并在信息时代对Unix的日期将失败错误。
标签: Minor bugfixes
This release fixes a bug where mailbox locking would fail under Solaris, a bug where archiving maildir mailboxes without a 'Received Date' or 'From' header would fail, and a bug where messages dated on the Unix epoch would fail.

Project Resources