File: README.md

package info (click to toggle)
chewmail 1.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 88 kB
  • sloc: perl: 175; makefile: 20
file content (9 lines) | stat: -rw-r--r-- 433 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
# chewmail 

`chewmail` is a program for archiving mail. It is inspired by the by the
Python-based `archivemail`, but with more useful semantics. All mail
is archived to the mailbox specified with the `--output-box` switch,
in mbox format. It can read mailboxes in mbox, Maildir and MH formats.

Internally, `chewmail` uses [Mail::Box](https://metacpan.org/pod/Mail::Box),
so it supports file namesand URLs supported by that module.