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

Revision 23705, 1.3 KB checked in by broder, 16 years ago (diff)
Initial revision of mitmailutils as the mitmail* packages merged.
Line 
1.\"
2.\" $Id: mitmailcreate.1,v 1.1 2004-06-28 19:34:34 rbasch Exp $
3.\"
4.TH MITMAILCREATE 1
5.SH NAME
6mitmailcreate, mitmailremove, mitmailsubscribe, mitmailunsubscribe \- create, delete, or subscribe or unsubscribe to IMAP mailboxes
7.SH SYNOPSIS
8.B mitmailcreate | mitmailremove | mitmailsubscribe | mitmailunsubscribe
9[
10.B \--debug
11] [
12.B \--help
13] [
14.B \--host
15.I name
16] [
17.B \--mailbox
18.I name
19] [
20.B \--no-subscribe
21]
22.I mailbox [ ... ]
23.SH DESCRIPTION
24The \fImitmailcreate\fR and \fImitmailremove\fR commands can be used to
25create or delete mailboxes on an IMAP server, respectively.  The
26\fImitmailsubscribe\fR and \fImitmailunsubscribe\fR commands can be used
27to subscribe or unsubscribe to mailboxes, respectively.
28.SH OPTIONS
29These commands understand the following options:
30.TP
31.B \--debug
32turn on debugging.
33.TP
34.B \--help
35display usage information and exit.
36.TP
37.B \--host \fIname\fR
38query the given host, instead of the default post office server.
39.TP
40\fImitmailcreate\fR understands the following additional option:
41.TP
42.B \--no-subscribe
43do not subscribe to the newly created mailbox.  By default, the new
44mailbox will be subscribed to automatically.
45.SH ARGUMENTS
46These commands require one or more mailbox name arguments to be given.
47.SH "SEE ALSO"
48mailusage(1), mitmailexp(1),
49imtest(1), RFC\-2060 (Internet Message Access Protocol - Version 4rev1)
Note: See TracBrowser for help on using the repository browser.