Revision 23705,
1.3 KB
checked in by broder, 15 years ago
(diff) |
Initial revision of mitmailutils as the mitmail* packages merged.
|
Rev | Line | |
---|
[20666] | 1 | .\" |
---|
| 2 | .\" $Id: mitmailappend.1,v 1.1 2004-09-03 20:44:43 rbasch Exp $ |
---|
| 3 | .\" |
---|
| 4 | .TH MITMAILAPPEND 1 |
---|
| 5 | .SH NAME |
---|
| 6 | mitmailappend \- append a message to an IMAP folder |
---|
| 7 | .SH SYNOPSIS |
---|
| 8 | .B mitmailappend |
---|
| 9 | [ |
---|
| 10 | .B \--debug |
---|
| 11 | ] [ |
---|
| 12 | .B \--file |
---|
| 13 | .I path |
---|
| 14 | ] [ |
---|
| 15 | .B \--help |
---|
| 16 | ] [ |
---|
| 17 | .B \--host |
---|
| 18 | .I name |
---|
| 19 | ] [ |
---|
| 20 | .B \--mailbox |
---|
| 21 | .I name |
---|
| 22 | ] [ |
---|
| 23 | .B \--no-create |
---|
| 24 | ] |
---|
| 25 | .SH DESCRIPTION |
---|
| 26 | The |
---|
| 27 | .I mitmailappend |
---|
| 28 | program appends one message to a folder on an IMAP server. The message |
---|
| 29 | text is read from standard input, or, if the |
---|
| 30 | .B \--file |
---|
| 31 | option is specified, from the given path value. |
---|
| 32 | .SH OPTIONS |
---|
| 33 | .I mitmailappend |
---|
| 34 | understands the following options: |
---|
| 35 | .TP |
---|
| 36 | .B \--debug |
---|
| 37 | turn on debugging. |
---|
| 38 | .TP |
---|
| 39 | .B \--file \fIpath\fR |
---|
| 40 | read the message text from the file \fIpath\fR, instead of from |
---|
| 41 | standard input. |
---|
| 42 | .TP |
---|
| 43 | .B \--help |
---|
| 44 | display usage information and exit. |
---|
| 45 | .TP |
---|
| 46 | .B \--host \fIname\fR |
---|
| 47 | query the given host, instead of the default post office server. |
---|
| 48 | .TP |
---|
| 49 | .B \--mailbox \fIname\fR |
---|
| 50 | append the message to the IMAP folder \fIname\fR. If this option is |
---|
| 51 | not specified, the message is appended to the INBOX folder. |
---|
| 52 | .TP |
---|
| 53 | .B \--no-create |
---|
| 54 | do not create the target mailbox automatically. By default, the target |
---|
| 55 | mailbox will be created automatically if necessary. |
---|
| 56 | .SH "SEE ALSO" |
---|
| 57 | mitmailscan(1), mitmailshow(1), mitmaildel(1), mitmailcreate(1) |
---|
| 58 | imtest(1), RFC\-2060 (Internet Message Access Protocol - Version 4rev1) |
---|
Note: See
TracBrowser
for help on using the repository browser.