Subversion Repositories javautils

Rev

Blame | Last modification | View Log | RSS feed

  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:43 PST 2009 -->
  6. <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  7. <TITLE>
  8. javax.mail (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.  
  16. </HEAD>
  17.  
  18. <BODY BGCOLOR="white">
  19. <FONT size="+1" CLASS="FrameTitleFont">
  20. <A HREF="../../javax/mail/package-summary.html" target="classFrame">javax.mail</A></FONT>
  21. <TABLE BORDER="0" WIDTH="100%" SUMMARY="">
  22. <TR>
  23. <TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
  24. Interfaces</FONT>&nbsp;
  25. <FONT CLASS="FrameItemFont">
  26. <BR>
  27. <A HREF="MessageAware.html" title="interface in javax.mail" target="classFrame"><I>MessageAware</I></A>
  28. <BR>
  29. <A HREF="MultipartDataSource.html" title="interface in javax.mail" target="classFrame"><I>MultipartDataSource</I></A>
  30. <BR>
  31. <A HREF="Part.html" title="interface in javax.mail" target="classFrame"><I>Part</I></A>
  32. <BR>
  33. <A HREF="QuotaAwareStore.html" title="interface in javax.mail" target="classFrame"><I>QuotaAwareStore</I></A>
  34. <BR>
  35. <A HREF="UIDFolder.html" title="interface in javax.mail" target="classFrame"><I>UIDFolder</I></A></FONT></TD>
  36. </TR>
  37. </TABLE>
  38.  
  39.  
  40. <TABLE BORDER="0" WIDTH="100%" SUMMARY="">
  41. <TR>
  42. <TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
  43. Classes</FONT>&nbsp;
  44. <FONT CLASS="FrameItemFont">
  45. <BR>
  46. <A HREF="Address.html" title="class in javax.mail" target="classFrame">Address</A>
  47. <BR>
  48. <A HREF="Authenticator.html" title="class in javax.mail" target="classFrame">Authenticator</A>
  49. <BR>
  50. <A HREF="BodyPart.html" title="class in javax.mail" target="classFrame">BodyPart</A>
  51. <BR>
  52. <A HREF="FetchProfile.html" title="class in javax.mail" target="classFrame">FetchProfile</A>
  53. <BR>
  54. <A HREF="FetchProfile.Item.html" title="class in javax.mail" target="classFrame">FetchProfile.Item</A>
  55. <BR>
  56. <A HREF="Flags.html" title="class in javax.mail" target="classFrame">Flags</A>
  57. <BR>
  58. <A HREF="Flags.Flag.html" title="class in javax.mail" target="classFrame">Flags.Flag</A>
  59. <BR>
  60. <A HREF="Folder.html" title="class in javax.mail" target="classFrame">Folder</A>
  61. <BR>
  62. <A HREF="Header.html" title="class in javax.mail" target="classFrame">Header</A>
  63. <BR>
  64. <A HREF="Message.html" title="class in javax.mail" target="classFrame">Message</A>
  65. <BR>
  66. <A HREF="Message.RecipientType.html" title="class in javax.mail" target="classFrame">Message.RecipientType</A>
  67. <BR>
  68. <A HREF="MessageContext.html" title="class in javax.mail" target="classFrame">MessageContext</A>
  69. <BR>
  70. <A HREF="Multipart.html" title="class in javax.mail" target="classFrame">Multipart</A>
  71. <BR>
  72. <A HREF="PasswordAuthentication.html" title="class in javax.mail" target="classFrame">PasswordAuthentication</A>
  73. <BR>
  74. <A HREF="Provider.html" title="class in javax.mail" target="classFrame">Provider</A>
  75. <BR>
  76. <A HREF="Provider.Type.html" title="class in javax.mail" target="classFrame">Provider.Type</A>
  77. <BR>
  78. <A HREF="Quota.html" title="class in javax.mail" target="classFrame">Quota</A>
  79. <BR>
  80. <A HREF="Quota.Resource.html" title="class in javax.mail" target="classFrame">Quota.Resource</A>
  81. <BR>
  82. <A HREF="Service.html" title="class in javax.mail" target="classFrame">Service</A>
  83. <BR>
  84. <A HREF="Session.html" title="class in javax.mail" target="classFrame">Session</A>
  85. <BR>
  86. <A HREF="Store.html" title="class in javax.mail" target="classFrame">Store</A>
  87. <BR>
  88. <A HREF="Transport.html" title="class in javax.mail" target="classFrame">Transport</A>
  89. <BR>
  90. <A HREF="UIDFolder.FetchProfileItem.html" title="class in javax.mail" target="classFrame">UIDFolder.FetchProfileItem</A>
  91. <BR>
  92. <A HREF="URLName.html" title="class in javax.mail" target="classFrame">URLName</A></FONT></TD>
  93. </TR>
  94. </TABLE>
  95.  
  96.  
  97. <TABLE BORDER="0" WIDTH="100%" SUMMARY="">
  98. <TR>
  99. <TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
  100. Exceptions</FONT>&nbsp;
  101. <FONT CLASS="FrameItemFont">
  102. <BR>
  103. <A HREF="AuthenticationFailedException.html" title="class in javax.mail" target="classFrame">AuthenticationFailedException</A>
  104. <BR>
  105. <A HREF="FolderClosedException.html" title="class in javax.mail" target="classFrame">FolderClosedException</A>
  106. <BR>
  107. <A HREF="FolderNotFoundException.html" title="class in javax.mail" target="classFrame">FolderNotFoundException</A>
  108. <BR>
  109. <A HREF="IllegalWriteException.html" title="class in javax.mail" target="classFrame">IllegalWriteException</A>
  110. <BR>
  111. <A HREF="MessageRemovedException.html" title="class in javax.mail" target="classFrame">MessageRemovedException</A>
  112. <BR>
  113. <A HREF="MessagingException.html" title="class in javax.mail" target="classFrame">MessagingException</A>
  114. <BR>
  115. <A HREF="MethodNotSupportedException.html" title="class in javax.mail" target="classFrame">MethodNotSupportedException</A>
  116. <BR>
  117. <A HREF="NoSuchProviderException.html" title="class in javax.mail" target="classFrame">NoSuchProviderException</A>
  118. <BR>
  119. <A HREF="ReadOnlyFolderException.html" title="class in javax.mail" target="classFrame">ReadOnlyFolderException</A>
  120. <BR>
  121. <A HREF="SendFailedException.html" title="class in javax.mail" target="classFrame">SendFailedException</A>
  122. <BR>
  123. <A HREF="StoreClosedException.html" title="class in javax.mail" target="classFrame">StoreClosedException</A></FONT></TD>
  124. </TR>
  125. </TABLE>
  126.  
  127.  
  128. </BODY>
  129. </HTML>
  130.