'https://mail.google.com/gmail/feed/atom', 'curl_options' => array( CURLOPT_RETURNTRANSFER => 1, CURLOPT_FOLLOWLOCATION => 1 ) ); /** * Filters return so Gmail email address is returned as "email [at] gmail [dot] com" * * @return string */ public function getHandle() { $returnString = str_replace( array('@', 'gmail.com'), array(' [at] ', 'gmail [dot] com'), $this->_handle ); return $returnString; } } ?>