8889841cDeprecatedComment.php000064400000000322150536676450010656 0ustar00message = 'Deprecated comments'; } } CFWSNearAt.php000064400000000335150536676450007134 0ustar00message = "Deprecated folding white space near @"; } } IPV6ColonStart.php000064400000000410150536676450010026 0ustar00message = ':: found at the start of the domain literal'; $this->rfcNumber = 5322; } } IPV6ColonEnd.php000064400000000404150536676450007442 0ustar00message = ':: found at the end of the domain literal'; $this->rfcNumber = 5322; } } TLD.php000064400000000274150536676450005724 0ustar00message = "RFC5321, TLD"; } } ObsoleteDTEXT.php000064400000000374150536676450007667 0ustar00rfcNumber = 5322; $this->message = 'Obsolete DTEXT in domain literal'; } } NoDNSMXRecord.php000064400000000404150536676450007621 0ustar00message = 'No MX DSN record was found for this email'; $this->rfcNumber = 5321; } } LabelTooLong.php000064400000000351150536676450007616 0ustar00message = 'Label too long'; $this->rfcNumber = 5322; } } QuotedString.php000064400000000525150536676450007730 0ustar00message = "Quoted String found between $prevToken and $postToken"; } } IPV6Deprecated.php000064400000000364150536676450010006 0ustar00message = 'Deprecated form of IPV6'; $this->rfcNumber = 5321; } } IPV6BadChar.php000064400000000371150536676450007230 0ustar00message = 'Bad char in IPV6 domain literal'; $this->rfcNumber = 5322; } } IPV6GroupCount.php000064400000000372150536676450010052 0ustar00message = 'Group count is not IPV6 valid'; $this->rfcNumber = 5322; } } IPV6DoubleColon.php000064400000000377150536676450010157 0ustar00message = 'Double colon found after IPV6 tag'; $this->rfcNumber = 5322; } } IPV6MaxGroups.php000064400000000415150536676450007670 0ustar00message = 'Reached the maximum number of IPV6 groups allowed'; $this->rfcNumber = 5321; } } QuotedPart.php000064400000000536150536676450007372 0ustar00message = "Deprecated Quoted String found between $prevToken and $postToken"; } } AddressLiteral.php000064400000000373150536676450010203 0ustar00message = 'Address literal in domain part'; $this->rfcNumber = 5321; } } DomainTooLong.php000064400000000402150536676450010003 0ustar00message = 'Domain is too long, exceeds 255 chars'; $this->rfcNumber = 5322; } } EmailTooLong.php000064400000000436150536676450007632 0ustar00message = 'Email is too long, exceeds ' . EmailParser::EMAIL_MAX_LENGTH; } } Warning.php000064400000001272150536676450006705 0ustar00message; } /** * @return int */ public function code() { return static::CODE; } /** * @return int */ public function RFCNumber() { return $this->rfcNumber; } public function __toString() { return $this->message() . " rfc: " . $this->rfcNumber . "interal code: " . static::CODE; } } CFWSWithFWS.php000064400000000355150536676450007257 0ustar00message = 'Folding whites space followed by folding white space'; } } LocalTooLong.php000064400000000456150536676450007637 0ustar00message = 'Local part is too long, exceeds 64 chars (octets)'; $this->rfcNumber = 5322; } } Comment.php000064400000000321150536676450006674 0ustar00message = "Comments found in this email"; } } DomainLiteral.php000064400000000352150536676450010022 0ustar00message = 'Domain Literal'; $this->rfcNumber = 5322; } }