example of accessing email account.

Steve Purcell stephen_purcell at yahoo.com
Wed Jul 12 03:56:47 EDT 2000


sss <swun at e...> wrote:
> does anyone have python of how to access web (eg.yahoo) email
account?

For web mail accounts that have POP access, such as Yahoo, check out
the 'poplib' standard library module:

  http://www.python.org/doc/current/lib/pop3-example.html


-Steve

--
Steve Purcell,  Technical Director, Inkontact
Get in touch at http://www.inkontact.com/
Get testing at http://pyunit.sourceforge.net/
"Life must be simple if I can do it" -- Me






More information about the Python-list mailing list