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 |
---|
6 | mitmailcreate, 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 |
---|
24 | The \fImitmailcreate\fR and \fImitmailremove\fR commands can be used to |
---|
25 | create or delete mailboxes on an IMAP server, respectively. The |
---|
26 | \fImitmailsubscribe\fR and \fImitmailunsubscribe\fR commands can be used |
---|
27 | to subscribe or unsubscribe to mailboxes, respectively. |
---|
28 | .SH OPTIONS |
---|
29 | These commands understand the following options: |
---|
30 | .TP |
---|
31 | .B \--debug |
---|
32 | turn on debugging. |
---|
33 | .TP |
---|
34 | .B \--help |
---|
35 | display usage information and exit. |
---|
36 | .TP |
---|
37 | .B \--host \fIname\fR |
---|
38 | query 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 |
---|
43 | do not subscribe to the newly created mailbox. By default, the new |
---|
44 | mailbox will be subscribed to automatically. |
---|
45 | .SH ARGUMENTS |
---|
46 | These commands require one or more mailbox name arguments to be given. |
---|
47 | .SH "SEE ALSO" |
---|
48 | mailusage(1), mitmailexp(1), |
---|
49 | imtest(1), RFC\-2060 (Internet Message Access Protocol - Version 4rev1) |
---|
Note: See
TracBrowser
for help on using the repository browser.