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 520AD186A8 for ; Sat, 23 May 2015 18:45:40 +0000 (UTC) Received: (qmail 94344 invoked by uid 500); 23 May 2015 18:45:40 -0000 Delivered-To: apmail-commons-notifications-archive@commons.apache.org Received: (qmail 94303 invoked by uid 500); 23 May 2015 18:45:40 -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 94216 invoked by uid 99); 23 May 2015 18:45:40 -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 18:45:40 +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 14321AC0639 for ; Sat, 23 May 2015 18:45:40 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r952467 [8/22] - in /websites/production/commons/content/proper/commons-email/javadocs/api-release: ./ org/ org/apache/ org/apache/commons/ org/apache/commons/mail/ org/apache/commons/mail/class-use/ org/apache/commons/mail/resolver/ org/ap... Date: Sat, 23 May 2015 18:45:38 -0000 To: notifications@commons.apache.org From: tn@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150523184540.14321AC0639@hades.apache.org> Added: websites/production/commons/content/proper/commons-email/javadocs/api-release/org/apache/commons/mail/ImageHtmlEmail.html ============================================================================== --- websites/production/commons/content/proper/commons-email/javadocs/api-release/org/apache/commons/mail/ImageHtmlEmail.html (added) +++ websites/production/commons/content/proper/commons-email/javadocs/api-release/org/apache/commons/mail/ImageHtmlEmail.html Sat May 23 18:45:36 2015 @@ -0,0 +1,425 @@ + + + + + +ImageHtmlEmail (Apache Commons Email 1.4 API) + + + + + + + + + + +
+
org.apache.commons.mail
+

Class ImageHtmlEmail

+
+
+ +
+
    +
  • +
    +
    +
    public class ImageHtmlEmail
    +extends HtmlEmail
    +

    Small wrapper class on top of HtmlEmail which encapsulates the required logic + to retrieve images that are contained in "<img src=../>" elements in the HTML + code. This is done by replacing all img-src-elements with "cid:"-entries and + embedding images in the email. +

    +

    + For local files the class tries to either load them via an absolute path or - + if available - use a relative path starting from a base directory. For files + that are not found locally, the implementation tries to download + the element and link it in. +

    +

    + The image loading is done by an instance of DataSourceResolver + which has to be provided by the caller. +

    +
    Since:
    +
    1.3
    +
    Version:
    +
    $Id$
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

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

+ + Propchange: websites/production/commons/content/proper/commons-email/javadocs/api-release/org/apache/commons/mail/ImageHtmlEmail.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: websites/production/commons/content/proper/commons-email/javadocs/api-release/org/apache/commons/mail/ImageHtmlEmail.html ------------------------------------------------------------------------------ svn:keywords = Id Revision HeadURL Propchange: websites/production/commons/content/proper/commons-email/javadocs/api-release/org/apache/commons/mail/ImageHtmlEmail.html ------------------------------------------------------------------------------ svn:mime-type = text/html