DOKK / manpages / debian 13 / libsisimai-perl / Sisimai::RFC3464::ThirdParty.3pm.en
Sisimai::RFC3464::ThirdParty(3pm) User Contributed Perl Documentation Sisimai::RFC3464::ThirdParty(3pm)

Sisimai::RFC3464::ThirdParty - bounce mail decoder class for a bounce mail which have fields defined in RFC3464 and some fields begin with "X-"

    use Sisimai::RFC3464::ThirdParty;

"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:"

is3rdparty() method returns true when the argument is a supported "X-" field

    print Sisimai::RFC3464->is3rdparty();

"inquire(header data, reference to body string)"

inquire() method method decodes a bounced email and return results as an array reference. See "Sisimai::Message" for more details.

azumakuniyuki

Copyright (C) 2024 azumakuniyuki, All rights reserved.

This software is distributed under The BSD 2-Clause License.

2025-04-12 perl v5.40.1