ripMIME
ripMIME copied to clipboard
MIME/email package decoder
Hello, @inflex! Thanks for wonderful utility! What about unix-way standard output of file content instead IO file operations in a directory? Also this need yet existed functions in other combinations...
This patch is taken from Gentoo.
make CC=arm-linux-gnueabi-gcc CFLAGS="-Wall --static -O2 -marm -march=armv5tej"
When `ripmime -i` is given a directory name, it'll automatically recurse into that directory: ``` martin.mein-iserv.de ~ # mkdir foo martin.mein-iserv.de ~ # touch foo/bar martin.mein-iserv.de ~ # ripmime -i...
When ripmime fails writing to an existing directory with insufficient permissions (e.g. missing x-bits) it prints an error message "mime.c:1484:MIME_decode_text:ERROR: cannot open out/textfile0 for writing" but still returns an exit...
Hi, Would it be possible for you to tag a package version for packaging purposes? Thanks
First of all, many thanks for ripmime! I sometimes encounter files containing attachments with very long filenames. "Very long" means longer than 255 characters (on my Linux system). This is...
Hi, would it be possible to rename the attachment(s) on the fly? Best regards, Marc
The problem is caused by the code in `FFGET_getnewblock()` that turns NUL bytes into spaces. The binary encoding of a binary file, such as an image, will most likely contain...
Hi, ripmime has already saved me hours on end with scans students send me via email. All works brilliantly as long as the attached file has no space in their...