mirror of
https://github.com/itflow-org/itflow
synced 2026-06-26 03:31:05 +00:00
Mail Parser: Completely remove Webklex IMAP and all dependcies
This commit is contained in:
@@ -270,6 +270,14 @@ class ImapQueryBuilder
|
||||
return $this->where(ImapSearchKey::Header->value." $header", $value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Add a where "HEADER Message-ID" clause to the query.
|
||||
*/
|
||||
public function messageId(string $messageId): static
|
||||
{
|
||||
return $this->header('Message-ID', trim(trim($messageId), '<>'));
|
||||
}
|
||||
|
||||
/**
|
||||
* Add a where "UID" clause to the query.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user