Tag: gmail

  • Courier IMAP and auto deleting trash after 7 days

    E-mails that had been deleted for over 7 days were automatically removed from the IMAP server. E-mail date was ignored (ie the mail could have been from 2010; the actual time in “Trash” counted). This didn’t happen to other folders (Sent, Archive, Spam). This recently happened and hadn’t happened before. I had to restore my…

  • Gmail (& Google Apps) & IPv6

    It seems that Google’s anti spam measurement for IPv6 is basically checking if the IP has a reverse DNS. If not, reject the e-mail: This is the mail system at host rootspirit.com. I’m sorry to have to inform you that your message could not be delivered to one or more recipients. It’s attached below. For…

  • Gmail spam “mark-as-read”

    Google changed their Mailbox names (from Google Mail, to Gmail) so here is the update from my previous php script I made a few years ago. Edit: Gmail reverted back to the previous version (imap folders were “Google Mail”, changed to “Gmail” yesterday and today). To version v0.03 won’t work anymore. I’m guessing this was…

  • Damn You Google !

    I need it now! 🙁

  • Imap/Gmail mark as read

    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 =…

  • Gmail automatic “mark (spam) as read”

    I hate having unread mail. I hate having spam. And most of all, I hate spam that asks for attention. When receiving spam in Gmail, you get the annoying bold Spam (12353434) with ‘12353434’ being the number of unread spam messages. With the introduction of Gmail Labs I’d hope to see an “automaticly mark spam…