Monthly Archives: October 2007

Gmail & IMAP == true

It appears Google is slowly but surely pushing out IMAP support for all Gmail accounts. YAY! I’ve been waiting for this ever since Gmail first appeared. This means I will be able to use Thunderbird at work (Windows), Mail at home (OS X) and the web based client everywhere else. The Gmail Help Center has [...]

PHP magic!

While working on using fopen()/file_get_contents() with allow_url_fopen enabled, I ran into something odd. When you use fopen() or file_get_contents() to fetch a page over HTTP, the variable $http_response_header magically appears in the global scope. This variable holds an array of all the HTTP headers that were included in the response. Practical, but what the hell? [...]