Modified:
websites/production/commons/content/proper/commons-email/apidocs/org/apache/commons/mail/util/MimeMessageParser.html
==============================================================================
---
websites/production/commons/content/proper/commons-email/apidocs/org/apache/commons/mail/util/MimeMessageParser.html
(original)
+++
websites/production/commons/content/proper/commons-email/apidocs/org/apache/commons/mail/util/MimeMessageParser.html
Wed Jul 9 20:46:21 2014
@@ -2,14 +2,14 @@
<!-- NewPage -->
<html lang="en">
<head>
-<meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>MimeMessageParser (Apache Commons Email 1.4.0-SNAPSHOT API)</title>
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>MimeMessageParser (Apache Commons Email 1.3.3 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="MimeMessageParser (Apache Commons Email
1.4.0-SNAPSHOT API)";
+ parent.document.title="MimeMessageParser (Apache Commons Email 1.3.3
API)";
}
//-->
</script>
@@ -95,14 +95,14 @@
<li class="blockList">
<hr>
<br>
-<pre>public class <a
href="../../../../../src-html/org/apache/commons/mail/util/MimeMessageParser.html#line.48">MimeMessageParser</a>
+<pre>public class <a
href="../../../../../src-html/org/apache/commons/mail/util/MimeMessageParser.html#line.51">MimeMessageParser</a>
extends <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">Object</a></pre>
<div class="block">Parses a MimeMessage and stores the individual parts such a
plain text,
HTML text and attachments.</div>
<dl><dt><span class="strong">Since:</span></dt>
<dd>1.3</dd>
<dt><span class="strong">Version:</span></dt>
- <dd>$Id: MimeMessageParser.java 1531118 2013-10-10 21:33:22Z tn $</dd></dl>
+ <dd>$Id: MimeMessageParser.java 1606710 2014-06-30 12:29:13Z ggregory
$</dd></dl>
</li>
</ul>
</div>
@@ -257,7 +257,7 @@ extends <a href="http://docs.oracle.com/
<ul class="blockListLast">
<li class="blockList">
<h4>MimeMessageParser</h4>
-<pre>public <a
href="../../../../../src-html/org/apache/commons/mail/util/MimeMessageParser.html#line.70">MimeMessageParser</a>(<a
href="http://docs.oracle.com/javaee/6/api/javax/mail/internet/MimeMessage.html?is-external=true"
title="class or interface in
javax.mail.internet">MimeMessage</a> message)</pre>
+<pre>public <a
href="../../../../../src-html/org/apache/commons/mail/util/MimeMessageParser.html#line.73">MimeMessageParser</a>(<a
href="http://docs.oracle.com/javaee/6/api/javax/mail/internet/MimeMessage.html?is-external=true"
title="class or interface in
javax.mail.internet">MimeMessage</a> message)</pre>
<div class="block">Constructs an instance with the MimeMessage to be
extracted.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>message</code> -
the message to parse</dd></dl>
</li>
@@ -276,7 +276,7 @@ extends <a href="http://docs.oracle.com/
<ul class="blockList">
<li class="blockList">
<h4>parse</h4>
-<pre>public <a
href="../../../../../org/apache/commons/mail/util/MimeMessageParser.html"
title="class in org.apache.commons.mail.util">MimeMessageParser</a> <a
href="../../../../../src-html/org/apache/commons/mail/util/MimeMessageParser.html#line.83">parse</a>()
+<pre>public <a
href="../../../../../org/apache/commons/mail/util/MimeMessageParser.html"
title="class in org.apache.commons.mail.util">MimeMessageParser</a> <a
href="../../../../../src-html/org/apache/commons/mail/util/MimeMessageParser.html#line.86">parse</a>()
throws <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true"
title="class or interface in java.lang">Exception</a></pre>
<div class="block">Does the actual extraction.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>this instance</dd>
@@ -290,7 +290,7 @@ extends <a href="http://docs.oracle.com/
<ul class="blockList">
<li class="blockList">
<h4>getTo</h4>
-<pre>public <a
href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true"
title="class or interface in java.util">List</a><<a
href="http://docs.oracle.com/javaee/6/api/javax/mail/Address.html?is-external=true"
title="class or interface in javax.mail">Address</a>> <a
href="../../../../../src-html/org/apache/commons/mail/util/MimeMessageParser.html#line.93">getTo</a>()
+<pre>public <a
href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true"
title="class or interface in java.util">List</a><<a
href="http://docs.oracle.com/javaee/6/api/javax/mail/Address.html?is-external=true"
title="class or interface in javax.mail">Address</a>> <a
href="../../../../../src-html/org/apache/commons/mail/util/MimeMessageParser.html#line.96">getTo</a>()
throws <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true"
title="class or interface in java.lang">Exception</a></pre>
<dl><dt><span class="strong">Returns:</span></dt><dd>the 'to' recipients of
the message</dd>
<dt><span class="strong">Throws:</span></dt>
@@ -303,7 +303,7 @@ extends <a href="http://docs.oracle.com/
<ul class="blockList">
<li class="blockList">
<h4>getCc</h4>
-<pre>public <a
href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true"
title="class or interface in java.util">List</a><<a
href="http://docs.oracle.com/javaee/6/api/javax/mail/Address.html?is-external=true"
title="class or interface in javax.mail">Address</a>> <a
href="../../../../../src-html/org/apache/commons/mail/util/MimeMessageParser.html#line.103">getCc</a>()
+<pre>public <a
href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true"
title="class or interface in java.util">List</a><<a
href="http://docs.oracle.com/javaee/6/api/javax/mail/Address.html?is-external=true"
title="class or interface in javax.mail">Address</a>> <a
href="../../../../../src-html/org/apache/commons/mail/util/MimeMessageParser.html#line.106">getCc</a>()
throws <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true"
title="class or interface in java.lang">Exception</a></pre>
<dl><dt><span class="strong">Returns:</span></dt><dd>the 'cc' recipients of
the message</dd>
<dt><span class="strong">Throws:</span></dt>
@@ -316,7 +316,7 @@ extends <a href="http://docs.oracle.com/
<ul class="blockList">
<li class="blockList">
<h4>getBcc</h4>
-<pre>public <a
href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true"
title="class or interface in java.util">List</a><<a
href="http://docs.oracle.com/javaee/6/api/javax/mail/Address.html?is-external=true"
title="class or interface in javax.mail">Address</a>> <a
href="../../../../../src-html/org/apache/commons/mail/util/MimeMessageParser.html#line.113">getBcc</a>()
+<pre>public <a
href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true"
title="class or interface in java.util">List</a><<a
href="http://docs.oracle.com/javaee/6/api/javax/mail/Address.html?is-external=true"
title="class or interface in javax.mail">Address</a>> <a
href="../../../../../src-html/org/apache/commons/mail/util/MimeMessageParser.html#line.116">getBcc</a>()
throws <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true"
title="class or interface in java.lang">Exception</a></pre>
<dl><dt><span class="strong">Returns:</span></dt><dd>the 'bcc' recipients of
the message</dd>
<dt><span class="strong">Throws:</span></dt>
@@ -329,7 +329,7 @@ extends <a href="http://docs.oracle.com/
<ul class="blockList">
<li class="blockList">
<h4>getFrom</h4>
-<pre>public <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> <a
href="../../../../../src-html/org/apache/commons/mail/util/MimeMessageParser.html#line.123">getFrom</a>()
+<pre>public <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> <a
href="../../../../../src-html/org/apache/commons/mail/util/MimeMessageParser.html#line.126">getFrom</a>()
throws <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true"
title="class or interface in java.lang">Exception</a></pre>
<dl><dt><span class="strong">Returns:</span></dt><dd>the 'from' field of the
message</dd>
<dt><span class="strong">Throws:</span></dt>
@@ -342,7 +342,7 @@ extends <a href="http://docs.oracle.com/
<ul class="blockList">
<li class="blockList">
<h4>getReplyTo</h4>
-<pre>public <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> <a
href="../../../../../src-html/org/apache/commons/mail/util/MimeMessageParser.html#line.140">getReplyTo</a>()
+<pre>public <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> <a
href="../../../../../src-html/org/apache/commons/mail/util/MimeMessageParser.html#line.143">getReplyTo</a>()
throws <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true"
title="class or interface in java.lang">Exception</a></pre>
<dl><dt><span class="strong">Returns:</span></dt><dd>the 'replyTo' address of
the email</dd>
<dt><span class="strong">Throws:</span></dt>
@@ -355,7 +355,7 @@ extends <a href="http://docs.oracle.com/
<ul class="blockList">
<li class="blockList">
<h4>getSubject</h4>
-<pre>public <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> <a
href="../../../../../src-html/org/apache/commons/mail/util/MimeMessageParser.html#line.157">getSubject</a>()
+<pre>public <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> <a
href="../../../../../src-html/org/apache/commons/mail/util/MimeMessageParser.html#line.160">getSubject</a>()
throws <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true"
title="class or interface in java.lang">Exception</a></pre>
<dl><dt><span class="strong">Returns:</span></dt><dd>the mail subject</dd>
<dt><span class="strong">Throws:</span></dt>
@@ -368,7 +368,7 @@ extends <a href="http://docs.oracle.com/
<ul class="blockList">
<li class="blockList">
<h4>parse</h4>
-<pre>protected void <a
href="../../../../../src-html/org/apache/commons/mail/util/MimeMessageParser.html#line.170">parse</a>(<a
href="http://docs.oracle.com/javaee/6/api/javax/mail/Multipart.html?is-external=true"
title="class or interface in javax.mail">Multipart</a> parent,
+<pre>protected void <a
href="../../../../../src-html/org/apache/commons/mail/util/MimeMessageParser.html#line.173">parse</a>(<a
href="http://docs.oracle.com/javaee/6/api/javax/mail/Multipart.html?is-external=true"
title="class or interface in javax.mail">Multipart</a> parent,
<a
href="http://docs.oracle.com/javaee/6/api/javax/mail/internet/MimePart.html?is-external=true"
title="class or interface in javax.mail.internet">MimePart</a> part)
throws <a
href="http://docs.oracle.com/javaee/6/api/javax/mail/MessagingException.html?is-external=true"
title="class or interface in javax.mail">MessagingException</a>,
<a
href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true"
title="class or interface in java.io">IOException</a></pre>
@@ -385,7 +385,7 @@ extends <a href="http://docs.oracle.com/
<ul class="blockList">
<li class="blockList">
<h4>createDataSource</h4>
-<pre>protected <a
href="http://docs.oracle.com/javase/6/docs/api/javax/activation/DataSource.html?is-external=true"
title="class or interface in javax.activation">DataSource</a> <a
href="../../../../../src-html/org/apache/commons/mail/util/MimeMessageParser.html#line.217">createDataSource</a>(<a
href="http://docs.oracle.com/javaee/6/api/javax/mail/Multipart.html?is-external=true"
title="class or interface in javax.mail">Multipart</a> parent,
+<pre>protected <a
href="http://docs.oracle.com/javase/6/docs/api/javax/activation/DataSource.html?is-external=true"
title="class or interface in javax.activation">DataSource</a> <a
href="../../../../../src-html/org/apache/commons/mail/util/MimeMessageParser.html#line.246">createDataSource</a>(<a
href="http://docs.oracle.com/javaee/6/api/javax/mail/Multipart.html?is-external=true"
title="class or interface in javax.mail">Multipart</a> parent,
<a
href="http://docs.oracle.com/javaee/6/api/javax/mail/internet/MimePart.html?is-external=true"
title="class or interface in javax.mail.internet">MimePart</a> part)
throws <a
href="http://docs.oracle.com/javaee/6/api/javax/mail/MessagingException.html?is-external=true"
title="class or interface in javax.mail">MessagingException</a>,
<a
href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true"
title="class or interface in java.io">IOException</a></pre>
@@ -403,7 +403,7 @@ extends <a href="http://docs.oracle.com/
<ul class="blockList">
<li class="blockList">
<h4>getMimeMessage</h4>
-<pre>public <a
href="http://docs.oracle.com/javaee/6/api/javax/mail/internet/MimeMessage.html?is-external=true"
title="class or interface in javax.mail.internet">MimeMessage</a> <a
href="../../../../../src-html/org/apache/commons/mail/util/MimeMessageParser.html#line.232">getMimeMessage</a>()</pre>
+<pre>public <a
href="http://docs.oracle.com/javaee/6/api/javax/mail/internet/MimeMessage.html?is-external=true"
title="class or interface in javax.mail.internet">MimeMessage</a> <a
href="../../../../../src-html/org/apache/commons/mail/util/MimeMessageParser.html#line.261">getMimeMessage</a>()</pre>
<dl><dt><span class="strong">Returns:</span></dt><dd>Returns the
mimeMessage.</dd></dl>
</li>
</ul>
@@ -413,7 +413,7 @@ extends <a href="http://docs.oracle.com/
<ul class="blockList">
<li class="blockList">
<h4>isMultipart</h4>
-<pre>public boolean <a
href="../../../../../src-html/org/apache/commons/mail/util/MimeMessageParser.html#line.238">isMultipart</a>()</pre>
+<pre>public boolean <a
href="../../../../../src-html/org/apache/commons/mail/util/MimeMessageParser.html#line.267">isMultipart</a>()</pre>
<dl><dt><span class="strong">Returns:</span></dt><dd>Returns the
isMultiPart.</dd></dl>
</li>
</ul>
@@ -423,7 +423,7 @@ extends <a href="http://docs.oracle.com/
<ul class="blockList">
<li class="blockList">
<h4>getPlainContent</h4>
-<pre>public <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> <a
href="../../../../../src-html/org/apache/commons/mail/util/MimeMessageParser.html#line.244">getPlainContent</a>()</pre>
+<pre>public <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> <a
href="../../../../../src-html/org/apache/commons/mail/util/MimeMessageParser.html#line.273">getPlainContent</a>()</pre>
<dl><dt><span class="strong">Returns:</span></dt><dd>Returns the plainContent
if any</dd></dl>
</li>
</ul>
@@ -433,7 +433,7 @@ extends <a href="http://docs.oracle.com/
<ul class="blockList">
<li class="blockList">
<h4>getAttachmentList</h4>
-<pre>public <a
href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true"
title="class or interface in java.util">List</a><<a
href="http://docs.oracle.com/javase/6/docs/api/javax/activation/DataSource.html?is-external=true"
title="class or interface in javax.activation">DataSource</a>> <a
href="../../../../../src-html/org/apache/commons/mail/util/MimeMessageParser.html#line.250">getAttachmentList</a>()</pre>
+<pre>public <a
href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true"
title="class or interface in java.util">List</a><<a
href="http://docs.oracle.com/javase/6/docs/api/javax/activation/DataSource.html?is-external=true"
title="class or interface in javax.activation">DataSource</a>> <a
href="../../../../../src-html/org/apache/commons/mail/util/MimeMessageParser.html#line.279">getAttachmentList</a>()</pre>
<dl><dt><span class="strong">Returns:</span></dt><dd>Returns the
attachmentList.</dd></dl>
</li>
</ul>
@@ -443,7 +443,7 @@ extends <a href="http://docs.oracle.com/
<ul class="blockList">
<li class="blockList">
<h4>getHtmlContent</h4>
-<pre>public <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> <a
href="../../../../../src-html/org/apache/commons/mail/util/MimeMessageParser.html#line.256">getHtmlContent</a>()</pre>
+<pre>public <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> <a
href="../../../../../src-html/org/apache/commons/mail/util/MimeMessageParser.html#line.285">getHtmlContent</a>()</pre>
<dl><dt><span class="strong">Returns:</span></dt><dd>Returns the htmlContent
if any</dd></dl>
</li>
</ul>
@@ -453,7 +453,7 @@ extends <a href="http://docs.oracle.com/
<ul class="blockList">
<li class="blockList">
<h4>hasPlainContent</h4>
-<pre>public boolean <a
href="../../../../../src-html/org/apache/commons/mail/util/MimeMessageParser.html#line.262">hasPlainContent</a>()</pre>
+<pre>public boolean <a
href="../../../../../src-html/org/apache/commons/mail/util/MimeMessageParser.html#line.291">hasPlainContent</a>()</pre>
<dl><dt><span class="strong">Returns:</span></dt><dd>true if a plain content
is available</dd></dl>
</li>
</ul>
@@ -463,7 +463,7 @@ extends <a href="http://docs.oracle.com/
<ul class="blockList">
<li class="blockList">
<h4>hasHtmlContent</h4>
-<pre>public boolean <a
href="../../../../../src-html/org/apache/commons/mail/util/MimeMessageParser.html#line.268">hasHtmlContent</a>()</pre>
+<pre>public boolean <a
href="../../../../../src-html/org/apache/commons/mail/util/MimeMessageParser.html#line.297">hasHtmlContent</a>()</pre>
<dl><dt><span class="strong">Returns:</span></dt><dd>true if HTML content is
available</dd></dl>
</li>
</ul>
@@ -473,7 +473,7 @@ extends <a href="http://docs.oracle.com/
<ul class="blockList">
<li class="blockList">
<h4>hasAttachments</h4>
-<pre>public boolean <a
href="../../../../../src-html/org/apache/commons/mail/util/MimeMessageParser.html#line.274">hasAttachments</a>()</pre>
+<pre>public boolean <a
href="../../../../../src-html/org/apache/commons/mail/util/MimeMessageParser.html#line.303">hasAttachments</a>()</pre>
<dl><dt><span class="strong">Returns:</span></dt><dd>true if attachments are
available</dd></dl>
</li>
</ul>
@@ -483,7 +483,7 @@ extends <a href="http://docs.oracle.com/
<ul class="blockList">
<li class="blockList">
<h4>findAttachmentByName</h4>
-<pre>public <a
href="http://docs.oracle.com/javase/6/docs/api/javax/activation/DataSource.html?is-external=true"
title="class or interface in javax.activation">DataSource</a> <a
href="../../../../../src-html/org/apache/commons/mail/util/MimeMessageParser.html#line.285">findAttachmentByName</a>(<a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> name)</pre>
+<pre>public <a
href="http://docs.oracle.com/javase/6/docs/api/javax/activation/DataSource.html?is-external=true"
title="class or interface in javax.activation">DataSource</a> <a
href="../../../../../src-html/org/apache/commons/mail/util/MimeMessageParser.html#line.314">findAttachmentByName</a>(<a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> name)</pre>
<div class="block">Find an attachment using its name.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> -
the name of the attachment</dd>
<dt><span class="strong">Returns:</span></dt><dd>the corresponding datasource
or null if nothing was found</dd></dl>
@@ -495,7 +495,7 @@ extends <a href="http://docs.oracle.com/
<ul class="blockListLast">
<li class="blockList">
<h4>getDataSourceName</h4>
-<pre>protected <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> <a
href="../../../../../src-html/org/apache/commons/mail/util/MimeMessageParser.html#line.310">getDataSourceName</a>(<a
href="http://docs.oracle.com/javaee/6/api/javax/mail/Part.html?is-external=true"
title="class or interface in javax.mail">Part</a> part,
+<pre>protected <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> <a
href="../../../../../src-html/org/apache/commons/mail/util/MimeMessageParser.html#line.339">getDataSourceName</a>(<a
href="http://docs.oracle.com/javaee/6/api/javax/mail/Part.html?is-external=true"
title="class or interface in javax.mail">Part</a> part,
<a
href="http://docs.oracle.com/javase/6/docs/api/javax/activation/DataSource.html?is-external=true"
title="class or interface in javax.activation">DataSource</a> dataSource)
throws <a
href="http://docs.oracle.com/javaee/6/api/javax/mail/MessagingException.html?is-external=true"
title="class or interface in javax.mail">MessagingException</a>,
<a
href="http://docs.oracle.com/javase/6/docs/api/java/io/UnsupportedEncodingException.html?is-external=true"
title="class or interface in java.io">UnsupportedEncodingException</a></pre>
Modified:
websites/production/commons/content/proper/commons-email/apidocs/org/apache/commons/mail/util/MimeMessageUtils.html
==============================================================================
---
websites/production/commons/content/proper/commons-email/apidocs/org/apache/commons/mail/util/MimeMessageUtils.html
(original)
+++
websites/production/commons/content/proper/commons-email/apidocs/org/apache/commons/mail/util/MimeMessageUtils.html
Wed Jul 9 20:46:21 2014
@@ -2,14 +2,14 @@
<!-- NewPage -->
<html lang="en">
<head>
-<meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>MimeMessageUtils (Apache Commons Email 1.4.0-SNAPSHOT API)</title>
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>MimeMessageUtils (Apache Commons Email 1.3.3 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="MimeMessageUtils (Apache Commons Email
1.4.0-SNAPSHOT API)";
+ parent.document.title="MimeMessageUtils (Apache Commons Email 1.3.3
API)";
}
//-->
</script>
@@ -101,7 +101,7 @@ extends <a href="http://docs.oracle.com/
<dl><dt><span class="strong">Since:</span></dt>
<dd>1.3</dd>
<dt><span class="strong">Version:</span></dt>
- <dd>$Id: MimeMessageUtils.java 1420388 2012-12-11 20:28:35Z tn $</dd></dl>
+ <dd>$Id: MimeMessageUtils.java 1606709 2014-06-30 12:26:06Z ggregory
$</dd></dl>
</li>
</ul>
</div>
Modified:
websites/production/commons/content/proper/commons-email/apidocs/org/apache/commons/mail/util/class-use/MimeMessageParser.html
==============================================================================
---
websites/production/commons/content/proper/commons-email/apidocs/org/apache/commons/mail/util/class-use/MimeMessageParser.html
(original)
+++
websites/production/commons/content/proper/commons-email/apidocs/org/apache/commons/mail/util/class-use/MimeMessageParser.html
Wed Jul 9 20:46:21 2014
@@ -2,14 +2,14 @@
<!-- NewPage -->
<html lang="en">
<head>
-<meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Uses of Class org.apache.commons.mail.util.MimeMessageParser (Apache
Commons Email 1.4.0-SNAPSHOT API)</title>
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>Uses of Class org.apache.commons.mail.util.MimeMessageParser (Apache
Commons Email 1.3.3 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css"
title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class
org.apache.commons.mail.util.MimeMessageParser (Apache Commons Email
1.4.0-SNAPSHOT API)";
+ parent.document.title="Uses of Class
org.apache.commons.mail.util.MimeMessageParser (Apache Commons Email 1.3.3
API)";
}
//-->
</script>
Modified:
websites/production/commons/content/proper/commons-email/apidocs/org/apache/commons/mail/util/class-use/MimeMessageUtils.html
==============================================================================
---
websites/production/commons/content/proper/commons-email/apidocs/org/apache/commons/mail/util/class-use/MimeMessageUtils.html
(original)
+++
websites/production/commons/content/proper/commons-email/apidocs/org/apache/commons/mail/util/class-use/MimeMessageUtils.html
Wed Jul 9 20:46:21 2014
@@ -2,14 +2,14 @@
<!-- NewPage -->
<html lang="en">
<head>
-<meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Uses of Class org.apache.commons.mail.util.MimeMessageUtils (Apache
Commons Email 1.4.0-SNAPSHOT API)</title>
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>Uses of Class org.apache.commons.mail.util.MimeMessageUtils (Apache
Commons Email 1.3.3 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css"
title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class
org.apache.commons.mail.util.MimeMessageUtils (Apache Commons Email
1.4.0-SNAPSHOT API)";
+ parent.document.title="Uses of Class
org.apache.commons.mail.util.MimeMessageUtils (Apache Commons Email 1.3.3 API)";
}
//-->
</script>
Modified:
websites/production/commons/content/proper/commons-email/apidocs/org/apache/commons/mail/util/package-frame.html
==============================================================================
---
websites/production/commons/content/proper/commons-email/apidocs/org/apache/commons/mail/util/package-frame.html
(original)
+++
websites/production/commons/content/proper/commons-email/apidocs/org/apache/commons/mail/util/package-frame.html
Wed Jul 9 20:46:21 2014
@@ -2,8 +2,8 @@
<!-- NewPage -->
<html lang="en">
<head>
-<meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>org.apache.commons.mail.util (Apache Commons Email 1.4.0-SNAPSHOT
API)</title>
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>org.apache.commons.mail.util (Apache Commons Email 1.3.3 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
</head>
<body>
Modified:
websites/production/commons/content/proper/commons-email/apidocs/org/apache/commons/mail/util/package-summary.html
==============================================================================
---
websites/production/commons/content/proper/commons-email/apidocs/org/apache/commons/mail/util/package-summary.html
(original)
+++
websites/production/commons/content/proper/commons-email/apidocs/org/apache/commons/mail/util/package-summary.html
Wed Jul 9 20:46:21 2014
@@ -2,14 +2,14 @@
<!-- NewPage -->
<html lang="en">
<head>
-<meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>org.apache.commons.mail.util (Apache Commons Email 1.4.0-SNAPSHOT
API)</title>
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>org.apache.commons.mail.util (Apache Commons Email 1.3.3 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="org.apache.commons.mail.util (Apache Commons
Email 1.4.0-SNAPSHOT API)";
+ parent.document.title="org.apache.commons.mail.util (Apache Commons
Email 1.3.3 API)";
}
//-->
</script>
Modified:
websites/production/commons/content/proper/commons-email/apidocs/org/apache/commons/mail/util/package-tree.html
==============================================================================
---
websites/production/commons/content/proper/commons-email/apidocs/org/apache/commons/mail/util/package-tree.html
(original)
+++
websites/production/commons/content/proper/commons-email/apidocs/org/apache/commons/mail/util/package-tree.html
Wed Jul 9 20:46:21 2014
@@ -2,14 +2,14 @@
<!-- NewPage -->
<html lang="en">
<head>
-<meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>org.apache.commons.mail.util Class Hierarchy (Apache Commons Email
1.4.0-SNAPSHOT API)</title>
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>org.apache.commons.mail.util Class Hierarchy (Apache Commons Email
1.3.3 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="org.apache.commons.mail.util Class Hierarchy
(Apache Commons Email 1.4.0-SNAPSHOT API)";
+ parent.document.title="org.apache.commons.mail.util Class Hierarchy
(Apache Commons Email 1.3.3 API)";
}
//-->
</script>
Modified:
websites/production/commons/content/proper/commons-email/apidocs/org/apache/commons/mail/util/package-use.html
==============================================================================
---
websites/production/commons/content/proper/commons-email/apidocs/org/apache/commons/mail/util/package-use.html
(original)
+++
websites/production/commons/content/proper/commons-email/apidocs/org/apache/commons/mail/util/package-use.html
Wed Jul 9 20:46:21 2014
@@ -2,14 +2,14 @@
<!-- NewPage -->
<html lang="en">
<head>
-<meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Uses of Package org.apache.commons.mail.util (Apache Commons Email
1.4.0-SNAPSHOT API)</title>
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>Uses of Package org.apache.commons.mail.util (Apache Commons Email
1.3.3 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Package org.apache.commons.mail.util
(Apache Commons Email 1.4.0-SNAPSHOT API)";
+ parent.document.title="Uses of Package org.apache.commons.mail.util
(Apache Commons Email 1.3.3 API)";
}
//-->
</script>
Modified:
websites/production/commons/content/proper/commons-email/apidocs/overview-frame.html
==============================================================================
---
websites/production/commons/content/proper/commons-email/apidocs/overview-frame.html
(original)
+++
websites/production/commons/content/proper/commons-email/apidocs/overview-frame.html
Wed Jul 9 20:46:21 2014
@@ -2,8 +2,8 @@
<!-- NewPage -->
<html lang="en">
<head>
-<meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Overview List (Apache Commons Email 1.4.0-SNAPSHOT API)</title>
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>Overview List (Apache Commons Email 1.3.3 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
</head>
<body>
Modified:
websites/production/commons/content/proper/commons-email/apidocs/overview-summary.html
==============================================================================
---
websites/production/commons/content/proper/commons-email/apidocs/overview-summary.html
(original)
+++
websites/production/commons/content/proper/commons-email/apidocs/overview-summary.html
Wed Jul 9 20:46:21 2014
@@ -2,14 +2,14 @@
<!-- NewPage -->
<html lang="en">
<head>
-<meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Overview (Apache Commons Email 1.4.0-SNAPSHOT API)</title>
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>Overview (Apache Commons Email 1.3.3 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Overview (Apache Commons Email 1.4.0-SNAPSHOT
API)";
+ parent.document.title="Overview (Apache Commons Email 1.3.3 API)";
}
//-->
</script>
@@ -62,7 +62,7 @@
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
-<h1 class="title">Apache Commons Email 1.4.0-SNAPSHOT API</h1>
+<h1 class="title">Apache Commons Email 1.3.3 API</h1>
</div>
<div class="contentContainer">
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0"
summary="Packages table, listing packages, and an explanation">
Modified:
websites/production/commons/content/proper/commons-email/apidocs/overview-tree.html
==============================================================================
---
websites/production/commons/content/proper/commons-email/apidocs/overview-tree.html
(original)
+++
websites/production/commons/content/proper/commons-email/apidocs/overview-tree.html
Wed Jul 9 20:46:21 2014
@@ -2,14 +2,14 @@
<!-- NewPage -->
<html lang="en">
<head>
-<meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Class Hierarchy (Apache Commons Email 1.4.0-SNAPSHOT API)</title>
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>Class Hierarchy (Apache Commons Email 1.3.3 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Class Hierarchy (Apache Commons Email
1.4.0-SNAPSHOT API)";
+ parent.document.title="Class Hierarchy (Apache Commons Email 1.3.3
API)";
}
//-->
</script>
Modified:
websites/production/commons/content/proper/commons-email/apidocs/serialized-form.html
==============================================================================
---
websites/production/commons/content/proper/commons-email/apidocs/serialized-form.html
(original)
+++
websites/production/commons/content/proper/commons-email/apidocs/serialized-form.html
Wed Jul 9 20:46:21 2014
@@ -2,14 +2,14 @@
<!-- NewPage -->
<html lang="en">
<head>
-<meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Serialized Form (Apache Commons Email 1.4.0-SNAPSHOT API)</title>
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>Serialized Form (Apache Commons Email 1.3.3 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Serialized Form (Apache Commons Email
1.4.0-SNAPSHOT API)";
+ parent.document.title="Serialized Form (Apache Commons Email 1.3.3
API)";
}
//-->
</script>
Modified:
websites/production/commons/content/proper/commons-email/apidocs/src-html/org/apache/commons/mail/ByteArrayDataSource.html
==============================================================================
---
websites/production/commons/content/proper/commons-email/apidocs/src-html/org/apache/commons/mail/ByteArrayDataSource.html
(original)
+++
websites/production/commons/content/proper/commons-email/apidocs/src-html/org/apache/commons/mail/ByteArrayDataSource.html
Wed Jul 9 20:46:21 2014
@@ -47,7 +47,7 @@
<span class="sourceLineNo">039</span> * and it is recommended to do so.<a
name="line.39"></a>
<span class="sourceLineNo">040</span> *<a name="line.40"></a>
<span class="sourceLineNo">041</span> * @since 1.0<a name="line.41"></a>
-<span class="sourceLineNo">042</span> * @version $Id: ByteArrayDataSource.java
1459997 2013-03-22 21:23:15Z tn $<a name="line.42"></a>
+<span class="sourceLineNo">042</span> * @version $Id: ByteArrayDataSource.java
1606709 2014-06-30 12:26:06Z ggregory $<a name="line.42"></a>
<span class="sourceLineNo">043</span> * @deprecated since 1.4, use {@link
javax.mail.util.ByteArrayDataSource} instead<a name="line.43"></a>
<span class="sourceLineNo">044</span> */<a name="line.44"></a>
<span class="sourceLineNo">045</span>@Deprecated<a name="line.45"></a>
@@ -77,7 +77,7 @@
<span class="sourceLineNo">069</span> * @throws IOException IOException<a
name="line.69"></a>
<span class="sourceLineNo">070</span> * @since 1.0<a name="line.70"></a>
<span class="sourceLineNo">071</span> */<a name="line.71"></a>
-<span class="sourceLineNo">072</span> public ByteArrayDataSource(byte[]
data, String aType) throws IOException<a name="line.72"></a>
+<span class="sourceLineNo">072</span> public ByteArrayDataSource(final
byte[] data, final String aType) throws IOException<a name="line.72"></a>
<span class="sourceLineNo">073</span> {<a name="line.73"></a>
<span class="sourceLineNo">074</span> this.type = aType;<a
name="line.74"></a>
<span class="sourceLineNo">075</span> ByteArrayInputStream bis =
null;<a name="line.75"></a>
@@ -104,7 +104,7 @@
<span class="sourceLineNo">096</span> * @throws IOException IOException<a
name="line.96"></a>
<span class="sourceLineNo">097</span> * @since 1.0<a name="line.97"></a>
<span class="sourceLineNo">098</span> */<a name="line.98"></a>
-<span class="sourceLineNo">099</span> public
ByteArrayDataSource(InputStream aIs, String aType) throws IOException<a
name="line.99"></a>
+<span class="sourceLineNo">099</span> public ByteArrayDataSource(final
InputStream aIs, final String aType) throws IOException<a name="line.99"></a>
<span class="sourceLineNo">100</span> {<a name="line.100"></a>
<span class="sourceLineNo">101</span> this.type = aType;<a
name="line.101"></a>
<span class="sourceLineNo">102</span> this.byteArrayDataSource(aIs);<a
name="line.102"></a>
@@ -119,7 +119,7 @@
<span class="sourceLineNo">111</span> * @throws IOException IOException<a
name="line.111"></a>
<span class="sourceLineNo">112</span> * @since 1.0<a name="line.112"></a>
<span class="sourceLineNo">113</span> */<a name="line.113"></a>
-<span class="sourceLineNo">114</span> public ByteArrayDataSource(String
data, String aType) throws IOException<a name="line.114"></a>
+<span class="sourceLineNo">114</span> public ByteArrayDataSource(final
String data, final String aType) throws IOException<a name="line.114"></a>
<span class="sourceLineNo">115</span> {<a name="line.115"></a>
<span class="sourceLineNo">116</span> this.type = aType;<a
name="line.116"></a>
<span class="sourceLineNo">117</span><a name="line.117"></a>
@@ -133,7 +133,7 @@
<span class="sourceLineNo">125</span> baos.flush();<a
name="line.125"></a>
<span class="sourceLineNo">126</span> baos.close();<a
name="line.126"></a>
<span class="sourceLineNo">127</span> }<a name="line.127"></a>
-<span class="sourceLineNo">128</span> catch
(UnsupportedEncodingException uex)<a name="line.128"></a>
+<span class="sourceLineNo">128</span> catch (final
UnsupportedEncodingException uex)<a name="line.128"></a>
<span class="sourceLineNo">129</span> {<a name="line.129"></a>
<span class="sourceLineNo">130</span> throw new IOException("The
Character Encoding is not supported.");<a name="line.130"></a>
<span class="sourceLineNo">131</span> }<a name="line.131"></a>
@@ -152,7 +152,7 @@
<span class="sourceLineNo">144</span> * @param aIs An InputStream.<a
name="line.144"></a>
<span class="sourceLineNo">145</span> * @throws IOException IOException<a
name="line.145"></a>
<span class="sourceLineNo">146</span> */<a name="line.146"></a>
-<span class="sourceLineNo">147</span> private void
byteArrayDataSource(InputStream aIs)<a name="line.147"></a>
+<span class="sourceLineNo">147</span> private void
byteArrayDataSource(final InputStream aIs)<a name="line.147"></a>
<span class="sourceLineNo">148</span> throws IOException<a
name="line.148"></a>
<span class="sourceLineNo">149</span> {<a name="line.149"></a>
<span class="sourceLineNo">150</span> BufferedInputStream bis = null;<a
name="line.150"></a>
@@ -161,7 +161,7 @@
<span class="sourceLineNo">153</span> try<a name="line.153"></a>
<span class="sourceLineNo">154</span> {<a name="line.154"></a>
<span class="sourceLineNo">155</span> int length = 0;<a
name="line.155"></a>
-<span class="sourceLineNo">156</span> byte[] buffer = new
byte[ByteArrayDataSource.BUFFER_SIZE];<a name="line.156"></a>
+<span class="sourceLineNo">156</span> final byte[] buffer = new
byte[ByteArrayDataSource.BUFFER_SIZE];<a name="line.156"></a>
<span class="sourceLineNo">157</span><a name="line.157"></a>
<span class="sourceLineNo">158</span> bis = new
BufferedInputStream(aIs);<a name="line.158"></a>
<span class="sourceLineNo">159</span> baos = new
ByteArrayOutputStream();<a name="line.159"></a>
@@ -226,7 +226,7 @@
<span class="sourceLineNo">218</span> * @param name The name.<a
name="line.218"></a>
<span class="sourceLineNo">219</span> * @since 1.3.1<a name="line.219"></a>
<span class="sourceLineNo">220</span> */<a name="line.220"></a>
-<span class="sourceLineNo">221</span> public void setName(String name)<a
name="line.221"></a>
+<span class="sourceLineNo">221</span> public void setName(final String
name)<a name="line.221"></a>
<span class="sourceLineNo">222</span> {<a name="line.222"></a>
<span class="sourceLineNo">223</span> this.name = name;<a
name="line.223"></a>
<span class="sourceLineNo">224</span> }<a name="line.224"></a>
Modified:
websites/production/commons/content/proper/commons-email/apidocs/src-html/org/apache/commons/mail/DefaultAuthenticator.html
==============================================================================
---
websites/production/commons/content/proper/commons-email/apidocs/src-html/org/apache/commons/mail/DefaultAuthenticator.html
(original)
+++
websites/production/commons/content/proper/commons-email/apidocs/src-html/org/apache/commons/mail/DefaultAuthenticator.html
Wed Jul 9 20:46:21 2014
@@ -32,7 +32,7 @@
<span class="sourceLineNo">024</span> * transport needing basic userName and
password type authentication.<a name="line.24"></a>
<span class="sourceLineNo">025</span> *<a name="line.25"></a>
<span class="sourceLineNo">026</span> * @since 1.0<a name="line.26"></a>
-<span class="sourceLineNo">027</span> * @version $Id:
DefaultAuthenticator.java 1459997 2013-03-22 21:23:15Z tn $<a
name="line.27"></a>
+<span class="sourceLineNo">027</span> * @version $Id:
DefaultAuthenticator.java 1606709 2014-06-30 12:26:06Z ggregory $<a
name="line.27"></a>
<span class="sourceLineNo">028</span> */<a name="line.28"></a>
<span class="sourceLineNo">029</span>public class DefaultAuthenticator extends
Authenticator<a name="line.29"></a>
<span class="sourceLineNo">030</span>{<a name="line.30"></a>
@@ -46,7 +46,7 @@
<span class="sourceLineNo">038</span> * @param password password to use
when authentication is requested<a name="line.38"></a>
<span class="sourceLineNo">039</span> * @since 1.0<a name="line.39"></a>
<span class="sourceLineNo">040</span> */<a name="line.40"></a>
-<span class="sourceLineNo">041</span> public DefaultAuthenticator(String
userName, String password)<a name="line.41"></a>
+<span class="sourceLineNo">041</span> public DefaultAuthenticator(final
String userName, final String password)<a name="line.41"></a>
<span class="sourceLineNo">042</span> {<a name="line.42"></a>
<span class="sourceLineNo">043</span> this.authentication = new
PasswordAuthentication(userName, password);<a name="line.43"></a>
<span class="sourceLineNo">044</span> }<a name="line.44"></a>