Sisimai::RFC3464(3pm) | User Contributed Perl Documentation | Sisimai::RFC3464(3pm) |
Sisimai::RFC3464 - bounce mail parser class for Fallback.
use Sisimai::RFC3464;
Sisimai::RFC3464 is a class which called from called from only Sisimai::Message when other Sisimai::Bite::Email::* modules did not detected a bounce reason.
"description()" returns description string of this module.
print Sisimai::RFC3464->description;
"smtpagent()" returns MDA name or string 'RFC3464'.
print Sisimai::RFC3464->smtpagent;
"scan()" method parses a bounced email and return results as a array reference. See Sisimai::Message for more details.
azumakuniyuki
Copyright (C) 2014-2018 azumakuniyuki, All rights reserved.
This software is distributed under The BSD 2-Clause License.
2018-11-15 | perl v5.28.0 |