Revision 23707,
1.7 KB
checked in by broder, 15 years ago
(diff) |
Merge mailquota and mailusage into mitmailutils as well, since they're
apparently mail utilities.
|
Rev | Line | |
---|
[19995] | 1 | .\" |
---|
| 2 | .\" $Id: mailusage.1,v 1.1 2003-11-26 00:26:32 rbasch Exp $ |
---|
| 3 | .\" |
---|
| 4 | .TH MAILUSAGE 1 |
---|
| 5 | .SH NAME |
---|
| 6 | mailusage \- display size of mail folders on a post office server |
---|
| 7 | .SH SYNOPSIS |
---|
| 8 | .B mailusage |
---|
| 9 | [ |
---|
| 10 | .B \-h " host" |
---|
| 11 | ] [ |
---|
| 12 | .B \-m " mailbox" |
---|
| 13 | ] [ |
---|
| 14 | .B \-n |
---|
| 15 | ] [ |
---|
| 16 | .B \-r |
---|
| 17 | ] [ |
---|
| 18 | .B \-s |
---|
| 19 | ] [ |
---|
| 20 | .B \-d |
---|
| 21 | ] [ user ] |
---|
| 22 | .SH DESCRIPTION |
---|
| 23 | The |
---|
| 24 | .I mailusage |
---|
| 25 | program displays the total size of, and number of messages in, the |
---|
| 26 | user's mail folders on a post office server. Size is displayed in |
---|
| 27 | kilobytes. With no options specified, all of the user's mailboxes on |
---|
| 28 | the server will be listed. |
---|
| 29 | |
---|
| 30 | .I mailusage |
---|
| 31 | understands the following options: |
---|
| 32 | .TP |
---|
| 33 | .B \-h \fIhost\fR |
---|
| 34 | specifies that |
---|
| 35 | .I host |
---|
| 36 | should be consulted instead of the user's default post office server. |
---|
| 37 | .TP |
---|
| 38 | .B \-m \fImailbox\fR |
---|
| 39 | specifies that only the usage for |
---|
| 40 | .I mailbox |
---|
| 41 | should be displayed. If this option is not specified, |
---|
| 42 | .I mailusage |
---|
| 43 | displays usage for all of the user's mailboxes on the server. Use the |
---|
| 44 | .B \-r |
---|
| 45 | option in conjunction with |
---|
| 46 | .B \-m |
---|
| 47 | to display the usage for a mailbox and all of its descendents. |
---|
| 48 | .TP |
---|
| 49 | .B \-n |
---|
| 50 | specifies that |
---|
| 51 | .I mailusage |
---|
| 52 | should not output a header line. This is useful if the output will be |
---|
| 53 | parsed by another program. |
---|
| 54 | .TP |
---|
| 55 | .B \-r |
---|
| 56 | specifies that |
---|
| 57 | .I mailusage |
---|
| 58 | should display usage recursively for a given mailbox, i.e. by listing |
---|
| 59 | all of the mailbox's descendents. This option is only useful in |
---|
| 60 | conjunction with the |
---|
| 61 | .B \-m \fImailbox\fR |
---|
| 62 | option. |
---|
| 63 | .TP |
---|
| 64 | .B \-s |
---|
| 65 | specifies that |
---|
| 66 | .I mailusage |
---|
| 67 | should only display usage for mailboxes to which the user has subscribed. |
---|
| 68 | .TP |
---|
| 69 | .B \-d |
---|
| 70 | specifies that |
---|
| 71 | .I mailusage |
---|
| 72 | should run in debug mode. |
---|
| 73 | .TP |
---|
| 74 | .B \fIuser\fR |
---|
| 75 | specifies that the mail usage for |
---|
| 76 | .I user |
---|
| 77 | should be checked, rather than the current user. |
---|
| 78 | .SH "SEE ALSO" |
---|
| 79 | mailquota(1), imtest(1), |
---|
| 80 | RFC\-2060 (Internet Message Access Protocol - Version 4rev1) |
---|
Note: See
TracBrowser
for help on using the repository browser.