Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F104835033
MetaMTAReceivedMailStatus.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Mar 12, 18:39
Size
756 B
Mime Type
text/x-php
Expires
Fri, Mar 14, 18:39 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24862837
Attached To
rPH Phabricator
MetaMTAReceivedMailStatus.php
View Options
<?php
final
class
MetaMTAReceivedMailStatus
extends
MetaMTAConstants
{
const
STATUS_DUPLICATE
=
'err:duplicate'
;
const
STATUS_FROM_PHABRICATOR
=
'err:self'
;
const
STATUS_NO_RECEIVERS
=
'err:no-receivers'
;
const
STATUS_ABUNDANT_RECEIVERS
=
'err:multiple-receivers'
;
const
STATUS_UNKNOWN_SENDER
=
'err:unknown-sender'
;
const
STATUS_DISABLED_SENDER
=
'err:disabled-sender'
;
const
STATUS_NO_PUBLIC_MAIL
=
'err:no-public-mail'
;
const
STATUS_USER_MISMATCH
=
'err:bad-user'
;
const
STATUS_POLICY_PROBLEM
=
'err:policy'
;
const
STATUS_NO_SUCH_OBJECT
=
'err:not-found'
;
const
STATUS_HASH_MISMATCH
=
'err:bad-hash'
;
const
STATUS_UNHANDLED_EXCEPTION
=
'err:exception'
;
}
Event Timeline
Log In to Comment