Package apache-commons-email: Information

    Binary package: apache-commons-email
    Version: 1.1-alt2_4jpp6
    Architecture: noarch
    Build time:  Dec 31, 2010, 05:14 PM
    Source package: apache-commons-email
    Category: Development/Java
    Report package bug
    License: Apache Software License 2.0
    Summary: Apache Commons Email Package
    Description: 
    Commons-Email aims to provide a API for sending email. It
    is built on top of the Java Mail API, which it aims to
    simplify.
    Some of the mail classes that are provided are as follows:
    
    SimpleEmail    - This class is used to send basic text based
                     emails.
    MultiPartEmail - This class is used to send multipart messages.
                     This allows a text message with attachments
                     either inline or attached.
    HtmlEmail      - This class is used to send HTML formatted
                     emails. It has all of the capabilities as
                     MultiPartEmail allowing attachments to be
                     easily added. It also supports embedded images.
    EmailAttachment - This is a simple container class to allow
                     for easy handling of attachments. It is for
                     se with instances of MultiPartEmail and HtmlEmail.

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko

    Last changed


    Dec. 31, 2010 Igor Vlasenko 0:1.1-alt2_4jpp6
    - fixed symlinks
    Dec. 30, 2010 Igor Vlasenko 0:1.1-alt1_4jpp6
    - added osgi manifest