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 -iFOLDER, --idle=FOLDER
40 maintain connection and listen for new messages in FOLDER. This
41 flag will only work if a single rc file is given, and will only
42 work on IMAP connections where the server supports IMAP4 IDLE
43 (RFC 2177).
44
45 The following options override any in the configuration file(s).
46
47 -v, --verbose
48 operate more verbosely (can be given multiple times)
49
50 -q, --quiet
51 do not print informational messages
52
53 -d, --delete
54 delete messages from server after retrieving
55
56 -l, --dont-delete
57 do not delete messages from server after retrieving
58
59 -a, --all
60 retrieve all messages
61
62 -n, --new
63 retrieve only unread messages
64
66 Written by Charles Cazabon.
67
69 Report bugs to <charlesc-getmail-bugs@pyropus.ca>.
70
71 IMPORTANT: include the output of getmail [options] --dump with any bug
72 report.
73
75 Copyright © 1998-2019 Charles Cazabon
76 This is free software; see the file COPYING for copying conditions.
77 There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
78 PARTICULAR PURPOSE.
79
81 The full documentation for getmail is maintained in HTML and plaintext
82 formats. See the included files for details.
83
84
85
86getmail 5 August 2004 getmail(1)