Home | How it works | Projects archive | Contact Us
Air Compressor Bot
 
The Career Path of Freelance Programming Jobs 

   Yahoo Mail Reader W/ Curl

Bidding Time:
13/05/2008 10:59 - 27/05/2008 10:59
Budget:
N/A
Status:
Pending


Job Type:
PHP
Description:
This project needs to use PHP and CURL to login to Yahoo Mail and get the inbox
and bulk msgs. No API usage. The script doesn't need to be pretty just the class
to access things like this.

<?php

abstract class YahooMail
{
private $username;
private $password;
public function __construct($username,$password){
$this->username = $username;
$this->password = $password;
$this->login();
}

// logs into yahoo mail
protected function login(){}
// checks to make sure you're logged into yahoo mail
public function isLoggedIn(){}

// will scrape the titles of all bulk msgs
public function getAllBulkMsgs(){}
// scrapes the titles of all the inbox msgs
public function getAllInboxMsgs(){}
// gets passed the msg title and then goes to the msg to get the headers
public function getMsgHeaders($title){}
}

$ym = new YahooMail($username,$password);
$inbox = $ym->getAllInboxMsgs();
foreach($inbox as $msg){
echo $ym->getMsgHeaders($msg['title']);
}

please leave a msg on the msg board so I can ask you questions if I need to.
Thank you and happy bidding.
Next:
Eyln /blog Url Redirect -

Marketing / Classifieds -

Data Entry 5-13-08-01 -

Google Map API Development on Joomla -

Logo Work in .ai, .pdf and .eps file format -


This project is the proprietary information of . Click here to remove this project from OUR database.
Operating System:
N/A
Database System:
N/A

<<< back

Recent Projects Archive:

Sunday - Saturday - Friday - Thursday - Wednesday - Tuesday - Monday

View all freelance web projects

 
Home | Projects archive | RSS | Resources | Links | Contact Us © 2004-2007 ProjectsList.biz /0.447