README

About

IO::Maildir provides functions for safely dealing with maildir directories. It can be configured to act like a mail user agent or a mail delivery agent.

Synopsis

use IO::Maildir;
my $inbox = maildir "~/mail/INBOX";
$inbox.create;
my $msg = $inbox.receive($somemail);

License

This library is free software; you may redistribute or modify it under the Artistic License 2.0.

IO::Maildir v0.0.1

Simple module for accessing maildirs

Authors

    License

    Artistic-2.0

    Dependencies

    Test Dependencies

    Provides

    • IO::Maildir

    The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.