in reply to Re: Re: Translating cid: image src to real filename
in thread Translating cid: image src to real filename

Are you looping through the result of $msg->parts(), and then do you check for an image something like $part->type() =~ m#^image/\w+#?