in reply to Translating cid: image src to real filename

What does $entity->filename()return?

UPDATE: also, are you sure you're sending it with a filename?

Replies are listed 'Best First'.
Re: Re: Translating cid: image src to real filename
by cfreak (Chaplain) on Jul 28, 2003 at 18:09 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+#?