Revision 25985,
1.7 KB
checked in by vasilvv, 12 years ago
(diff) |
In mitmailutils:
* Use debhelper7
* Create bin/ and man/ directories for organization purposes
* Bump upstream version
* Switch to source format 3.0 (quilt)
|
Line | |
---|
1 | .\" |
---|
2 | .\" $Id: mitmailshow.1,v 1.1 2004-01-21 23:08:35 rbasch Exp $ |
---|
3 | .\" |
---|
4 | .TH MITMAILSHOW 1 |
---|
5 | .SH NAME |
---|
6 | mitmailshow \- show messages in an IMAP folder |
---|
7 | .SH SYNOPSIS |
---|
8 | .B mitmailshow |
---|
9 | [ |
---|
10 | .B \--by-uid |
---|
11 | ] [ |
---|
12 | .B \--debug |
---|
13 | ] [ |
---|
14 | .B \--help |
---|
15 | ] [ |
---|
16 | .B \--host |
---|
17 | .I name |
---|
18 | ] [ |
---|
19 | .B \--mailbox |
---|
20 | .I name |
---|
21 | ] [ |
---|
22 | .B \--no-mark |
---|
23 | ] [ |
---|
24 | .B \--peek |
---|
25 | ] |
---|
26 | .I message-ID |
---|
27 | [ ... ] |
---|
28 | .SH DESCRIPTION |
---|
29 | The |
---|
30 | .I mitmailshow |
---|
31 | program displays each of the specified messages from a folder on an IMAP |
---|
32 | server to the standard output. The output is not filtered; to process |
---|
33 | MIME messages, consider piping the output to the \fImhshow(1)\fR command. |
---|
34 | .SH OPTIONS |
---|
35 | .I mitmailshow |
---|
36 | understands the following options: |
---|
37 | .TP |
---|
38 | .B \--by-uid |
---|
39 | specify that the given message ID arguments are unique identifiers, not |
---|
40 | sequence numbers. |
---|
41 | .TP |
---|
42 | .B \--debug |
---|
43 | turn on debugging. |
---|
44 | .TP |
---|
45 | .B \--help |
---|
46 | display usage information and exit. |
---|
47 | .TP |
---|
48 | .B \--host \fIname\fR |
---|
49 | query the given host, instead of the default post office server. |
---|
50 | .TP |
---|
51 | .B \--mailbox \fIname\fR |
---|
52 | display messages from the IMAP folder \fIname\fR. If this option is |
---|
53 | not specified, |
---|
54 | .I mitmailshow |
---|
55 | displays messages from the INBOX folder. |
---|
56 | .TP |
---|
57 | .B \--no-mark |
---|
58 | do not mark the message(s) as having been seen. |
---|
59 | .TP |
---|
60 | .B \--peek |
---|
61 | same as \fB--no-mark\fR. |
---|
62 | .SH ARGUMENTS |
---|
63 | .I mitmailshow |
---|
64 | requires one or more message ID arguments to be given. The ID is |
---|
65 | either the message's sequence number, or, if the |
---|
66 | .I \--by-uid |
---|
67 | option is given, its unique identifier. |
---|
68 | .I mitmailscan(1) |
---|
69 | can be used to obtain the message ID. |
---|
70 | |
---|
71 | The message ID argument can be \fB*\fR, to indicate the last message |
---|
72 | in the mailbox. An argument of the form |
---|
73 | .IB ID1 : ID2 |
---|
74 | can be used to specify a range of IDs. |
---|
75 | .SH "SEE ALSO" |
---|
76 | mitmailscan(1), mitmaildel(1), mhshow(1), |
---|
77 | imtest(1), RFC\-2060 (Internet Message Access Protocol - Version 4rev1) |
---|
Note: See
TracBrowser
for help on using the repository browser.