tags:

views:

30

answers:

2

There are a lot of programs out there that can access yahoo's mailbox and notify you for new mail. How do these programs work? Yahoo doesn't provide POP or IMAP access.

+1  A: 

I'd imagine these programs are taking advantage of the Yahoo! Mail Web Service

Jamie Dixon
A: 

There are examples given in a number of different programming languages on the Yahoo! Mail Web Service website that Jamie's talking about:

C#

Perl

PHP

Python

Java JAX-WS

Java Axis2

These code examples show how it's possible to access Yahoo mail using code, without requiring the redirect you mention.

NickGPS