Revision 23705,
942 bytes
checked in by broder, 15 years ago
(diff) |
Initial revision of mitmailutils as the mitmail* packages merged.
|
Line | |
---|
1 | .\" |
---|
2 | .\" $Id: mitmailexp.1,v 1.1 2004-01-21 23:17:19 rbasch Exp $ |
---|
3 | .\" |
---|
4 | .TH MITMAILEXP 1 |
---|
5 | .SH NAME |
---|
6 | mitmailexp \- expunge deleted messages from an IMAP folder |
---|
7 | .SH SYNOPSIS |
---|
8 | .B mitmailexp |
---|
9 | [ |
---|
10 | .B \--debug |
---|
11 | ] [ |
---|
12 | .B \--help |
---|
13 | ] [ |
---|
14 | .B \--host |
---|
15 | .I name |
---|
16 | ] [ |
---|
17 | .B \--mailbox |
---|
18 | .I name |
---|
19 | ] |
---|
20 | .SH DESCRIPTION |
---|
21 | The |
---|
22 | .I mitmailexp |
---|
23 | program |
---|
24 | expunges all of the messages which have been marked for deletion from |
---|
25 | a mailbox on an IMAP server. |
---|
26 | .SH OPTIONS |
---|
27 | .I mitmailexp |
---|
28 | understands the following options: |
---|
29 | .TP |
---|
30 | .B \--debug |
---|
31 | turn on debugging. |
---|
32 | .TP |
---|
33 | .B \--help |
---|
34 | display usage information and exit. |
---|
35 | .TP |
---|
36 | .B \--host \fIname\fR |
---|
37 | query the given host, instead of the default post office server. |
---|
38 | .TP |
---|
39 | .B \--mailbox \fIname\fR |
---|
40 | expunge deleted messages from the IMAP folder \fIname\fR. If this |
---|
41 | option is not specified, messages in the INBOX folder are expunged. |
---|
42 | .SH "SEE ALSO" |
---|
43 | mitmaildel(1), mitmailscan(1), mitmailshow(1), |
---|
44 | imtest(1), RFC\-2060 (Internet Message Access Protocol - Version 4rev1) |
---|
Note: See
TracBrowser
for help on using the repository browser.