Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2894105
manage_mail.php
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
605 B
Referenced Files
None
Subscribers
None
manage_mail.php
View Options
#!/usr/bin/env php
<?php
$root
=
dirname
(
dirname
(
dirname
(
__FILE__
)
)
)
;
require_once
$root
.
'/scripts/__init_script__.php'
;
$args
=
new
PhutilArgumentParser
(
$argv
)
;
$args
->
setTagline
(
'manage mail'
)
;
$args
->
setSynopsis
(
<<<EOSYNOPSIS
**mail** __command__ [__options__]
Manage Phabricator mail stuff.
EOSYNOPSIS
)
;
$args
->
parseStandardArguments
(
)
;
$workflows
=
array
(
new
PhabricatorMailManagementResendWorkflow
(
)
,
new
PhutilHelpArgumentWorkflow
(
)
,
new
PhabricatorMailManagementShowOutboundWorkflow
(
)
,
new
PhabricatorMailManagementShowInboundWorkflow
(
)
,
)
;
$args
->
parseWorkflows
(
$workflows
)
;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 19, 19:24 (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1109457
Default Alt Text
manage_mail.php (605 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment