I am trying to fetch a mail in imap from Google, I’m using the imap() function from PHP IMAP library and I want to use a preg_match() call on my mail content but I have a strange issue, I have curious break lines altering the normal preg_match(). More details: I have in my markup something like that: I am running
Tag: gmail
Connecting to Gmail through IMAP with PHP – SSL context failed
I’m trying to connect to Gmail through IMAP with PHP running in Apache. This is on an Ubuntu 9.04 system. I’ve got some sort of PHP configuration issue that is keeping this from working. First, …