Subversion Repositories javautils

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
7 daniel-mar 1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
<!--NewPage-->
3
<HTML>
4
<HEAD>
5
<!-- Generated by javadoc (build 1.6.0_10) on Tue Nov 17 12:13:44 PST 2009 -->
6
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
7
<TITLE>
8
Uses of Class javax.mail.Store (JavaMail API documentation)
9
</TITLE>
10
 
11
<META NAME="date" CONTENT="2009-11-17">
12
 
13
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
14
 
15
<SCRIPT type="text/javascript">
16
function windowTitle()
17
{
18
    if (location.href.indexOf('is-external=true') == -1) {
19
        parent.document.title="Uses of Class javax.mail.Store (JavaMail API documentation)";
20
    }
21
}
22
</SCRIPT>
23
<NOSCRIPT>
24
</NOSCRIPT>
25
 
26
</HEAD>
27
 
28
<BODY BGCOLOR="white" onload="windowTitle();">
29
<HR>
30
 
31
 
32
<!-- ========= START OF TOP NAVBAR ======= -->
33
<A NAME="navbar_top"><!-- --></A>
34
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
35
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
36
<TR>
37
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
38
<A NAME="navbar_top_firstrow"><!-- --></A>
39
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
40
  <TR ALIGN="center" VALIGN="top">
41
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
42
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
43
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../javax/mail/Store.html" title="class in javax.mail"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
44
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
45
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
46
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
47
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
48
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
49
  </TR>
50
</TABLE>
51
</TD>
52
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
53
</EM>
54
</TD>
55
</TR>
56
 
57
<TR>
58
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
59
&nbsp;PREV&nbsp;
60
&nbsp;NEXT</FONT></TD>
61
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
62
  <A HREF="../../../index.html?javax/mail//class-useStore.html" target="_top"><B>FRAMES</B></A>  &nbsp;
63
&nbsp;<A HREF="Store.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
64
&nbsp;<SCRIPT type="text/javascript">
65
  <!--
66
  if(window==top) {
67
    document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
68
  }
69
  //-->
70
</SCRIPT>
71
<NOSCRIPT>
72
  <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
73
</NOSCRIPT>
74
 
75
 
76
</FONT></TD>
77
</TR>
78
</TABLE>
79
<A NAME="skip-navbar_top"></A>
80
<!-- ========= END OF TOP NAVBAR ========= -->
81
 
82
<HR>
83
<CENTER>
84
<H2>
85
<B>Uses of Class<br>javax.mail.Store</B></H2>
86
</CENTER>
87
 
88
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
89
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
90
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
91
Packages that use <A HREF="../../../javax/mail/Store.html" title="class in javax.mail">Store</A></FONT></TH>
92
</TR>
93
<TR BGCOLOR="white" CLASS="TableRowColor">
94
<TD><A HREF="#com.sun.mail.imap"><B>com.sun.mail.imap</B></A></TD>
95
<TD>An IMAP protocol provider for the JavaMail API
96
that provides access to an IMAP message store.&nbsp;</TD>
97
</TR>
98
<TR BGCOLOR="white" CLASS="TableRowColor">
99
<TD><A HREF="#com.sun.mail.pop3"><B>com.sun.mail.pop3</B></A></TD>
100
<TD>A POP3 protocol provider for the JavaMail API
101
that provides access to a POP3 message store.&nbsp;</TD>
102
</TR>
103
<TR BGCOLOR="white" CLASS="TableRowColor">
104
<TD><A HREF="#javax.mail"><B>javax.mail</B></A></TD>
105
<TD>The JavaMail<sup><font size="-2">TM</font></sup> API
106
provides classes that model a mail system.&nbsp;</TD>
107
</TR>
108
<TR BGCOLOR="white" CLASS="TableRowColor">
109
<TD><A HREF="#javax.mail.event"><B>javax.mail.event</B></A></TD>
110
<TD>Listeners and events for the JavaMail API.&nbsp;</TD>
111
</TR>
112
</TABLE>
113
&nbsp;
114
<P>
115
<A NAME="com.sun.mail.imap"><!-- --></A>
116
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
117
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
118
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
119
Uses of <A HREF="../../../javax/mail/Store.html" title="class in javax.mail">Store</A> in <A HREF="../../../com/sun/mail/imap/package-summary.html">com.sun.mail.imap</A></FONT></TH>
120
</TR>
121
</TABLE>
122
&nbsp;
123
<P>
124
 
125
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
126
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
127
<TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../javax/mail/Store.html" title="class in javax.mail">Store</A> in <A HREF="../../../com/sun/mail/imap/package-summary.html">com.sun.mail.imap</A></FONT></TH>
128
</TR>
129
<TR BGCOLOR="white" CLASS="TableRowColor">
130
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
131
<CODE>&nbsp;class</CODE></FONT></TD>
132
<TD><CODE><B><A HREF="../../../com/sun/mail/imap/IMAPSSLStore.html" title="class in com.sun.mail.imap">IMAPSSLStore</A></B></CODE>
133
 
134
<BR>
135
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This class provides access to an IMAP message store over SSL.</TD>
136
</TR>
137
<TR BGCOLOR="white" CLASS="TableRowColor">
138
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
139
<CODE>&nbsp;class</CODE></FONT></TD>
140
<TD><CODE><B><A HREF="../../../com/sun/mail/imap/IMAPStore.html" title="class in com.sun.mail.imap">IMAPStore</A></B></CODE>
141
 
142
<BR>
143
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This class provides access to an IMAP message store.</TD>
144
</TR>
145
</TABLE>
146
&nbsp;
147
<P>
148
<A NAME="com.sun.mail.pop3"><!-- --></A>
149
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
150
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
151
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
152
Uses of <A HREF="../../../javax/mail/Store.html" title="class in javax.mail">Store</A> in <A HREF="../../../com/sun/mail/pop3/package-summary.html">com.sun.mail.pop3</A></FONT></TH>
153
</TR>
154
</TABLE>
155
&nbsp;
156
<P>
157
 
158
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
159
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
160
<TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../javax/mail/Store.html" title="class in javax.mail">Store</A> in <A HREF="../../../com/sun/mail/pop3/package-summary.html">com.sun.mail.pop3</A></FONT></TH>
161
</TR>
162
<TR BGCOLOR="white" CLASS="TableRowColor">
163
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
164
<CODE>&nbsp;class</CODE></FONT></TD>
165
<TD><CODE><B><A HREF="../../../com/sun/mail/pop3/POP3SSLStore.html" title="class in com.sun.mail.pop3">POP3SSLStore</A></B></CODE>
166
 
167
<BR>
168
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A POP3 Message Store using SSL.</TD>
169
</TR>
170
<TR BGCOLOR="white" CLASS="TableRowColor">
171
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
172
<CODE>&nbsp;class</CODE></FONT></TD>
173
<TD><CODE><B><A HREF="../../../com/sun/mail/pop3/POP3Store.html" title="class in com.sun.mail.pop3">POP3Store</A></B></CODE>
174
 
175
<BR>
176
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A POP3 Message Store.</TD>
177
</TR>
178
</TABLE>
179
&nbsp;
180
<P>
181
<A NAME="javax.mail"><!-- --></A>
182
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
183
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
184
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
185
Uses of <A HREF="../../../javax/mail/Store.html" title="class in javax.mail">Store</A> in <A HREF="../../../javax/mail/package-summary.html">javax.mail</A></FONT></TH>
186
</TR>
187
</TABLE>
188
&nbsp;
189
<P>
190
 
191
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
192
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
193
<TH ALIGN="left" COLSPAN="2">Fields in <A HREF="../../../javax/mail/package-summary.html">javax.mail</A> declared as <A HREF="../../../javax/mail/Store.html" title="class in javax.mail">Store</A></FONT></TH>
194
</TR>
195
<TR BGCOLOR="white" CLASS="TableRowColor">
196
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
197
<CODE>protected &nbsp;<A HREF="../../../javax/mail/Store.html" title="class in javax.mail">Store</A></CODE></FONT></TD>
198
<TD><CODE><B>Folder.</B><B><A HREF="../../../javax/mail/Folder.html#store">store</A></B></CODE>
199
 
200
<BR>
201
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The parent store.</TD>
202
</TR>
203
</TABLE>
204
&nbsp;
205
<P>
206
 
207
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
208
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
209
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../javax/mail/package-summary.html">javax.mail</A> that return <A HREF="../../../javax/mail/Store.html" title="class in javax.mail">Store</A></FONT></TH>
210
</TR>
211
<TR BGCOLOR="white" CLASS="TableRowColor">
212
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
213
<CODE>&nbsp;<A HREF="../../../javax/mail/Store.html" title="class in javax.mail">Store</A></CODE></FONT></TD>
214
<TD><CODE><B>StoreClosedException.</B><B><A HREF="../../../javax/mail/StoreClosedException.html#getStore()">getStore</A></B>()</CODE>
215
 
216
<BR>
217
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the dead Store object</TD>
218
</TR>
219
<TR BGCOLOR="white" CLASS="TableRowColor">
220
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
221
<CODE>&nbsp;<A HREF="../../../javax/mail/Store.html" title="class in javax.mail">Store</A></CODE></FONT></TD>
222
<TD><CODE><B>Session.</B><B><A HREF="../../../javax/mail/Session.html#getStore()">getStore</A></B>()</CODE>
223
 
224
<BR>
225
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get a Store object that implements this user's desired Store
226
 protocol.</TD>
227
</TR>
228
<TR BGCOLOR="white" CLASS="TableRowColor">
229
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
230
<CODE>&nbsp;<A HREF="../../../javax/mail/Store.html" title="class in javax.mail">Store</A></CODE></FONT></TD>
231
<TD><CODE><B>Folder.</B><B><A HREF="../../../javax/mail/Folder.html#getStore()">getStore</A></B>()</CODE>
232
 
233
<BR>
234
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the Store that owns this Folder object.</TD>
235
</TR>
236
<TR BGCOLOR="white" CLASS="TableRowColor">
237
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
238
<CODE>&nbsp;<A HREF="../../../javax/mail/Store.html" title="class in javax.mail">Store</A></CODE></FONT></TD>
239
<TD><CODE><B>Session.</B><B><A HREF="../../../javax/mail/Session.html#getStore(javax.mail.Provider)">getStore</A></B>(<A HREF="../../../javax/mail/Provider.html" title="class in javax.mail">Provider</A>&nbsp;provider)</CODE>
240
 
241
<BR>
242
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get an instance of the store specified by Provider.</TD>
243
</TR>
244
<TR BGCOLOR="white" CLASS="TableRowColor">
245
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
246
<CODE>&nbsp;<A HREF="../../../javax/mail/Store.html" title="class in javax.mail">Store</A></CODE></FONT></TD>
247
<TD><CODE><B>Session.</B><B><A HREF="../../../javax/mail/Session.html#getStore(java.lang.String)">getStore</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;protocol)</CODE>
248
 
249
<BR>
250
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get a Store object that implements the specified protocol.</TD>
251
</TR>
252
<TR BGCOLOR="white" CLASS="TableRowColor">
253
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
254
<CODE>&nbsp;<A HREF="../../../javax/mail/Store.html" title="class in javax.mail">Store</A></CODE></FONT></TD>
255
<TD><CODE><B>Session.</B><B><A HREF="../../../javax/mail/Session.html#getStore(javax.mail.URLName)">getStore</A></B>(<A HREF="../../../javax/mail/URLName.html" title="class in javax.mail">URLName</A>&nbsp;url)</CODE>
256
 
257
<BR>
258
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get a Store object for the given URLName.</TD>
259
</TR>
260
</TABLE>
261
&nbsp;
262
<P>
263
 
264
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
265
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
266
<TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../javax/mail/package-summary.html">javax.mail</A> with parameters of type <A HREF="../../../javax/mail/Store.html" title="class in javax.mail">Store</A></FONT></TH>
267
</TR>
268
<TR BGCOLOR="white" CLASS="TableRowColor">
269
<TD><CODE><B><A HREF="../../../javax/mail/Folder.html#Folder(javax.mail.Store)">Folder</A></B>(<A HREF="../../../javax/mail/Store.html" title="class in javax.mail">Store</A>&nbsp;store)</CODE>
270
 
271
<BR>
272
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructor that takes a Store object.</TD>
273
</TR>
274
<TR BGCOLOR="white" CLASS="TableRowColor">
275
<TD><CODE><B><A HREF="../../../javax/mail/StoreClosedException.html#StoreClosedException(javax.mail.Store)">StoreClosedException</A></B>(<A HREF="../../../javax/mail/Store.html" title="class in javax.mail">Store</A>&nbsp;store)</CODE>
276
 
277
<BR>
278
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructor</TD>
279
</TR>
280
<TR BGCOLOR="white" CLASS="TableRowColor">
281
<TD><CODE><B><A HREF="../../../javax/mail/StoreClosedException.html#StoreClosedException(javax.mail.Store, java.lang.String)">StoreClosedException</A></B>(<A HREF="../../../javax/mail/Store.html" title="class in javax.mail">Store</A>&nbsp;store,
282
                     <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;message)</CODE>
283
 
284
<BR>
285
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructor</TD>
286
</TR>
287
</TABLE>
288
&nbsp;
289
<P>
290
<A NAME="javax.mail.event"><!-- --></A>
291
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
292
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
293
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
294
Uses of <A HREF="../../../javax/mail/Store.html" title="class in javax.mail">Store</A> in <A HREF="../../../javax/mail/event/package-summary.html">javax.mail.event</A></FONT></TH>
295
</TR>
296
</TABLE>
297
&nbsp;
298
<P>
299
 
300
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
301
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
302
<TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../javax/mail/event/package-summary.html">javax.mail.event</A> with parameters of type <A HREF="../../../javax/mail/Store.html" title="class in javax.mail">Store</A></FONT></TH>
303
</TR>
304
<TR BGCOLOR="white" CLASS="TableRowColor">
305
<TD><CODE><B><A HREF="../../../javax/mail/event/StoreEvent.html#StoreEvent(javax.mail.Store, int, java.lang.String)">StoreEvent</A></B>(<A HREF="../../../javax/mail/Store.html" title="class in javax.mail">Store</A>&nbsp;store,
306
           int&nbsp;type,
307
           <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;message)</CODE>
308
 
309
<BR>
310
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructor.</TD>
311
</TR>
312
</TABLE>
313
&nbsp;
314
<P>
315
<HR>
316
 
317
 
318
<!-- ======= START OF BOTTOM NAVBAR ====== -->
319
<A NAME="navbar_bottom"><!-- --></A>
320
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
321
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
322
<TR>
323
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
324
<A NAME="navbar_bottom_firstrow"><!-- --></A>
325
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
326
  <TR ALIGN="center" VALIGN="top">
327
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
328
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
329
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../javax/mail/Store.html" title="class in javax.mail"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
330
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
331
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
332
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
333
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
334
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
335
  </TR>
336
</TABLE>
337
</TD>
338
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
339
</EM>
340
</TD>
341
</TR>
342
 
343
<TR>
344
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
345
&nbsp;PREV&nbsp;
346
&nbsp;NEXT</FONT></TD>
347
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
348
  <A HREF="../../../index.html?javax/mail//class-useStore.html" target="_top"><B>FRAMES</B></A>  &nbsp;
349
&nbsp;<A HREF="Store.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
350
&nbsp;<SCRIPT type="text/javascript">
351
  <!--
352
  if(window==top) {
353
    document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
354
  }
355
  //-->
356
</SCRIPT>
357
<NOSCRIPT>
358
  <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
359
</NOSCRIPT>
360
 
361
 
362
</FONT></TD>
363
</TR>
364
</TABLE>
365
<A NAME="skip-navbar_bottom"></A>
366
<!-- ======== END OF BOTTOM NAVBAR ======= -->
367
 
368
<HR>
369
Copyright &#169; 2009 <a href="http://www.sun.com">Sun Microsystems, Inc.</a>. All Rights Reserved.
370
</BODY>
371
</HTML>