Lines 1-20
Link Here
|
1 |
Archmbox is a simple email archiver written in perl: |
|
|
2 |
- parses one or more mailboxes |
3 |
- selects some or all messages |
4 |
- performs specific actions on the selected messages. |
5 |
At this time archmbox supports mbox and mbx mailbox formats. |
6 |
|
7 |
Three different modes are available: |
8 |
- list mode, which is useful to list all selected messages |
9 |
- kill mode, if messages should be deleted from the mailbox(es) |
10 |
- archive mode, to archive the selected messages in a different mailbox |
11 |
|
12 |
Messages selection is based upon: |
13 |
- date criteria |
14 |
- absolute date |
15 |
- days offset |
16 |
|
17 |
It is also possible to refine the selection using regex on the header fields. |
18 |
The archive mailbox can be saved in gz or bz2 compressed format as well. |
19 |
|
20 |
WWW: http://adc-archmbox.sourceforge.net/ |