./mail/ripmime, Extract the attached files out of a MIME encoded email package

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.4.0.10nb1, Package name: ripmime-1.4.0.10nb1, Maintainer: reed

RipMIME is designed to extract the attached files out of a MIME
package (as say produced by programs such as AMaViS, Inflex and
Xamime). It can decode BASE64, Apple-double, UUENCODED, TNEF,
QuotedPrintable, nested and MS MHT attachments out of mailpacks.


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 170.518 KB

Version history: (Expand)


CVS history: (Expand)


   2021-10-26 12:54:34 by Nia Alarie | Files touched by this commit (356)
Log message:
mail: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles were unfetchable (possibly fetched
conditionally?):

./mail/qmail/distinfo netqmail-1.05-TAI-leapsecs.patch
   2021-10-07 16:25:52 by Nia Alarie | Files touched by this commit (357)
Log message:
mail: Remove SHA1 hashes for distfiles
   2019-11-02 17:25:29 by Roland Illig | Files touched by this commit (112)
Log message:
mail: align variable assignments

pkglint -Wall -F --only aligned -r

No manual corrections.
   2015-11-04 00:27:24 by Alistair G. Crooks | Files touched by this commit (312)
Log message:
Add SHA512 digests for distfiles for mail category

Problems found locating distfiles:
	Package mutt: missing distfile patch-1.5.24.rr.compressed.gz
	Package p5-Email-Valid: missing distfile Email-Valid-1.198.tar.gz
	Package pine: missing distfile fancy.patch.gz
	Package postgrey: missing distfile targrey-0.31-postgrey-1.34.patch
	Package qmail: missing distfile badrcptto.patch
	Package qmail: missing distfile outgoingip.patch
	Package qmail: missing distfile qmail-1.03-realrcptto-2006.12.10.patch
	Package qmail: missing distfile qmail-smtpd-viruscan-1.3.patch
	Package thunderbird24: missing distfile enigmail-1.7.2.tar.gz
	Package thunderbird31: missing distfile enigmail-1.7.2.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2014-12-22 20:35:51 by Sergey Svishchev | Files touched by this commit (1)
Log message:
PR/48079 -- unbreak Solaris build for real.  Tested on Solaris 10.
   2013-08-30 18:53:45 by Joerg Sonnenberger | Files touched by this commit (6)
Log message:
Correctly fix the ctype usage. Don't overwrite our CFLAGS.
Bump revision.
   2013-08-01 22:19:55 by Sergey Svishchev | Files touched by this commit (3)
Log message:
PR/48079 -- unbreak Solaris build.
   2013-07-21 12:58:49 by Sergey Svishchev | Files touched by this commit (5)
Log message:
Update to 1.4.0.10. Changes:

Added iconv output support via -x<set>.

Fixed up the BASE64 decoding detection of boundaries which are sometimes missed.

Updated ripOLE to handle nameless / unknown stream blobs.

Added a header fixing routine in MIME_headers, this fix attempts
to unwrap headers which are missing a leading space on the next line
This feature can be disabled using --disable-headerfix.

Added recursion facility if the input mailpack/MIME file is a directory.