1getmail_maildir(1) User Commands getmail_maildir(1)
2
3
4
6 getmail_maildir - read a message from stdin and deliver to a named
7 maildir
8
10 getmail_maildir [OPTION] PATH
11
13 Deliver a mail message from standard input, to the maildir named PATH.
14 PATH must start with a dot or a slash and end with a slash.
15
16 getmail_maildir uses the SENDER environment variable to construct a
17 Return-Path: header field and the contents of the RECIPIENT environment
18 variable to construct a Delivered-To: header field at the top of the
19 message.
20
21 --verbose, -v
22 print a status message on success
23
25 Written by Charles Cazabon.
26
28 Report bugs to <charlesc-getmail-bugs@pyropus.ca>.
29
31 Copyright © 1998-2009 Charles Cazabon
32 This is free software; see the file COPYING for copying conditions.
33 There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
34 PARTICULAR PURPOSE.
35
37 The full documentation for getmail_maildir is maintained in HTML and
38 plaintext formats. See the included files for details.
39
40
41
42getmail 4 July 2004 getmail_maildir(1)