Sisimai::RFC3464::ThirdParty - bounce mail decoder class for a bounce mail which have fields defined in
Contents
Class Methods
"is3rdparty()"
is3rdparty() method returns true when the argument is a supported "X-" field
print Sisimai::RFC3464->is3rdparty();
"inquire(headerdata,referencetobodystring)"
inquire() method method decodes a bounced email and return results as an array reference. See
"Sisimai::Message" for more details.
Copyright
Copyright (C) 2024 azumakuniyuki, All rights reserved.
Description
"Sisimai::RFC3464::ThirdParty" is a class which called from called from only "Sisimai::RFC3464" when the
bounce message have a field which begins with "X-" such as "X-PowerMTA-BounceCategory:"
License
This software is distributed under The BSD 2-Clause License.
perl v5.40.1 2025-04-12 Sisimai::RFC3464::ThirdParty(3pm)
Name
Sisimai::RFC3464::ThirdParty - bounce mail decoder class for a bounce mail which have fields defined in
RFC3464 and some fields begin with "X-"
Synopsis
use Sisimai::RFC3464::ThirdParty;
