File: getmail.1

package info (click to toggle)
getmail 5.13-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,012 kB
  • sloc: python: 6,044; sh: 58; makefile: 18
file content (79 lines) | stat: -rw-r--r-- 2,386 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
.TH getmail "1" "August 2004" "getmail 5" "User Commands"
.SH NAME
getmail \- retrieve messages from one or more POP3, IMAP4, or SDPS mailboxes and deliver to a maildir, mboxrd-format mbox file, or external MDA
.SH SYNOPSIS
.B getmail
[\fIOPTION\fR] ...
.SH DESCRIPTION
.\" Add any additional description here
.PP
getmail can retrieve messages from POP3, IMAP4, and SDPS mailboxes.  SSL-wrapped
POP3 and IMAP are also supported.  Single-user and domain (multi\-drop)
mailboxes are supported.
.PP
getmail has built-in support for delivering to maildirs, mboxrd-format mbox
files, and external MDAs.
.SH OPTIONS
.TP
\fB\-\-version\fR
show program's version number and exit
.TP
\fB\-h\fR, \fB\-\-help\fR
show a short usage summary and exit
.TP
\fB\-g\fIDIR\fR, \fB\-\-getmaildir\fR=\fIDIR\fR
look in DIR for config/data files
.TP
\fB\-r\fIFILE\fR, \fB\-\-rcfile\fR=\fIFILE\fR
load configuration from FILE (may be given multiple
times)
.TP
\fB\-\-dump\fR
dump configuration and exit (debugging)
.TP
\fB\-\-trace\fR
print extended trace information (extremely verbose)
.TP
\fB\-i\fIFOLDER\fR, \fB\-\-idle\fR=\fIFOLDER\fR
maintain connection and listen for new messages in \fR\fIFOLDER\fI\fR.
This flag will only work if a single rc file is given, and will only work on
IMAP connections where the server supports IMAP4 IDLE (RFC 2177).
.PP
The following options override any in the configuration file(s).
.TP
\fB\-v\fR, \fB\-\-verbose\fR
operate more verbosely (can be given multiple times)
.TP
\fB\-q\fR, \fB\-\-quiet\fR
do not print informational messages
.TP
\fB\-d\fR, \fB\-\-delete\fR
delete messages from server after retrieving
.TP
\fB\-l\fR, \fB\-\-dont\-delete\fR
do not delete messages from server after retrieving
.TP
\fB\-a\fR, \fB\-\-all\fR
retrieve all messages
.TP
\fB\-n\fR, \fB\-\-new\fR
retrieve only unread messages
.SH AUTHOR
Written by Charles Cazabon.
.SH "REPORTING BUGS"
Report bugs to <charlesc-getmail-bugs@pyropus.ca>.
.PP
\fBIMPORTANT:\fR
include the output of
.B getmail [options] --dump\fR
with any bug report.
.SH COPYRIGHT
Copyright \(co 1998-2019 Charles Cazabon
.br
This is free software; see the file COPYING for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
.SH "SEE ALSO"
The full documentation for
.B getmail
is maintained in HTML and plaintext formats.  See the included files for
details.