Package sun-mimepull: Information

    Source package: sun-mimepull
    Version: 1.2-alt4_2jpp6
    Build time:  Oct 23, 2010, 07:10 PM
    Category: Development/Java
    Report package bug
    License: CDDL
    Summary: MIME Pull
    Description: 
    This provides a streaming API to access attachments parts in
    a MIME message. Often times, a large MIME message cannot be
    loaded into memory. Hence the whole message or attachment
    parts are written to a file system and access to the
    attachment parts is provided using those files.
    But in some cases, the attachment parts can be accessed by
    applications in a streaming fashion, provided: - The parts
    are accessed orderly (as they appear in the stream) - The
    parts are accessed only once. In such situations, the parts
    need not be written to file system (however large message
    it is !)
    MIME message parsing is done using pull-parsing, much similar
    to StAX in XML world. The MIMEParts are constructed lazily,
    and parsing is triggered by applications while reading the
    attachment parts. MIMEConfig provides various configuration
    options to control parsing and storing MIME parts. It is
    also possible to read MIME parts in any order and multiple
    times, but doing so may create attachment parts on the file
    system.

    List of rpms provided by this srpm:
    sun-mimepull (noarch)
    sun-mimepull-javadoc (noarch)
    sun-mimepull-repolib (noarch)

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko

      1. /proc
      2. ant >= 0:1.6.5
      3. maven-surefire-plugin
      4. maven2 >= 0:2.0.7
      5. maven2-plugin-assembly
      6. maven2-plugin-compiler
      7. maven2-plugin-idea
      8. maven2-plugin-install
      9. maven2-plugin-jar
      10. maven2-plugin-javadoc
      11. maven2-plugin-resources
      12. stax-ex
      13. stax_1_0_api
      14. jpackage-compat
      15. jaf_1_1_api
      16. jpackage-utils >= 0:1.7.4
      17. junit
      18. wstx

    Last changed


    Oct. 23, 2010 Igor Vlasenko 0:1.2-alt4_2jpp6
    - added repolib
    May 12, 2010 Igor Vlasenko 0:1.2-alt4_1jpp5
    - fixes for java6 support
    Jan. 10, 2009 Igor Vlasenko 0:1.2-alt3_1jpp5
    - robot now always fixes docdir ownership