apache-mime4j 0.8.11-1 source package in Ubuntu

Changelog

apache-mime4j (0.8.11-1) unstable; urgency=medium

  * Team upload
  * New upstream version 0.8.11

 -- tony mancill <email address hidden>  Thu, 07 Mar 2024 21:17:59 -0800

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe java

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
apache-mime4j_0.8.11-1.dsc 2.2 KiB d685f6db03e03c8edcc8a34081968fe04f3dda8ce39df518cf55419fedefccb5
apache-mime4j_0.8.11.orig.tar.xz 458.6 KiB 27fa5f24257bfc55ac53e4d0a49ee7d80ffa03bd4ee76ab5bc06d54b3547aa9f
apache-mime4j_0.8.11-1.debian.tar.xz 4.3 KiB 1c6677935b3286b7bcb28836bfd2c318ca08f7d515c0a79c27676fdb76b81c76

Available diffs

No changes file available.

Binary packages built by this source

libapache-mime4j-java: MIME and RFC822 parser for Java

 mime4j provides a parser, MimeStreamParser, for e-mail message streams in
 plain rfc822 and MIME format. The parser uses a callback mechanism to report
 parsing events such as the start of an entity header, the start of a body,
 etc.
 If you are familiar with the SAX XML parser interface you should have no
 problem getting started with mime4j.