Email::Sender::Transport::Maildir - deliver mail to a maildir on disk


Email-Sender documentation  | view source Contained in the Email-Sender distribution.

Index


NAME

Top

Email::Sender::Transport::Maildir - deliver mail to a maildir on disk

VERSION

Top

version 0.110001

DESCRIPTION

Top

This transport delivers into a maildir. The maildir's location may be given as the dir argument to the constructor, and defaults to Maildir in the current directory (at the time of transport initialization).

If the directory does not exist, it will be created.

Three headers will be added:

 * X-Email-Sender-From - the envelope sender
 * X-Email-Sender-To   - the envelope recipients (one header per rcpt)
 * Lines               - the number of lines in the body

AUTHOR

Top

Ricardo Signes <rjbs@cpan.org>

COPYRIGHT AND LICENSE

Top


Email-Sender documentation  | view source Contained in the Email-Sender distribution.