October 2008

13 posts

Imap/Gmail mark as read

· errors, linux, misc, networking, software

I’ve “updated” my previous php-app.

Since today I ended up getting this error:

Warning: imap_open(): Couldn't open stream {imap.gmail.com:993/imap/ssl}[Google Mail]/Spam in /home/yeri/.gmail.php on line 30
Certificate failure for imap.gmail.com: unable to get local issuer certificate: /C=US/ST=California/L=Mountain View/O=Google Inc/CN=imap.gmail.com - Connection failed.

Simply searching this line:

$open = imap_open ("{imap.gmail.com:993/imap/ssl/}$path"

And editing it to:

$open = imap_open ("{imap.gmail.com:993/imap/ssl/novalidate-cert}$path"

Solves the problem.

This will ignore the Google certificate. Please do double check that imap.google.com really points to Google, and it’s not some kind of DNS issue.

Economy 1 - People 0

· misc

Time for some Youtubes… Just to pass this day. You know, strikes and stuff. Yay!

And a quick switch !

· misc, software, irail, www

For the lazy people, like me!

If, for some reason, the buttons have two different sizes or you see some weird stuff, try to refresh the page. You should get the new & updated .css file.

Quick reset!

· misc, software, irail, www

I’ve added some “quick reset” javascript to the from and to fields. Should be easier to use, if you want to change stations. Hope the link isn’t too small for the iPhone-finger. :) – This is a request for comments !

There also were a little over 1000 visitors yesterday (Thursday) on the website. Not bad! :)