source: trunk/athena/bin/mitmailutils/from.1 @ 23708

Revision 23708, 2.5 KB checked in by broder, 15 years ago (diff)
Merge debathena-from into mitmailutils as well.
Line 
1.\"
2.\" $Id: from.1,v 1.8 2003-10-06 21:09:56 rbasch Exp $
3.\"
4.TH FROM 1
5.DA June 30, 1991
6.UC 4
7.SH NAME
8from \- who is my mail from?
9.SH SYNOPSIS
10.B from
11[
12.BR \-s " sender"
13] [
14.BR \-h " host"
15] [
16.BR \-m " mailbox"
17] [
18.BR \-A " | " \-N "
19] [
20.BR \-v " | " \-r " | " \-t
21] [
22.B \-d
23] [
24.B \-u
25|
26.B \-p
27] [
28.B \-?
29] [ user ]
30.SH DESCRIPTION
31The
32.I from
33program prints out the mail header lines in your incoming mail
34to show you who your mail is from.  It does this by looking for mail
35in the local spool directory and then checking for mail marked as
36unseen on the post office server.  This command does not retrieve the
37mail from the post office or the spool directory.
38
39If no mail is waiting,
40.I from
41is silent unless one of
42.BR -v ", " -r ", or " -t
43is used, in which case it prints "You don't have any mail waiting."
44If the
45.B -n
46option is used,
47.I from
48is always silent if there is no mail.
49
50.I from
51understands the following options:
52.TP
53.B \-s \fIsender\fR
54specifies that only headers for mail from
55.I sender
56are printed.
57.TP
58.B \-h \fIhost\fR
59specifies that
60.I host
61should be consulted instead of your default post office server.
62.TP
63.B \-m \fImailbox\fR
64specifies that the IMAP folder named
65.I mailbox
66should be checked.  For example, to check your MIT spam screening folder,
67specify \fI-m INBOX.Spamscreen\fR.  If this option is not specified,
68.I from
69checks the INBOX folder.
70.TP
71.B \-A
72specifies that all messages in the IMAP mailbox should be checked,
73instead of only unseen messages.
74.TP
75.B \-N
76specifies that only messages marked as new in the IMAP mailbox should
77be checked, instead of unseen messages.
78.TP
79.B \-v
80specifies that any To, Date, or Subject fields should be displayed
81also, as well as a banner line list the number of messages waiting.
82.TP
83.B \-r
84specifies that the From and Subject fields should be listed both on
85the same line.  If multiple subject fields occur in the message only
86the first one encounter will be listed.
87.TP
88.B \-t
89specifies that only the total number of messages waiting should be
90printed.
91.TP
92.B \-d
93specifies that
94.I from
95should run in debug mode.
96.TP
97.B \-u
98specifies that only the local mail drop should be checked.
99.TP
100.B \-p
101specifies that only the post office server should be checked.
102.TP
103.B \-?
104specifies that usage information should be printed, no mail check
105occurs.
106.TP
107.B \fIuser\fR
108specifies that mail for
109.I user
110should be checked, rather than the current user.
111.SH "SEE ALSO"
112imtest(1), RFC\-2060 (Internet Message Access Protocol - Version 4rev1)
Note: See TracBrowser for help on using the repository browser.