Query: email::sender::transport::maildir
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Email::Sender::Transport::Maildir(3pm) User Contributed Perl Documentation Email::Sender::Transport::Maildir(3pm)NAMEEmail::Sender::Transport::Maildir - deliver mail to a maildir on diskVERSIONversion 0.110005DESCRIPTIONThis 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. By default, 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 These can be controlled with the "add_lines_header" and "add_envelope_headers" constructor arguments. The Email::Sender::Success object returned on success has a "filename" method that returns the filename to which the message was delivered.AUTHORRicardo Signes <rjbs@cpan.org>COPYRIGHT AND LICENSEThis software is copyright (c) 2012 by Ricardo Signes. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.14.2 2012-03-06 Email::Sender::Transport::Maildir(3pm)