Server IP : 213.176.29.180 / Your IP : 3.135.215.149 Web Server : Apache System : Linux 213.176.29.180.hostiran.name 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64 User : webtaragh ( 1001) PHP Version : 8.3.14 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home/webtaragh/public_html/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
PK g�$Z��� � + email-validator/src/Warning/IPV6BadChar.phpnu �[��� <?php namespace Egulias\EmailValidator\Warning; class IPV6BadChar extends Warning { const CODE = 74; public function __construct() { $this->message = 'Bad char in IPV6 domain literal'; $this->rfcNumber = 5322; } } PK g�$ZF�� - email-validator/src/Warning/NoDNSMXRecord.phpnu �[��� <?php namespace Egulias\EmailValidator\Warning; class NoDNSMXRecord extends Warning { const CODE = 6; public function __construct() { $this->message = 'No MX DSN record was found for this email'; $this->rfcNumber = 5321; } } PK g�$Z�L�� � . email-validator/src/Warning/IPV6Deprecated.phpnu �[��� <?php namespace Egulias\EmailValidator\Warning; class IPV6Deprecated extends Warning { const CODE = 13; public function __construct() { $this->message = 'Deprecated form of IPV6'; $this->rfcNumber = 5321; } } PK g�$Z��� � * email-validator/src/Warning/CFWSNearAt.phpnu �[��� <?php namespace Egulias\EmailValidator\Warning; class CFWSNearAt extends Warning { const CODE = 49; public function __construct() { $this->message = "Deprecated folding white space near @"; } } PK g�$Z�%� � - email-validator/src/Warning/ObsoleteDTEXT.phpnu �[��� <?php namespace Egulias\EmailValidator\Warning; class ObsoleteDTEXT extends Warning { const CODE = 71; public function __construct() { $this->rfcNumber = 5322; $this->message = 'Obsolete DTEXT in domain literal'; } } PK g�$Z6.�i , email-validator/src/Warning/IPV6ColonEnd.phpnu �[��� <?php namespace Egulias\EmailValidator\Warning; class IPV6ColonEnd extends Warning { const CODE = 77; public function __construct() { $this->message = ':: found at the end of the domain literal'; $this->rfcNumber = 5322; } } PK g�$Z̋�� � - email-validator/src/Warning/DomainLiteral.phpnu �[��� <?php namespace Egulias\EmailValidator\Warning; class DomainLiteral extends Warning { const CODE = 70; public function __construct() { $this->message = 'Domain Literal'; $this->rfcNumber = 5322; } } PK g�$Z���� � / email-validator/src/Warning/IPV6DoubleColon.phpnu �[��� <?php namespace Egulias\EmailValidator\Warning; class IPV6DoubleColon extends Warning { const CODE = 73; public function __construct() { $this->message = 'Double colon found after IPV6 tag'; $this->rfcNumber = 5322; } } PK g�$ZQ��� . email-validator/src/Warning/IPV6ColonStart.phpnu �[��� <?php namespace Egulias\EmailValidator\Warning; class IPV6ColonStart extends Warning { const CODE = 76; public function __construct() { $this->message = ':: found at the start of the domain literal'; $this->rfcNumber = 5322; } } PK g�$Z��� � . email-validator/src/Warning/IPV6GroupCount.phpnu �[��� <?php namespace Egulias\EmailValidator\Warning; class IPV6GroupCount extends Warning { const CODE = 72; public function __construct() { $this->message = 'Group count is not IPV6 valid'; $this->rfcNumber = 5322; } } PK g�$Z[rn - email-validator/src/Warning/IPV6MaxGroups.phpnu �[��� <?php namespace Egulias\EmailValidator\Warning; class IPV6MaxGroups extends Warning { const CODE = 75; public function __construct() { $this->message = 'Reached the maximum number of IPV6 groups allowed'; $this->rfcNumber = 5321; } } PK g�$Z���U U , email-validator/src/Warning/QuotedString.phpnu �[��� <?php namespace Egulias\EmailValidator\Warning; class QuotedString extends Warning { const CODE = 11; /** * @param scalar $prevToken * @param scalar $postToken */ public function __construct($prevToken, $postToken) { $this->message = "Quoted String found between $prevToken and $postToken"; } } PK g�$Z5R#� � + email-validator/src/Warning/CFWSWithFWS.phpnu �[��� <?php namespace Egulias\EmailValidator\Warning; class CFWSWithFWS extends Warning { const CODE = 18; public function __construct() { $this->message = 'Folding whites space followed by folding white space'; } } PK g�$Z��A". . , email-validator/src/Warning/LocalTooLong.phpnu �[��� <?php namespace Egulias\EmailValidator\Warning; class LocalTooLong extends Warning { const CODE = 64; const LOCAL_PART_LENGTH = 64; public function __construct() { $this->message = 'Local part is too long, exceeds 64 chars (octets)'; $this->rfcNumber = 5322; } } PK g�$Z�zV�� � , email-validator/src/Warning/LabelTooLong.phpnu �[��� <?php namespace Egulias\EmailValidator\Warning; class LabelTooLong extends Warning { const CODE = 63; public function __construct() { $this->message = 'Label too long'; $this->rfcNumber = 5322; } } PK g�$Zr�� � . email-validator/src/Warning/AddressLiteral.phpnu �[��� <?php namespace Egulias\EmailValidator\Warning; class AddressLiteral extends Warning { const CODE = 12; public function __construct() { $this->message = 'Address literal in domain part'; $this->rfcNumber = 5321; } } PK g�$Z�x�� , email-validator/src/Warning/EmailTooLong.phpnu �[��� <?php namespace Egulias\EmailValidator\Warning; use Egulias\EmailValidator\EmailParser; class EmailTooLong extends Warning { const CODE = 66; public function __construct() { $this->message = 'Email is too long, exceeds ' . EmailParser::EMAIL_MAX_LENGTH; } } PK g�$Z�!�� � '