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

'Internal Server Error' ;)

Seriously though I believe that bodyhandle() is returns an IO filehandle object which path() is being called on.

Lobster Aliens Are attacking the world!

Replies are listed 'Best First'.
Re: Re: Re: Translating cid: image src to real filename
by cleverett (Friar) on Jul 28, 2003 at 18:15 UTC
    Are you looping through the result of $msg->parts(), and then do you check for an image something like $part->type() =~ m#^image/\w+#?