Generally, i use php, but any other possibilities. Hope my hosting provider will support it.))
+1
A:
Depends on how/where your mail is stored.
There's:
- Local unix mbox (previously read)
- Local unix spool (newly received, not yet read)
- POP server
- IMAP server
- Web-based (hotmail, gmail, yahoo, etc...)
- Exchange server (yet another protocol)
- Domino server (yet another other protocol)
- etc...
Each is accessed differently, so there's no way we can answer your question without more details.
Marc B
2010-08-11 12:55:29
thanksits any public mail server - google, yahoo, etc...
Yola
2010-08-11 15:30:35
Then you'd have to use the webmail provider's API, or try to write a screen scraper for each site. Google: http://code.google.com/apis/gmail/ Yahoo: http://developer.yahoo.com/mail/ and so on for each.
Marc B
2010-08-11 15:43:26