Re: access to binary attachments from $PerMsgStatus ?

2008-09-14 Thread Jonas Eckerman
Christian Recktenwald wrote: The stucture I get from the method argv using the code below lacks contents using the MIME type "application/octet-stream" - at least. [...] for my $i (@{$msg->{body_parts}}) { Have you tried using the find_parts method? see perldoc Mail::SpamAss

access to binary attachments from $PerMsgStatus ?

2008-09-13 Thread Christian Recktenwald
Hi, writing a plugin to investigate zip-file content I see the need to get access to attachment data. The stucture I get from the method argv using the code below lacks contents using the MIME type "application/octet-stream" - at least. (If I just change the content-type: header for testing purp