source: trunk/athena/bin/mitmailutils/mitmailexp.1 @ 23705

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
6mitmailexp \- 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
21The
22.I mitmailexp
23program
24expunges all of the messages which have been marked for deletion from
25a mailbox on an IMAP server.
26.SH OPTIONS
27.I mitmailexp
28understands the following options:
29.TP
30.B \--debug
31turn on debugging.
32.TP
33.B \--help
34display usage information and exit.
35.TP
36.B \--host \fIname\fR
37query the given host, instead of the default post office server.
38.TP
39.B \--mailbox \fIname\fR
40expunge deleted messages from the IMAP folder \fIname\fR.  If this
41option is not specified, messages in the INBOX folder are expunged.
42.SH "SEE ALSO"
43mitmaildel(1), mitmailscan(1), mitmailshow(1),
44imtest(1), RFC\-2060 (Internet Message Access Protocol - Version 4rev1)
Note: See TracBrowser for help on using the repository browser.