Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2354887
PhrictionReplyHandler.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
959 B
Referenced Files
None
Subscribers
None
PhrictionReplyHandler.php
View Options
<?php
final
class
PhrictionReplyHandler
extends
PhabricatorMailReplyHandler
{
public
function
validateMailReceiver
(
$mail_receiver
)
{
if
(!(
$mail_receiver
instanceof
PhrictionDocument
))
{
throw
new
Exception
(
'Mail receiver is not a PhrictionDocument!'
);
}
}
public
function
getPrivateReplyHandlerEmailAddress
(
PhabricatorObjectHandle
$handle
)
{
return
$this
->
getDefaultPrivateReplyHandlerEmailAddress
(
$handle
,
PhrictionDocumentPHIDType
::
TYPECONST
);
}
public
function
getPublicReplyHandlerEmailAddress
()
{
return
$this
->
getDefaultPublicReplyHandlerEmailAddress
(
PhrictionDocumentPHIDType
::
TYPECONST
);
}
public
function
getReplyHandlerInstructions
()
{
if
(
$this
->
supportsReplies
())
{
// TODO: Implement.
return
null
;
}
else
{
return
null
;
}
}
protected
function
receiveEmail
(
PhabricatorMetaMTAReceivedMail
$mail
)
{
// TODO: Implement.
return
null
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Sep 16, 1:30 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
443877
Default Alt Text
PhrictionReplyHandler.php (959 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment