⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index-12.html

📁 SUN的JAVA MAIL API
💻 HTML
📖 第 1 页 / 共 3 页
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Fri Feb 18 09:55:54 PST 2000 -->
<TITLE>
JavaMail 1.1 API documentation: M-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>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <FONT ID="NavBarFont1">Package</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <FONT ID="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <FONT ID="NavBarFont1">Use</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <A HREF="../overview-tree.html"><FONT ID="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT ID="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" ID="NavBarCell1Rev"> &nbsp;<FONT ID="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <A HREF="../help-doc.html"><FONT ID="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" ID="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="index-11.html"><B>PREV LETTER</B></A>&nbsp;
&nbsp;<A HREF="index-13.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>  &nbsp;
&nbsp;<A HREF="index-12.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="_M_"><!-- --></A><H2>
<B>M</B></H2>
<DL>
<DT><A HREF="../javax/mail/event/MailEvent.html"><B>MailEvent</B></A> - class javax.mail.event.<A HREF="../javax/mail/event/MailEvent.html">MailEvent</A>.<DD>Common base class for mail events, defining the dispatch method.<DT><A HREF="../javax/mail/event/MailEvent.html#MailEvent(java.lang.Object)"><B>MailEvent(Object)</B></A> - 
Constructor for class javax.mail.event.<A HREF="../javax/mail/event/MailEvent.html">MailEvent</A>
<DD>&nbsp;
<DT><A HREF="../javax/mail/search/AddressStringTerm.html#match(javax.mail.Address)"><B>match(Address)</B></A> - 
Method in class javax.mail.search.<A HREF="../javax/mail/search/AddressStringTerm.html">AddressStringTerm</A>
<DD>Check whether the address pattern specified in the constructor is
 a substring of the string representation of the given Address
 object.
<DT><A HREF="../javax/mail/search/AddressTerm.html#match(javax.mail.Address)"><B>match(Address)</B></A> - 
Method in class javax.mail.search.<A HREF="../javax/mail/search/AddressTerm.html">AddressTerm</A>
<DD>Match against the argument Address.
<DT><A HREF="../javax/mail/internet/ContentType.html#match(javax.mail.internet.ContentType)"><B>match(ContentType)</B></A> - 
Method in class javax.mail.internet.<A HREF="../javax/mail/internet/ContentType.html">ContentType</A>
<DD>Match with the specified ContentType object.
<DT><A HREF="../javax/mail/search/DateTerm.html#match(java.util.Date)"><B>match(Date)</B></A> - 
Method in class javax.mail.search.<A HREF="../javax/mail/search/DateTerm.html">DateTerm</A>
<DD>The date comparison method.
<DT><A HREF="../javax/mail/search/IntegerComparisonTerm.html#match(int)"><B>match(int)</B></A> - 
Method in class javax.mail.search.<A HREF="../javax/mail/search/IntegerComparisonTerm.html">IntegerComparisonTerm</A>
<DD>&nbsp;
<DT><A HREF="../javax/mail/search/SearchTerm.html#match(javax.mail.Message)"><B>match(Message)</B></A> - 
Method in class javax.mail.search.<A HREF="../javax/mail/search/SearchTerm.html">SearchTerm</A>
<DD>This method applies a specific match criterion to the given
 message and returns the result.
<DT><A HREF="../javax/mail/search/FlagTerm.html#match(javax.mail.Message)"><B>match(Message)</B></A> - 
Method in class javax.mail.search.<A HREF="../javax/mail/search/FlagTerm.html">FlagTerm</A>
<DD>The comparison method.
<DT><A HREF="../javax/mail/search/NotTerm.html#match(javax.mail.Message)"><B>match(Message)</B></A> - 
Method in class javax.mail.search.<A HREF="../javax/mail/search/NotTerm.html">NotTerm</A>
<DD>&nbsp;
<DT><A HREF="../javax/mail/search/MessageIDTerm.html#match(javax.mail.Message)"><B>match(Message)</B></A> - 
Method in class javax.mail.search.<A HREF="../javax/mail/search/MessageIDTerm.html">MessageIDTerm</A>
<DD>The match method.
<DT><A HREF="../javax/mail/search/BodyTerm.html#match(javax.mail.Message)"><B>match(Message)</B></A> - 
Method in class javax.mail.search.<A HREF="../javax/mail/search/BodyTerm.html">BodyTerm</A>
<DD>The match method.
<DT><A HREF="../javax/mail/search/OrTerm.html#match(javax.mail.Message)"><B>match(Message)</B></A> - 
Method in class javax.mail.search.<A HREF="../javax/mail/search/OrTerm.html">OrTerm</A>
<DD>The OR operation.
<DT><A HREF="../javax/mail/search/SentDateTerm.html#match(javax.mail.Message)"><B>match(Message)</B></A> - 
Method in class javax.mail.search.<A HREF="../javax/mail/search/SentDateTerm.html">SentDateTerm</A>
<DD>The match method.
<DT><A HREF="../javax/mail/search/AndTerm.html#match(javax.mail.Message)"><B>match(Message)</B></A> - 
Method in class javax.mail.search.<A HREF="../javax/mail/search/AndTerm.html">AndTerm</A>
<DD>The AND operation.
<DT><A HREF="../javax/mail/search/SubjectTerm.html#match(javax.mail.Message)"><B>match(Message)</B></A> - 
Method in class javax.mail.search.<A HREF="../javax/mail/search/SubjectTerm.html">SubjectTerm</A>
<DD>The match method.
<DT><A HREF="../javax/mail/search/MessageNumberTerm.html#match(javax.mail.Message)"><B>match(Message)</B></A> - 
Method in class javax.mail.search.<A HREF="../javax/mail/search/MessageNumberTerm.html">MessageNumberTerm</A>
<DD>The match method.
<DT><A HREF="../javax/mail/search/ReceivedDateTerm.html#match(javax.mail.Message)"><B>match(Message)</B></A> - 
Method in class javax.mail.search.<A HREF="../javax/mail/search/ReceivedDateTerm.html">ReceivedDateTerm</A>
<DD>The match method.
<DT><A HREF="../javax/mail/search/RecipientStringTerm.html#match(javax.mail.Message)"><B>match(Message)</B></A> - 
Method in class javax.mail.search.<A HREF="../javax/mail/search/RecipientStringTerm.html">RecipientStringTerm</A>
<DD>Check whether the address specified in the constructor is
 a substring of the recipient address of this Message.
<DT><A HREF="../javax/mail/search/FromStringTerm.html#match(javax.mail.Message)"><B>match(Message)</B></A> - 
Method in class javax.mail.search.<A HREF="../javax/mail/search/FromStringTerm.html">FromStringTerm</A>
<DD>Check whether the address string specified in the constructor is
 a substring of the From address of this Message.
<DT><A HREF="../javax/mail/search/HeaderTerm.html#match(javax.mail.Message)"><B>match(Message)</B></A> - 
Method in class javax.mail.search.<A HREF="../javax/mail/search/HeaderTerm.html">HeaderTerm</A>
<DD>The header match method.
<DT><A HREF="../javax/mail/search/SizeTerm.html#match(javax.mail.Message)"><B>match(Message)</B></A> - 
Method in class javax.mail.search.<A HREF="../javax/mail/search/SizeTerm.html">SizeTerm</A>
<DD>The match method.
<DT><A HREF="../javax/mail/search/FromTerm.html#match(javax.mail.Message)"><B>match(Message)</B></A> - 

⌨️ 快捷键说明

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