Return-Path: X-Original-To: apmail-commons-notifications-archive@minotaur.apache.org Delivered-To: apmail-commons-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E5D1917822 for ; Sat, 23 May 2015 06:51:04 +0000 (UTC) Received: (qmail 88337 invoked by uid 500); 23 May 2015 06:51:04 -0000 Delivered-To: apmail-commons-notifications-archive@commons.apache.org Received: (qmail 88293 invoked by uid 500); 23 May 2015 06:51:04 -0000 Mailing-List: contact notifications-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list notifications@commons.apache.org Received: (qmail 88105 invoked by uid 99); 23 May 2015 06:51:04 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 May 2015 06:51:04 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 9C2A9AC06AD for ; Sat, 23 May 2015 06:51:04 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r952406 [13/42] - in /websites/production/commons/content/proper/commons-email: ./ apidocs/ apidocs/org/apache/commons/mail/ apidocs/org/apache/commons/mail/class-use/ apidocs/org/apache/commons/mail/resolver/ apidocs/org/apache/commons/mai... Date: Sat, 23 May 2015 06:51:00 -0000 To: notifications@commons.apache.org From: tn@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150523065104.9C2A9AC06AD@hades.apache.org> 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 Sat May 23 06:50:57 2015 @@ -3,13 +3,13 @@ -MimeMessageUtils (Apache Commons Email 1.3.3 API) +MimeMessageUtils (Apache Commons Email 1.4 API) @@ -83,7 +83,7 @@
@@ -186,13 +186,13 @@ extends MimeMessage createMimeMessage(Session session, byte[] source) throws MessagingException, - IOException + IOException
Create a MimeMessage.
Parameters:
session - the mail session
source - the input data
Returns:
the MimeMessage
Throws:
MessagingException - creating the MimeMessage failed
-
IOException - creating the MimeMessage failed
+
IOException - creating the MimeMessage failed
@@ -202,15 +202,15 @@ extends

createMimeMessage

public static MimeMessage createMimeMessage(Session session,
-                            File source)
+                            File source)
                                      throws MessagingException,
-                                            IOException
+ IOException
Create a MimeMessage.
Parameters:
session - the mail session
source - the input data
Returns:
the MimeMessage
Throws:
MessagingException - creating the MimeMessage failed
-
IOException - creating the MimeMessage failed
+
IOException - creating the MimeMessage failed
@@ -220,7 +220,7 @@ extends

createMimeMessage

public static MimeMessage createMimeMessage(Session session,
-                            InputStream source)
+                            InputStream source)
                                      throws MessagingException
Create a MimeMessage.
Parameters:
session - the mail session
source - the input data
@@ -236,15 +236,15 @@ extends

createMimeMessage

public static MimeMessage createMimeMessage(Session session,
-                            String source)
+                            String source)
                                      throws MessagingException,
-                                            IOException
+ IOException
Create a MimeMessage using the platform's default character encoding.
Parameters:
session - the mail session
source - the input data
Returns:
the MimeMessage
Throws:
MessagingException - creating the MimeMessage failed
-
IOException - creating the MimeMessage failed
+
IOException - creating the MimeMessage failed
@@ -254,14 +254,14 @@ extends

writeMimeMessage

public static void writeMimeMessage(MimeMessage mimeMessage,
-                    File resultFile)
+                    File resultFile)
                              throws MessagingException,
-                                    IOException
+ IOException
Convenience method to write a MimeMessage into a file.
Parameters:
mimeMessage - the MimeMessage to write
resultFile - the file containing the MimeMessgae
Throws:
MessagingException - accessing MimeMessage failed
-
IOException - writing the MimeMessage failed
+
IOException - writing the MimeMessage failed
@@ -331,6 +331,6 @@ extends Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.

+

Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.

- \ No newline at end of file + 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 Sat May 23 06:50:57 2015 @@ -3,13 +3,13 @@ -Uses of Class org.apache.commons.mail.util.MimeMessageParser (Apache Commons Email 1.3.3 API) +Uses of Class org.apache.commons.mail.util.MimeMessageParser (Apache Commons Email 1.4 API) @@ -154,6 +154,6 @@
-

Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.

+

Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.

- \ No newline at end of file + 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 Sat May 23 06:50:57 2015 @@ -3,13 +3,13 @@ -Uses of Class org.apache.commons.mail.util.MimeMessageUtils (Apache Commons Email 1.3.3 API) +Uses of Class org.apache.commons.mail.util.MimeMessageUtils (Apache Commons Email 1.4 API) @@ -110,6 +110,6 @@ -

Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.

+

Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.

- \ No newline at end of file + 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 Sat May 23 06:50:57 2015 @@ -3,7 +3,7 @@ -org.apache.commons.mail.util (Apache Commons Email 1.3.3 API) +org.apache.commons.mail.util (Apache Commons Email 1.4 API) @@ -16,4 +16,4 @@ - \ No newline at end of file + 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 Sat May 23 06:50:57 2015 @@ -3,13 +3,13 @@ -org.apache.commons.mail.util (Apache Commons Email 1.3.3 API) +org.apache.commons.mail.util (Apache Commons Email 1.4 API) @@ -146,6 +146,6 @@ -

Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.

+

Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.

- \ No newline at end of file + 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 Sat May 23 06:50:57 2015 @@ -3,13 +3,13 @@ -org.apache.commons.mail.util Class Hierarchy (Apache Commons Email 1.3.3 API) +org.apache.commons.mail.util Class Hierarchy (Apache Commons Email 1.4 API) @@ -71,7 +71,7 @@

Class Hierarchy

-

Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.

+

Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.

- \ No newline at end of file + 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 Sat May 23 06:50:57 2015 @@ -3,13 +3,13 @@ -Uses of Package org.apache.commons.mail.util (Apache Commons Email 1.3.3 API) +Uses of Package org.apache.commons.mail.util (Apache Commons Email 1.4 API) @@ -148,6 +148,6 @@ -

Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.

+

Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.

- \ No newline at end of file + 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 Sat May 23 06:50:57 2015 @@ -3,7 +3,7 @@ -Overview List (Apache Commons Email 1.3.3 API) +Overview List (Apache Commons Email 1.4 API) @@ -18,4 +18,4 @@

 

- \ No newline at end of file + 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 Sat May 23 06:50:57 2015 @@ -3,13 +3,13 @@ -Overview (Apache Commons Email 1.3.3 API) +Overview (Apache Commons Email 1.4 API) @@ -62,7 +62,7 @@
-

Apache Commons Email 1.3.3 API

+

Apache Commons Email 1.4 API

@@ -143,6 +143,6 @@ -

Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.

+

Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.

- \ No newline at end of file + 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 Sat May 23 06:50:57 2015 @@ -3,13 +3,13 @@ -Class Hierarchy (Apache Commons Email 1.3.3 API) +Class Hierarchy (Apache Commons Email 1.4 API) @@ -73,14 +73,14 @@

Class Hierarchy

-

Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.

+

Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.

- \ No newline at end of file + 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 Sat May 23 06:50:57 2015 @@ -3,13 +3,13 @@ -Serialized Form (Apache Commons Email 1.3.3 API) +Serialized Form (Apache Commons Email 1.4 API) @@ -72,7 +72,7 @@
  • -

    Class org.apache.commons.mail.EmailException extends Exception implements Serializable

    +

    Class org.apache.commons.mail.EmailException extends Exception implements Serializable

    serialVersionUID:
    5550674499282474616L
    @@ -127,6 +127,6 @@ -

    Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.

    +

    Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.

    - \ No newline at end of file + 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 Sat May 23 06:50:57 2015 @@ -317,4 +317,4 @@ - \ No newline at end of file + Modified: websites/production/commons/content/proper/commons-email/apidocs/src-html/org/apache/commons/mail/DataSourceResolver.html ============================================================================== --- websites/production/commons/content/proper/commons-email/apidocs/src-html/org/apache/commons/mail/DataSourceResolver.html (original) +++ websites/production/commons/content/proper/commons-email/apidocs/src-html/org/apache/commons/mail/DataSourceResolver.html Sat May 23 06:50:57 2015 @@ -118,4 +118,4 @@ - \ No newline at end of file + 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 Sat May 23 06:50:57 2015 @@ -128,4 +128,4 @@ - \ No newline at end of file +