1Email::Sender::TransporUts:e:rMaCiolndtirri(b3u)ted PerlEmDaoiclu:m:eSnetnadteiro:n:Transport::Maildir(3)
2
3
4
6 Email::Sender::Transport::Maildir - deliver mail to a maildir on disk
7
9 version 1.300034
10
12 This transport delivers into a maildir. The maildir's location may be
13 given as the dir argument to the constructor, and defaults to Maildir
14 in the current directory (at the time of transport initialization).
15
16 If the directory does not exist, it will be created.
17
18 By default, three headers will be added:
19
20 * X-Email-Sender-From - the envelope sender
21 * X-Email-Sender-To - the envelope recipients (one header per rcpt)
22 * Lines - the number of lines in the body
23
24 These can be controlled with the "add_lines_header" and
25 "add_envelope_headers" constructor arguments.
26
27 The Email::Sender::Success object returned on success has a "filename"
28 method that returns the filename to which the message was delivered.
29
31 Ricardo Signes <rjbs@cpan.org>
32
34 This software is copyright (c) 2019 by Ricardo Signes.
35
36 This is free software; you can redistribute it and/or modify it under
37 the same terms as the Perl 5 programming language system itself.
38
39
40
41perl v5.30.1 2020-01-2E9mail::Sender::Transport::Maildir(3)