1getmail(1) User Commands getmail(1)
2
3
4
6 getmail - retrieve messages from one or more POP3, IMAP4, or SDPS mail‐
7 boxes and deliver to a maildir, mboxrd-format mbox file, or external
8 MDA
9
11 getmail [OPTION] ...
12
14 getmail can retrieve messages from POP3, IMAP4, and SDPS mailboxes.
15 SSL-wrapped POP3 and IMAP are also supported. Single-user and domain
16 (multi-drop) mailboxes are supported.
17
18 getmail has built-in support for delivering to maildirs, mboxrd-format
19 mbox files, and external MDAs.
20
22 --version
23 show program's version number and exit
24
25 -h, --help
26 show a short usage summary and exit
27
28 -gDIR, --getmaildir=DIR
29 look in DIR for config/data files
30
31 -rFILE, --rcfile=FILE
32 load configuration from FILE (may be given multiple times)
33
34 --dump dump configuration and exit (debugging)
35
36 --trace
37 print extended trace information (extremely verbose)
38
39 The following options override any in the configuration file(s).
40
41 -v, --verbose
42 operate more verbosely (can be given multiple times)
43
44 -q, --quiet
45 do not print informational messages
46
47 -d, --delete
48 delete messages from server after retrieving
49
50 -l, --dont-delete
51 do not delete messages from server after retrieving
52
53 -a, --all
54 retrieve all messages
55
56 -n, --new
57 retrieve only unread messages
58
60 Written by Charles Cazabon.
61
63 Report bugs to <charlesc-getmail-bugs@pyropus.ca>.
64
65 IMPORTANT: include the output of getmail [options] --dump with any bug
66 report.
67
69 Copyright © 1998-2009 Charles Cazabon
70 This is free software; see the file COPYING for copying conditions.
71 There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
72 PARTICULAR PURPOSE.
73
75 The full documentation for getmail is maintained in HTML and plaintext
76 formats. See the included files for details.
77
78
79
80getmail 4 August 2004 getmail(1)