index-3.html

来自「java邮件源程序」· HTML 代码 · 共 162 行

HTML
162
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!--NewPage--><HTML><HEAD><!-- Generated by javadoc (build 1.4.2_01) on Wed Aug 25 15:10:20 CEST 2004 --><TITLE>C-Index</TITLE><LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style"><SCRIPT type="text/javascript">function windowTitle(){    parent.document.title="C-Index";}</SCRIPT></HEAD><BODY BGCOLOR="white" onload="windowTitle();"><!-- ========= START OF TOP NAVBAR ======= --><A NAME="navbar_top"><!-- --></A><A HREF="#skip-navbar_top" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""><TR><TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_top_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">  <TR ALIGN="center" VALIGN="top">  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>  </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">&nbsp;<A HREF="index-2.html"><B>PREV LETTER</B></A>&nbsp;&nbsp;<A HREF="index-4.html"><B>NEXT LETTER</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">  <A HREF="../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;&nbsp;<A HREF="index-3.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;&nbsp;<SCRIPT type="text/javascript">  <!--  if(window==top) {    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');  }  //--></SCRIPT><NOSCRIPT>  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR></TABLE><A NAME="skip-navbar_top"></A><!-- ========= END OF TOP 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">G</A> <A HREF="index-6.html">J</A> <A HREF="index-7.html">M</A> <A HREF="index-8.html">O</A> <A HREF="index-9.html">P</A> <A HREF="index-10.html">R</A> <A HREF="index-11.html">S</A> <A HREF="index-12.html">T</A> <A HREF="index-13.html">X</A> <HR><A NAME="_C_"><!-- --></A><H2><B>C</B></H2><DL><DT><A HREF="../org/jfreemail/core/CoreException.html" title="class in org.jfreemail.core"><B>CoreException</B></A> - exception org.jfreemail.core.<A HREF="../org/jfreemail/core/CoreException.html" title="class in org.jfreemail.core">CoreException</A>.<DD>Class used to signal any other component's core exception. <DT><A HREF="../org/jfreemail/core/CoreException.html#CoreException(java.lang.String)"><B>CoreException(String)</B></A> - Constructor for class org.jfreemail.core.<A HREF="../org/jfreemail/core/CoreException.html" title="class in org.jfreemail.core">CoreException</A><DD>&nbsp;<DT><A HREF="../org/jfreemail/core/JfmEmail.html#CreateHtmlEmail(java.lang.String, java.lang.String[], java.lang.String[], java.lang.String, java.lang.String[], java.lang.String)"><B>CreateHtmlEmail(String, String[], String[], String, String[], String)</B></A> - Static method in class org.jfreemail.core.<A HREF="../org/jfreemail/core/JfmEmail.html" title="class in org.jfreemail.core">JfmEmail</A><DD>Static E-mail object instantiator. <DT><A HREF="../org/jfreemail/core/JfmEmail.html#CreateTextEmail(java.lang.String, java.lang.String[], java.lang.String[], java.lang.String, java.lang.String[], java.lang.String)"><B>CreateTextEmail(String, String[], String[], String, String[], String)</B></A> - Static method in class org.jfreemail.core.<A HREF="../org/jfreemail/core/JfmEmail.html" title="class in org.jfreemail.core">JfmEmail</A><DD>Static E-mail object instantiator. <DT><A HREF="../org/jfreemail/core/JfmCore.html#checkSMTPresult(java.lang.String)"><B>checkSMTPresult(String)</B></A> - Static method in class org.jfreemail.core.<A HREF="../org/jfreemail/core/JfmCore.html" title="class in org.jfreemail.core">JfmCore</A><DD>Inner procedure for checking positive or negative result from SMTP.<DT><A HREF="../org/jfreemail/core/JfmCore.html#checkTextType(java.lang.String)"><B>checkTextType(String)</B></A> - Static method in class org.jfreemail.core.<A HREF="../org/jfreemail/core/JfmCore.html" title="class in org.jfreemail.core">JfmCore</A><DD>Method for checking text mime types. <DT><A HREF="../org/jfreemail/core/JfmEmailHeader.html#clearCC()"><B>clearCC()</B></A> - Method in class org.jfreemail.core.<A HREF="../org/jfreemail/core/JfmEmailHeader.html" title="class in org.jfreemail.core">JfmEmailHeader</A><DD>Method used to clear all E-mail addresses from CC list.<DT><A HREF="../org/jfreemail/core/JfmEmailHeader.html#clearTo()"><B>clearTo()</B></A> - Method in class org.jfreemail.core.<A HREF="../org/jfreemail/core/JfmEmailHeader.html" title="class in org.jfreemail.core">JfmEmailHeader</A><DD>Method used to clear receiver E-mail list. <DT><A HREF="../org/jfreemail/pop3/JfmPOP3.html#close()"><B>close()</B></A> - Method in class org.jfreemail.pop3.<A HREF="../org/jfreemail/pop3/JfmPOP3.html" title="class in org.jfreemail.pop3">JfmPOP3</A><DD>Closing connection with POP3 server.<DT><A HREF="../org/jfreemail/smtp/JfmSMTP.html#close()"><B>close()</B></A> - Method in class org.jfreemail.smtp.<A HREF="../org/jfreemail/smtp/JfmSMTP.html" title="class in org.jfreemail.smtp">JfmSMTP</A><DD>Method for closing connection with SMTP server. </DL><HR><!-- ======= START OF BOTTOM NAVBAR ====== --><A NAME="navbar_bottom"><!-- --></A><A HREF="#skip-navbar_bottom" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""><TR><TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">  <TR ALIGN="center" VALIGN="top">  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>  </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">&nbsp;<A HREF="index-2.html"><B>PREV LETTER</B></A>&nbsp;&nbsp;<A HREF="index-4.html"><B>NEXT LETTER</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">  <A HREF="../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;&nbsp;<A HREF="index-3.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;&nbsp;<SCRIPT type="text/javascript">  <!--  if(window==top) {    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');  }  //--></SCRIPT><NOSCRIPT>  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR></TABLE><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM 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">G</A> <A HREF="index-6.html">J</A> <A HREF="index-7.html">M</A> <A HREF="index-8.html">O</A> <A HREF="index-9.html">P</A> <A HREF="index-10.html">R</A> <A HREF="index-11.html">S</A> <A HREF="index-12.html">T</A> <A HREF="index-13.html">X</A> <HR></BODY></HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?