diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-04-16 23:24:45 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-04-16 23:24:45 +0000 |
commit | 9bea985319a3fdd46d800795eba2471c570f41d6 (patch) | |
tree | 5e7f57fdb578228140529fdde026f3389cd938ac /mail/archmbox/pkg-descr | |
parent | - Update to 0.8a (diff) |
Add archmbox 4.5.2, email archiver written in perl; parses mailboxes and
performs actions.
http://adc-archmbox.sourceforge.net/
PR: ports/65183
Submitted by: Talal Al-Dik <tad@vif.com>
Diffstat (limited to '')
-rw-r--r-- | mail/archmbox/pkg-descr | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/mail/archmbox/pkg-descr b/mail/archmbox/pkg-descr new file mode 100644 index 000000000000..110572425c53 --- /dev/null +++ b/mail/archmbox/pkg-descr @@ -0,0 +1,20 @@ +Archmbox is a simple email archiver written in perl: +- parses one or more mailboxes +- selects some or all messages +- performs specific actions on the selected messages. +At this time archmbox supports mbox and mbx mailbox formats. + +Three different modes are available: +- list mode, which is useful to list all selected messages +- kill mode, if messages should be deleted from the mailbox(es) +- archive mode, to archive the selected messages in a different mailbox + +Messages selection is based upon: +- date criteria +- absolute date +- days offset + +It is also possible to refine the selection using regex on the header fields. +The archive mailbox can be saved in gz or bz2 compressed format as well. + +WWW: http://adc-archmbox.sourceforge.net/ |