Hello,

Is there a way to access RAW email (Full email with all headers and mime content) from a plugin in the method "check_end" ?

Sample:

sub check_end
{
 my ($self, $params, $fulltext) = @_;
# the $fulltext does not exists in this method....
return 0;
}

Thank you, Nicolas


Reply via email to