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 |
---|
8 | from \- 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 |
---|
31 | The |
---|
32 | .I from |
---|
33 | program prints out the mail header lines in your incoming mail |
---|
34 | to show you who your mail is from. It does this by looking for mail |
---|
35 | in the local spool directory and then checking for mail marked as |
---|
36 | unseen on the post office server. This command does not retrieve the |
---|
37 | mail from the post office or the spool directory. |
---|
38 | |
---|
39 | If no mail is waiting, |
---|
40 | .I from |
---|
41 | is silent unless one of |
---|
42 | .BR -v ", " -r ", or " -t |
---|
43 | is used, in which case it prints "You don't have any mail waiting." |
---|
44 | If the |
---|
45 | .B -n |
---|
46 | option is used, |
---|
47 | .I from |
---|
48 | is always silent if there is no mail. |
---|
49 | |
---|
50 | .I from |
---|
51 | understands the following options: |
---|
52 | .TP |
---|
53 | .B \-s \fIsender\fR |
---|
54 | specifies that only headers for mail from |
---|
55 | .I sender |
---|
56 | are printed. |
---|
57 | .TP |
---|
58 | .B \-h \fIhost\fR |
---|
59 | specifies that |
---|
60 | .I host |
---|
61 | should be consulted instead of your default post office server. |
---|
62 | .TP |
---|
63 | .B \-m \fImailbox\fR |
---|
64 | specifies that the IMAP folder named |
---|
65 | .I mailbox |
---|
66 | should be checked. For example, to check your MIT spam screening folder, |
---|
67 | specify \fI-m INBOX.Spamscreen\fR. If this option is not specified, |
---|
68 | .I from |
---|
69 | checks the INBOX folder. |
---|
70 | .TP |
---|
71 | .B \-A |
---|
72 | specifies that all messages in the IMAP mailbox should be checked, |
---|
73 | instead of only unseen messages. |
---|
74 | .TP |
---|
75 | .B \-N |
---|
76 | specifies that only messages marked as new in the IMAP mailbox should |
---|
77 | be checked, instead of unseen messages. |
---|
78 | .TP |
---|
79 | .B \-v |
---|
80 | specifies that any To, Date, or Subject fields should be displayed |
---|
81 | also, as well as a banner line list the number of messages waiting. |
---|
82 | .TP |
---|
83 | .B \-r |
---|
84 | specifies that the From and Subject fields should be listed both on |
---|
85 | the same line. If multiple subject fields occur in the message only |
---|
86 | the first one encounter will be listed. |
---|
87 | .TP |
---|
88 | .B \-t |
---|
89 | specifies that only the total number of messages waiting should be |
---|
90 | printed. |
---|
91 | .TP |
---|
92 | .B \-d |
---|
93 | specifies that |
---|
94 | .I from |
---|
95 | should run in debug mode. |
---|
96 | .TP |
---|
97 | .B \-u |
---|
98 | specifies that only the local mail drop should be checked. |
---|
99 | .TP |
---|
100 | .B \-p |
---|
101 | specifies that only the post office server should be checked. |
---|
102 | .TP |
---|
103 | .B \-? |
---|
104 | specifies that usage information should be printed, no mail check |
---|
105 | occurs. |
---|
106 | .TP |
---|
107 | .B \fIuser\fR |
---|
108 | specifies that mail for |
---|
109 | .I user |
---|
110 | should be checked, rather than the current user. |
---|
111 | .SH "SEE ALSO" |
---|
112 | imtest(1), RFC\-2060 (Internet Message Access Protocol - Version 4rev1) |
---|