Page Menu
Home
WMGMC Issues
搜索
Configure Global Search
登录
Files
F16108
Unanswered.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
订阅
标记用于日后
授予令牌
Size
461 B
Referenced Files
None
订阅者
None
Unanswered.php
View Options
<?php
declare
(
strict_types
=
1
);
namespace
Ddeboer\Imap\Search\Flag
;
use
Ddeboer\Imap\Search\ConditionInterface
;
/**
* Represents an UNANSWERED flag condition. Messages must not have the
* \\ANSWERED flag set in order to match the condition.
*/
final
class
Unanswered
implements
ConditionInterface
{
/**
* Returns the keyword that the condition represents.
*/
public
function
toString
():
string
{
return
'UNANSWERED'
;
}
}
File Metadata
详情
附加的
Mime Type
text/x-php
Expires
9月 11 Thu, 1:46 PM (18 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5579
默认替代文本
Unanswered.php (461 B)
Attached To
Mode
rMAILCOW mailcow-tracking
附加的
Detach File
Event Timeline
Log In to Comment