Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3493327
PhabricatorMetaMTAApplication.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
PhabricatorMetaMTAApplication.php
View Options
<?php
final
class
PhabricatorMetaMTAApplication
extends
PhabricatorApplication
{
public
function
getName
(
)
{
return
pht
(
'Mail'
)
;
}
public
function
getBaseURI
(
)
{
return
'/mail/'
;
}
public
function
getIcon
(
)
{
return
'fa-send'
;
}
public
function
getShortDescription
(
)
{
return
pht
(
'Send and Receive Mail'
)
;
}
public
function
getFlavorText
(
)
{
return
pht
(
'Every program attempts to expand until it can read mail.'
)
;
}
public
function
getApplicationGroup
(
)
{
return
self
::
GROUP_ADMIN
;
}
public
function
canUninstall
(
)
{
return
false
;
}
public
function
getTypeaheadURI
(
)
{
return
'/mail/'
;
}
public
function
getRoutes
(
)
{
return
array
(
'/mail/'
=>
array
(
'(query/(?P<queryKey>[^/]+)/)?'
=>
'PhabricatorMetaMTAMailListController'
,
'detail/(?P<id>[1-9]\d*)/'
=>
'PhabricatorMetaMTAMailViewController'
,
'sendgrid/'
=>
'PhabricatorMetaMTASendGridReceiveController'
,
'mailgun/'
=>
'PhabricatorMetaMTAMailgunReceiveController'
,
'postmark/'
=>
'PhabricatorMetaMTAPostmarkReceiveController'
,
)
,
)
;
}
public
function
getTitleGlyph
(
)
{
return
'@'
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Thu, Apr 17, 06:39 (2 d, 22 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1146033
Default Alt Text
PhabricatorMetaMTAApplication.php (1 KB)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment