whoami7 - Manager
:
/
home
/
kckglobal
/
cloud.kckglobal.net
/
application
/
vendor
/
ddeboer
/
imap
/
src
/
Search
/
State
/
Upload File:
files >> //home/kckglobal/cloud.kckglobal.net/application/vendor/ddeboer/imap/src/Search/State/Deleted.php
<?php declare(strict_types=1); namespace Ddeboer\Imap\Search\State; use Ddeboer\Imap\Search\ConditionInterface; /** * Represents a DELETED condition. Messages must have been marked for deletion * but not yet expunged in order to match the condition. */ final class Deleted implements ConditionInterface { /** * Returns the keyword that the condition represents. */ public function toString(): string { return 'DELETED'; } }
Copyright ©2021 || Defacer Indonesia