Hotmail Local Client
Main Topic: Readme file for Hotmail Local Client
Version: 1.1.9
Designed By : Zheng Haoqiang
Created Date: 1998.3.25
Modify Histroy:
From Yacc:
[
This is application is under
development now. What the application can do
, and known problems and limitation
is list below. I wish you would test it (if you have JDK installed),
and tell me what do you think I need to modify.
I did this on work time,
at the excuse of learning Java. It already took me a lot of time,
but still I would like to continue work on it, until you think it's usable.
The coming Ver is 2.0, see
the coming update. I will do the update
after I got the response from the tester.
]
Index
-
Main Feature
-
System Requirements
-
Installation and Run Instructions
-
Operation Guide
-
Known Problems
-
limitations
-
Miscellaneous
-
The Coming Update
-
Support
-
Periodically check your hotmail mail account, download the new mail in
your hotmail inbox.
-
You can read you mail just in this program, (but it's better read using
)
-
If you specify you mailbox file as a netscape mbox file, you can read the
mail using netscape mail client.
-
MIME format compatible, if the content-type of your mail is text/html or
multipart format, all the html is retrieved.
-
Since it is programmed in pure java, you can run it both from windows or
unix
-
>From windows:
-
Java -classpath %CLASSPATH%;hotmail119.jar [the file your want to save
your mail]
-
Java -classpath %CLASSPATH%;hotmail119.jar [the file your want to save
your mail] UserID Passwd
-
If you network runs behind a firewall, then you should specify you proxy
this way:
Java -classpath %CLASSPATH%;hotmail119.jar
-DproxySet=true -DproxyHost=proxy.yamato.ibm.com -DproxyPort=8080 Desktop
hotmail.txt
(proxy.yamato.ibm.com is the proxy I'm using)
-
>From Unix:
-
export CLASSPATH=[your JDK dir/bin/classes.zip]
-
Java -classpath $CLASSPATH;hotmail119.jar Desktop
[FileName] [UserID,Passwd]
-
For test :
-
I have create a mail account j23t@hotmail.com
, the passwd is well known one start from TP (TP92????)
-
You can use this account for test. Do this way
Java -classpath %CLASSPATH%;hotmail119.jar hotmail.txt
j23t tp92????
-
How to browse you mail (I wish you are using netscape commnicator
as web browser)
Since I saved your mail using the same format of Netscape Mailbox. You
can browse your mail using Netscape. To do this, You should carry out the
following step.
-
Find where your Netscape mailbox located,
-
if you are using communicator, select : edit-->preference-->Mail&Groups-->Mailserver-->More
Options the Local Mail directory is
what we want As an example, let assume it's "c:/zhq/netmail"
-
Start netscape message center , at local mail, new a folder, name it any
way as you like, for now, take "hotmail" for example
-
be sure now, a file named "c:/zhq/netmail/hotmail"
exist on your computer
-
run the application this way:
Java -classpath %CLASSPATH%;hotmail119.jar Desktop
C:/zhq/netmail/hotmail
-
This way, you can browse you mail just at Netscape message center now!
-
3 Text Area
-
The top one: about the current update information
-
The mid one: You mail here
-
The lowest one: Debug area, for test only
-
Buttons
-
Press Start to start download
-
Press Stop-->Start to restart
-
Others for test only
-
TextField
-
Enter you userID, Passwd before you start
-
Refresh interval is 15 min by default , you can change
it as you like
-
Del after retrieval is not support now.
-
Since I read all the mails in the file your specified as your local mailbox
to mem at start up, this may cause mem shortage. This problem will take
some to be fixed. May be I will do this at next version.
-
Do not login hotmail at web browser and using my application at the same.
The cookie may cause login failure at my application.
-
If you see Enter Inbox failed in Status area,
just press Stop-->Start to restart. I guess this problem cause by cookie.
If it keep on failed, Click Here. You
don't need to login, just reset the cookie this way. (I'm not clear about
the way cookie works, can anybody teach me). Then retry Stop-->Start to
refresh.
You don't need to start web browser and login to hotmail to
read your mail again. But since the program don's support del mail in your
hotmail account now. Maybe you need to del it yourself if you like it.
-
Mail Coming notify. (Popup a dialog that tell you you have new mail
comming)
-
Del you mail at hotmail inbox.
-
The help menu will works by then. (It do nothing now)
-
Fix of any other problems that reported by you.
Send
Mail to me when you have Problem