source: trunk/athena/bin/mitmailutils/mitmailappend.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: mitmailappend.1,v 1.1 2004-09-03 20:44:43 rbasch Exp $
3.\"
4.TH MITMAILAPPEND 1
5.SH NAME
6mitmailappend \- 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
26The
27.I mitmailappend
28program appends one message to a folder on an IMAP server.  The message
29text is read from standard input, or, if the
30.B \--file
31option is specified, from the given path value.
32.SH OPTIONS
33.I mitmailappend
34understands the following options:
35.TP
36.B \--debug
37turn on debugging.
38.TP
39.B \--file \fIpath\fR
40read the message text from the file \fIpath\fR, instead of from
41standard input.
42.TP
43.B \--help
44display usage information and exit.
45.TP
46.B \--host \fIname\fR
47query the given host, instead of the default post office server.
48.TP
49.B \--mailbox \fIname\fR
50append the message to the IMAP folder \fIname\fR.  If this option is
51not specified, the message is appended to the INBOX folder.
52.TP
53.B \--no-create
54do not create the target mailbox automatically.  By default, the target
55mailbox will be created automatically if necessary.
56.SH "SEE ALSO"
57mitmailscan(1), mitmailshow(1), mitmaildel(1), mitmailcreate(1)
58imtest(1), RFC\-2060 (Internet Message Access Protocol - Version 4rev1)
Note: See TracBrowser for help on using the repository browser.