Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F4852404
PholioReplyHandler.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
1 KB
Referenced Files
None
Subscribers
None
PholioReplyHandler.php
View Options
<?php
/**
* @group pholio
*/
final
class
PholioReplyHandler
extends
PhabricatorMailReplyHandler
{
public
function
validateMailReceiver
(
$mail_receiver
)
{
if
(
!
(
$mail_receiver
instanceof
PholioMock
)
)
{
throw
new
Exception
(
"Mail receiver is not a PholioMock!"
)
;
}
}
public
function
getPrivateReplyHandlerEmailAddress
(
PhabricatorObjectHandle
$handle
)
{
return
$this
->
getDefaultPrivateReplyHandlerEmailAddress
(
$handle
,
'M'
)
;
}
public
function
getPublicReplyHandlerEmailAddress
(
)
{
return
$this
->
getDefaultPublicReplyHandlerEmailAddress
(
'M'
)
;
}
public
function
getReplyHandlerDomain
(
)
{
return
PhabricatorEnv
::
getEnvConfig
(
'metamta.pholio.reply-handler-domain'
)
;
}
public
function
getReplyHandlerInstructions
(
)
{
if
(
$this
->
supportsReplies
(
)
)
{
// TODO: Implement.
return
null
;
return
"Reply to comment."
;
}
else
{
return
null
;
}
}
protected
function
receiveEmail
(
PhabricatorMetaMTAReceivedMail
$mail
)
{
// TODO: Implement this.
return
null
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Jun 9, 06:31 (1 d, 4 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1768434
Default Alt Text
PholioReplyHandler.php (1 KB)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment