File-Unpack
view release on metacpan or search on metacpan
# metamail: Incomplete multipart message -- unexpected EOF
# Cannot handle any part of multipart/alternative message
-> use perl-MIME-tools, this is more flexible.
# when I extract the parts between the boundary string and feed this
# to metamail one by one, it works well.
env METAMAIL_TMPDIR=. metamail -d -w jpeg.mm
This message contains 'image/jpeg`-format data.
which is being decoded and written to the file named "./Unknown.jpeg".
If you do not want this data, you probably should delete that file.
Wrote file ./Unknown.jpeg
( run in 0.432 second using v1.01-cache-2.11-cpan-a9ef4e587e4 )