Differential D13131 Diff 31772 src/applications/repository/mail/PhabricatorRepositoryPushReplyHandler.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/repository/mail/PhabricatorRepositoryPushReplyHandler.php
| <?php | <?php | ||||
| final class PhabricatorRepositoryPushReplyHandler | final class PhabricatorRepositoryPushReplyHandler | ||||
| extends PhabricatorMailReplyHandler { | extends PhabricatorMailReplyHandler { | ||||
| public function validateMailReceiver($mail_receiver) { | public function validateMailReceiver($mail_receiver) { | ||||
| return; | return; | ||||
| } | } | ||||
| public function getPrivateReplyHandlerEmailAddress( | public function getPrivateReplyHandlerEmailAddress( | ||||
| PhabricatorObjectHandle $handle) { | PhabricatorUser $user) { | ||||
| return null; | return null; | ||||
| } | } | ||||
| protected function receiveEmail(PhabricatorMetaMTAReceivedMail $mail) { | protected function receiveEmail(PhabricatorMetaMTAReceivedMail $mail) { | ||||
| return; | return; | ||||
| } | } | ||||
| } | } | ||||