The Dovecot IMAP server
provides a command line administration
tool doveadm
. To parse and handle the output of this
tool, I created the
small Python
module dovewrap
. It can be used to handle the
possibly large structured data emitted by doveadm.
The current version can be found here: