File: cclient_mb_show_eng.html

package info (click to toggle)
postman 2.1-6
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 8,248 kB
  • ctags: 3,249
  • sloc: cpp: 33,376; ansic: 2,014; sh: 768; makefile: 300
file content (237 lines) | stat: -rw-r--r-- 7,112 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
   <TITLE>Help for mailboxes screen
</TITLE>
</HEAD>
<BODY BACKGROUND="/postman/icons/set2/fondouv.gif">

<P><BR>
</P>


<H2 ALIGN=CENTER><FONT COLOR="#008000">
<IMG SRC="/postman/icons/set2/help.gif" ALT="HELP" >
Help for mailboxes screen</FONT></H2>
<hr>
<ul>
<li>
The mailboxes screen lets you open, create delete or rename a mailbox. 
</li>
<li>
A "mailbox"
is a "box" where you can put messages to save and classify them. You can move 
messages from a mailbox to another using the EXECUTE button and assocciate pulldowns
menus at the <i>message list screen</i> (the first one).
</li>
<li>
When you connect to Postman the first time, there is only one mailbox, the default mailbox, 
named <b>INBOX</b>.
</li>
<li>
The INBOX mailbox is shown at the beginning of the session by postman, and it is
the mailbox where the messages for you are received.
</li>
</ul>

<H4>Opening an <i>existing</i> Mailbox</H4>
<ul>
<li>
You close your current mailbox and open another existing one by selecting the
mailbox from the pulldown menu and pressing the <tt>"open mailbox"</tt> button.
</lI>
<form action="noop_eng.html">
<TABLE cellpadding="2" cellspacing="1" width="100%" BORDER="1">

<TR bgcolor="#FFF0DC">
<FORM action="noop_eng.html">
<TD bgcolor="#FFF0DC" align="right">
<FONT size=2 face="PrimaSans BT,Verdana,sans-serif" color="#000000">
<INPUT TYPE=SUBMIT NAME="theaction" VALUE="Open mailbox">
</FONT></TD>
<TD bgcolor="#FFF0DC">
<FONT size=2 face="PrimaSans BT,Verdana,sans-serif" color="#000000">
<SELECT SIZE=1 NAME="mailboxname">
<OPTION selected VALUE="INBOX">INBOX
<OPTION VALUE="sent-mail">sent-mail
<OPTION VALUE="SavedMessages">SavedMessages
<OPTION VALUE="Work">Work
</SELECT>
</FONT></TD>
</TR>
</form>
</table>
</ul>

<H4>Creating a new mailbox</H4>
<UL>
<li>
To create a new, empty, mailbox, write down (at the rigth field) the name you 
want to give to the mailbox and press the <tt>"create mailbox"</tt> button.
</lI>
<form action="noop_eng.html">
<TABLE cellpadding="2" cellspacing="1" width="100%" BORDER="1">
<TR bgcolor="#CCCCCC">
<FORM action="noop_eng.html">
<TD bgcolor="#CCCCCC" align="right">
<FONT size=2 face="PrimaSans BT,Verdana,sans-serif" color="#000000">
<INPUT TYPE=SUBMIT NAME="theaction" VALUE="Create mailbox">
</FONT></TD>
<TD bgcolor="#CCCCCC">
<FONT size=2 face="PrimaSans BT,Verdana,sans-serif" color="#000000">
<INPUT TYPE=TEXT NAME="mailboxname" MAXLENGTH="1" SIZE="16" VALUE="">
</FONT></TD>
</FORM>
</TR>
</form>
</table>
</ul>

<H4>Deleting a mailbox</H4>
<ul>
<li>
You delete an existing mailbox by selecting it
from the pulldown menu and pressing the <tt>"delete mailbox"</tt> button. This
also definitively deletes ALL MESSAGES of the mailbox. 
For this reason, there is a further confirmation dialog. 
</li>
<form action="noop_eng.html">
<TABLE cellpadding="2" cellspacing="1" width="100%" BORDER="1">

<TR bgcolor="#FFF0DC">
<FORM action="noop_eng.html">
<TD bgcolor="#FFF0DC" align="right">
<FONT size=2 face="PrimaSans BT,Verdana,sans-serif" color="#000000">
<INPUT TYPE=SUBMIT NAME="theaction" VALUE="Delete mailbox">
</FONT></TD>
<TD bgcolor="#FFF0DC">
<FONT size=2 face="PrimaSans BT,Verdana,sans-serif" color="#000000">
<SELECT SIZE=1 NAME="mailboxname">
<OPTION selected VALUE="INBOX">INBOX
<OPTION VALUE="sent-mail">sent-mail
<OPTION VALUE="SavedMessages">SavedMessages
<OPTION VALUE="Work">Work
</SELECT>
</FONT></TD>
</TR>
</form>
</table>
<p>
<li>
If you delete the INBOX or sent-mail
mailbox, a new one will be automatically created the next time you receive or
send a message.
</lI>
</ul>

<H4>Renaming a mailbox</H4>
<ul>
<li>
To rename a existing mailbox, select it
from the pulldown menu, write down the new name (at the right field), and press 
the <tt>"rename mailbox"</tt> button. 
</lI>
<form action="noop_eng.html">
<TABLE cellpadding="2" cellspacing="1" width="100%" BORDER="1">
<TR bgcolor="#CCCCCC">
<FORM action="noop_eng.html">
<TD bgcolor="#CCCCCC" align="right">
<FONT size=2 face="PrimaSans BT,Verdana,sans-serif" color="#000000">
<INPUT TYPE=SUBMIT NAME="theaction" VALUE="Rename mailbox">
</FONT></TD>
<TD bgcolor="#CCCCCC">
<FONT size=2 face="PrimaSans BT,Verdana,sans-serif" color="#000000">
<SELECT SIZE=1 NAME="oldmailboxname">
<OPTION selected VALUE="alternativo">alternativo
<OPTION VALUE="sent-mail">sent-mail
<OPTION VALUE="SavedMessages">SavedMessages
<OPTION VALUE="Work">Work
</SELECT>
&nbsp;<B> to </B>&nbsp;
<INPUT TYPE=TEXT NAME="newmailboxname" MAXLENGTH="1" SIZE="16" VALUE="">
</FONT></TD>
</TR>

</form>
</table>
<p>
</ul>

<H4>Downloading a full mailbox</H4>
<ul>
<li>

Pressing the DOWNLOAD button all the mailbox will be download in text format
to the browser.
</lI>

<form action="noop_eng.html">
<TABLE cellpadding="2" cellspacing="1" width="100%" BORDER="1">

<TR bgcolor="#FFF0DC">
<FORM action="noop_eng.html">
<TD bgcolor="#FFF0DC" align="right">
<FONT size=2 face="PrimaSans BT,Verdana,sans-serif" color="#000000">
<INPUT TYPE=SUBMIT NAME="theaction" VALUE="Download full mailbox">
</FONT></TD>
<TD bgcolor="#FFF0DC">
<FONT size=2 face="PrimaSans BT,Verdana,sans-serif" color="#000000">
&nbsp;&nbsp;<B>INBOX</B>
</FONT></TD>
</TR>
</form>
</table>
<p>
</ul>


<H4>Menu icons/set2</H4>

<TABLE cellpadding="0" cellspacing="0" width="100%" BORDER="0">
<TR bgcolor="#CCCCCC">
<TD nowrap width="1%" rowspan="0">
<FONT size="1" face="PrimaSans BT,Verdana,sans-serif" color="#000000">
<A HREF="noop_eng.html"><CENTER><img src="/postman/icons/set2/back.gif" border=0 alt="Back"><BR><NOBR>Back</NOBR></CENTER>
</A></FONT></TD>
<TD>
<FONT size=2 face="PrimaSans BT,Verdana,sans-serif" color="#000000">
&nbsp;</FONT></TD>
<TD>
<FONT size=2 face="PrimaSans BT,Verdana,sans-serif" color="#000000">
&nbsp;</FONT></TD>
<TD nowrap width="1%" rowspan="0">
<FONT size="1" face="PrimaSans BT,Verdana,sans-serif" color="#000000">
<A HREF="noop_eng.html"><CENTER><img src="/postman/icons/set2/help.gif" border=0 alt="Help"><BR><NOBR>Help</NOBR></CENTER>
</A></FONT></TD>
<TD>
<FONT size=2 face="PrimaSans BT,Verdana,sans-serif" color="#000000">
&nbsp;</FONT></TD>
<TD>
<FONT size=2 face="PrimaSans BT,Verdana,sans-serif" color="#000000">
&nbsp;</FONT></TD>
<TD nowrap width="1%" rowspan="0">
<FONT size="1" face="PrimaSans BT,Verdana,sans-serif" color="#000000">
<A HREF="noop_eng.html"><CENTER><img src="/postman/icons/set2/logout.gif" border=0 alt="Logout"><BR><NOBR>Logout</NOBR></CENTER>
</A></FONT></TD>
<TD nowrap width="100%" rowspan="0">
<FONT size="1" face="PrimaSans BT,Verdana,sans-serif" color="#000000">
&nbsp;</FONT></TD>
</TR>
</TABLE>
<p>
<img src="/postman/icons/set2/back.gif" border=0 alt="Back"> 
The <TT>"Back"</TT> icon takes you to the previous Postman screen.
<p>

<img src="/postman/icons/set2/logout.gif" border=0 alt="Logout">
The <TT>"Logout"</TT> icon brings up a confirmation screen which lets
you then logout of your mail session. You <I>must</I> remember to logout
when you have finished your session.
<p>
</UL>

<hr size=1>
<small>&copy; Servicio de Inform&aacute;tica - Universitat de Val&egrave;ncia - 2000

</BODY>
</HTML>