mirror of
https://github.com/itflow-org/itflow
synced 2026-06-16 23:01:04 +00:00
Add new optional beta email parser thats based on ImapEngine instead of Webklex
This commit is contained in:
13
plugins/vendor/egulias/email-validator/src/Warning/CFWSWithFWS.php
vendored
Normal file
13
plugins/vendor/egulias/email-validator/src/Warning/CFWSWithFWS.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace Egulias\EmailValidator\Warning;
|
||||
|
||||
class CFWSWithFWS extends Warning
|
||||
{
|
||||
public const CODE = 18;
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
$this->message = 'Folding whites space followed by folding white space';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user