<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
I want to write a python program to access my internet account, it
is not email account, coz email account have pop3 service, and python does
have pop3 lib to serve that prupose. Now if an internet account has no
pop3 service, and I still want to login to it without using browser,
how can I do that in python?
<p>I wnat to be able to navigate Website A something like:
<p>Login Website A using Python program -> main page of Website A
-> page 1 -> page 2 -> page3 -> pageN
<p>Thanks
<br>Sam.
<pre></pre>
 </html>