?? index-1.html
字號:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Fri Feb 18 09:55:52 PST 2000 -->
<TITLE>
JavaMail 1.1 API documentation: A-Index
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
</HEAD>
<BODY BGCOLOR="white">
<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_top"><!-- --></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" ID="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" ID="NavBarCell1"> <A HREF="../overview-summary.html"><FONT ID="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" ID="NavBarCell1"> <FONT ID="NavBarFont1">Package</FONT> </TD>
<TD BGCOLOR="#EEEEFF" ID="NavBarCell1"> <FONT ID="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" ID="NavBarCell1"> <FONT ID="NavBarFont1">Use</FONT> </TD>
<TD BGCOLOR="#EEEEFF" ID="NavBarCell1"> <A HREF="../overview-tree.html"><FONT ID="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" ID="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT ID="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" ID="NavBarCell1Rev"> <FONT ID="NavBarFont1Rev"><B>Index</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" ID="NavBarCell1"> <A HREF="../help-doc.html"><FONT ID="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" ID="NavBarCell2"><FONT SIZE="-2">
PREV LETTER
<A HREF="index-2.html"><B>NEXT LETTER</B></A></FONT></TD>
<TD BGCOLOR="white" ID="NavBarCell2"><FONT SIZE="-2">
<A HREF="../index.html" TARGET="_top"><B>FRAMES</B></A>
<A HREF="index-1.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->
<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">J</A> <A HREF="index-11.html">L</A> <A HREF="index-12.html">M</A> <A HREF="index-13.html">N</A> <A HREF="index-14.html">O</A> <A HREF="index-15.html">P</A> <A HREF="index-16.html">Q</A> <A HREF="index-17.html">R</A> <A HREF="index-18.html">S</A> <A HREF="index-19.html">T</A> <A HREF="index-20.html">U</A> <A HREF="index-21.html">V</A> <A HREF="index-22.html">W</A> <HR>
<A NAME="_A_"><!-- --></A><H2>
<B>A</B></H2>
<DL>
<DT><A HREF="../javax/mail/FetchProfile.html#add(javax.mail.FetchProfile.Item)"><B>add(FetchProfile.Item)</B></A> -
Method in class javax.mail.<A HREF="../javax/mail/FetchProfile.html">FetchProfile</A>
<DD>Add the given special item as one of the attributes to
be prefetched.
<DT><A HREF="../javax/mail/Flags.html#add(javax.mail.Flags.Flag)"><B>add(Flags.Flag)</B></A> -
Method in class javax.mail.<A HREF="../javax/mail/Flags.html">Flags</A>
<DD>Add the specified system flag to this Flags object.
<DT><A HREF="../javax/mail/Flags.html#add(javax.mail.Flags)"><B>add(Flags)</B></A> -
Method in class javax.mail.<A HREF="../javax/mail/Flags.html">Flags</A>
<DD>Add all the flags in the given Flags object to this
Flags object.
<DT><A HREF="../javax/mail/FetchProfile.html#add(java.lang.String)"><B>add(String)</B></A> -
Method in class javax.mail.<A HREF="../javax/mail/FetchProfile.html">FetchProfile</A>
<DD>Add the specified header-field to the list of attributes
to be prefetched.
<DT><A HREF="../javax/mail/Flags.html#add(java.lang.String)"><B>add(String)</B></A> -
Method in class javax.mail.<A HREF="../javax/mail/Flags.html">Flags</A>
<DD>Add the specified user flag to this Flags object.
<DT><A HREF="../javax/mail/Multipart.html#addBodyPart(javax.mail.BodyPart)"><B>addBodyPart(BodyPart)</B></A> -
Method in class javax.mail.<A HREF="../javax/mail/Multipart.html">Multipart</A>
<DD>Adds a Part to the multipart.
<DT><A HREF="../javax/mail/Multipart.html#addBodyPart(javax.mail.BodyPart, int)"><B>addBodyPart(BodyPart, int)</B></A> -
Method in class javax.mail.<A HREF="../javax/mail/Multipart.html">Multipart</A>
<DD>Adds a BodyPart at position <code>index</code>.
<DT><A HREF="../javax/mail/Folder.html#addConnectionListener(javax.mail.event.ConnectionListener)"><B>addConnectionListener(ConnectionListener)</B></A> -
Method in class javax.mail.<A HREF="../javax/mail/Folder.html">Folder</A>
<DD>Add a listener for Connection events on this Folder.
<DT><A HREF="../javax/mail/Service.html#addConnectionListener(javax.mail.event.ConnectionListener)"><B>addConnectionListener(ConnectionListener)</B></A> -
Method in class javax.mail.<A HREF="../javax/mail/Service.html">Service</A>
<DD>Add a listener for Connection events on this service.
<DT><A HREF="../javax/mail/event/MessageCountEvent.html#ADDED"><B>ADDED</B></A> -
Static variable in class javax.mail.event.<A HREF="../javax/mail/event/MessageCountEvent.html">MessageCountEvent</A>
<DD>The messages were added to their folder
<DT><A HREF="../javax/mail/Folder.html#addFolderListener(javax.mail.event.FolderListener)"><B>addFolderListener(FolderListener)</B></A> -
Method in class javax.mail.<A HREF="../javax/mail/Folder.html">Folder</A>
<DD>Add a listener for Folder events on this Folder.
<DT><A HREF="../javax/mail/Store.html#addFolderListener(javax.mail.event.FolderListener)"><B>addFolderListener(FolderListener)</B></A> -
Method in class javax.mail.<A HREF="../javax/mail/Store.html">Store</A>
<DD>Add a listener for Folder events on any Folder object
obtained from this Store.
<DT><A HREF="../javax/mail/Message.html#addFrom(javax.mail.Address[])"><B>addFrom(Address[])</B></A> -
Method in class javax.mail.<A HREF="../javax/mail/Message.html">Message</A>
<DD>Add these addresses to the existing "From" attribute
<DT><A HREF="../javax/mail/internet/MimeMessage.html#addFrom(javax.mail.Address[])"><B>addFrom(Address[])</B></A> -
Method in class javax.mail.internet.<A HREF="../javax/mail/internet/MimeMessage.html">MimeMessage</A>
<DD>Add the specified addresses to the existing "From" field.
<DT><A HREF="../javax/mail/Part.html#addHeader(java.lang.String, java.lang.String)"><B>addHeader(String, String)</B></A> -
Method in interface javax.mail.<A HREF="../javax/mail/Part.html">Part</A>
<DD>Add this value to the existing values for this header_name.
<DT><A HREF="../javax/mail/internet/InternetHeaders.html#addHeader(java.lang.String, java.lang.String)"><B>addHeader(String, String)</B></A> -
Method in class javax.mail.internet.<A HREF="../javax/mail/internet/InternetHeaders.html">InternetHeaders</A>
<DD>Add a header with the specified name and value to the header list.
<DT><A HREF="../javax/mail/internet/MimeMessage.html#addHeader(java.lang.String, java.lang.String)"><B>addHeader(String, String)</B></A> -
Method in class javax.mail.internet.<A HREF="../javax/mail/internet/MimeMessage.html">MimeMessage</A>
<DD>Add this value to the existing values for this header_name.
<DT><A HREF="../javax/mail/internet/MimeBodyPart.html#addHeader(java.lang.String, java.lang.String)"><B>addHeader(String, String)</B></A> -
Method in class javax.mail.internet.<A HREF="../javax/mail/internet/MimeBodyPart.html">MimeBodyPart</A>
<DD>Add this value to the existing values for this header_name.
<DT><A HREF="../javax/mail/internet/MimePart.html#addHeaderLine(java.lang.String)"><B>addHeaderLine(String)</B></A> -
Method in interface javax.mail.internet.<A HREF="../javax/mail/internet/MimePart.html">MimePart</A>
<DD>Add a raw RFC822 header-line.
<DT><A HREF="../javax/mail/internet/InternetHeaders.html#addHeaderLine(java.lang.String)"><B>addHeaderLine(String)</B></A> -
Method in class javax.mail.internet.<A HREF="../javax/mail/internet/InternetHeaders.html">InternetHeaders</A>
<DD>Add an RFC822 header line to the header store.
<DT><A HREF="../javax/mail/internet/MimeMessage.html#addHeaderLine(java.lang.String)"><B>addHeaderLine(String)</B></A> -
Method in class javax.mail.internet.<A HREF="../javax/mail/internet/MimeMessage.html">MimeMessage</A>
<DD>Add a raw RFC 822 header-line.
<DT><A HREF="../javax/mail/internet/MimeBodyPart.html#addHeaderLine(java.lang.String)"><B>addHeaderLine(String)</B></A> -
Method in class javax.mail.internet.<A HREF="../javax/mail/internet/MimeBodyPart.html">MimeBodyPart</A>
<DD>Add a header line to this body part
<DT><A HREF="../javax/mail/Folder.html#addMessageChangedListener(javax.mail.event.MessageChangedListener)"><B>addMessageChangedListener(MessageChangedListener)</B></A> -
Method in class javax.mail.<A HREF="../javax/mail/Folder.html">Folder</A>
<DD>Add a listener for MessageChanged events on this Folder.
<DT><A HREF="../javax/mail/Folder.html#addMessageCountListener(javax.mail.event.MessageCountListener)"><B>addMessageCountListener(MessageCountListener)</B></A> -
Method in class javax.mail.<A HREF="../javax/mail/Folder.html">Folder</A>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -