Applied fixes from StyleCI

This commit is contained in:
Manish Verma
2016-10-10 13:35:24 +00:00
committed by StyleCI Bot
parent 8943243c85
commit c64bc8c465
2 changed files with 2 additions and 4 deletions

View File

@@ -120,7 +120,6 @@ class MailController extends Controller
$mail = $mailbox->getMail($mailId);
try {
$mail = $mailbox->getMail($mailId);
} catch (\PhpImap\Exception $e) {
echo 'Connection error';
}
@@ -172,7 +171,7 @@ class MailController extends Controller
} else {
$subject = 'No Subject';
}
$to = $mail->to;
$fromname = $mail->fromName;
$fromaddress = $mail->fromAddress;