mirror of
https://github.com/itflow-org/itflow
synced 2026-03-11 16:24:50 +00:00
Add new optional beta email parser thats based on ImapEngine instead of Webklex
This commit is contained in:
15
plugins/vendor/directorytree/imapengine/src/Connection/RawQueryValue.php
vendored
Normal file
15
plugins/vendor/directorytree/imapengine/src/Connection/RawQueryValue.php
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace DirectoryTree\ImapEngine\Connection;
|
||||
|
||||
use Stringable;
|
||||
|
||||
class RawQueryValue
|
||||
{
|
||||
/**
|
||||
* Constructor.
|
||||
*/
|
||||
public function __construct(
|
||||
public readonly Stringable|string $value
|
||||
) {}
|
||||
}
|
||||
Reference in New Issue
Block a user