diff options
| author | Horus | 2016-07-03 21:17:34 +0200 |
|---|---|---|
| committer | Horus | 2016-07-03 21:17:34 +0200 |
| commit | f95af4211bc24e5cf0b5b017c7d50113e4000968 (patch) | |
| tree | 30c97d3dd2cbb99bfefa458dab27434a557f2611 /imap.php | |
| parent | f5cf66b6929928fe5a4a6cf227f9a2f2195329e5 (diff) | |
| download | imap2rss-f95af4211bc24e5cf0b5b017c7d50113e4000968.tar.gz | |
Add caching.
Diffstat (limited to 'imap.php')
| -rw-r--r-- | imap.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); } |
