logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Sisimai::RFC3464::ThirdParty - bounce mail decoder class for a bounce mail which have fields defined in

Author

       azumakuniyuki

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.

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;

See Also