タグ

関連タグで絞り込む (2)

タグの絞り込みを解除

LibraryとGmailに関するwackyのブックマーク (2)

  • GMailFeedクラス - Do You PHP はてブロ

    ちょっと今更なネタですが、個人的には最近になって知ったので。。。;-) GMailのFeedはhttps+BASIC認証なので、取得する仕組みとしてはさほど難しくはありません。phpclassesではGmAtomが登録されていますが、curl拡張モジュールが必要です。まあ、最近はbuildするようにしているので問題はないのですが、curlを使わずにできないかなぁ、と。 ということで、PHPマニュアルにあったStream拡張のサンプルを使って、新着メールを取り出すクラスを作ってみました。結構便利ですよ > Stream拡張 <?php /** * GMailFeedクラス * * @author SHIMOOKA Hideyuki <shimooka@doyouphp.jp> * @create 2006/11/12 */ class GmailFeed { private static $

    GMailFeedクラス - Do You PHP はてブロ
    wacky
    wacky 2006/12/02
    Gmailの新着メールを取り出すPHPクラス。ストリーム関数を利用。
  • gmail-* ≫ libgmailer

    Error establishing a database connection This either means that the username and password information in your wp-config.php file is incorrect or we can't contact the database server at mysql4-g. This could mean your host's database server is down. Are you sure you have the correct username and password? Are you sure that you have typed the correct hostname? Are you sure that the database server is

    wacky
    wacky 2005/11/28
    Gmailにアクセスして各種制御を行えるPHPライブラリ。CURLエクステンションが必要。
  • 1