# generic test version sub check_for_mime { my ($self, undef, $test) = @_;
$self->_check_attachments unless exists $self->{$test}; return $self->{$test}; } for instance the body array goes into this but it's ignored. Why is it done like that?Since self includes the PMS everything can be later derived from that so i'm confused why
the callers pass in those arguments.