summaryrefslogtreecommitdiff
path: root/imap.php
diff options
context:
space:
mode:
Diffstat (limited to 'imap.php')
-rw-r--r--imap.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/imap.php b/imap.php
index 191447c..01d8dae 100644
--- a/imap.php
+++ b/imap.php
@@ -18,6 +18,7 @@ function getMail($user, $pass, $inbox, $max_items){
}
} catch( Exception $e ) {
header( $_SERVER["SERVER_PROTOCOL"] . " 403 Forbidden" );
+ error_log($e->getMessage());
exit(1);
}