imaputil
Posted 2002-07-02 18:56. Last updated 2007-12-18 07:50. Tagged project, email, imap, perl.
Some simple command-line utilities for mail management over imap.
Since imap is a nice protocol to handle email messages independent of MUA, some functionality is wanted MUA-independently. imaputil is a few simple perl programs to run in a command line context.
These utilities depend on an external program to connect to the server
and take care of the Kerberos and/or SSL stuff.
I use imtest
from the
cyrus-imap package, but it
should be easily replaceable.
Update 2007-12-18 07:50: A new release: imaputil 0.6 is on the ftp server.
- The imap-append command is addedd.
- Manual page corrections.