Version 0.7.5
 - Can delete multiple messages from inbox
 - Can coose between JMail or CDONTS to send mail
 - Bug fix (some stray // style comments in my ASP code!)

Version 0.7.4.2
 - Bug fix for when message contains tags such as </TEXTAREA>
 - When replying only one "RE: " in the subject line.

Version 0.7.4.1 
 - Minor bug fix in replymessage.asp, reply.asp and send.asp
 - Clearer logout glyph (looked like a cancel glyph before)
 - If you have a value for MyPOP then the login MailServer field is hidden
 - Many comments added to replymessage.asp and reply.asp

Version 0.7.4
 - The login stuff has been rewritten. 
 - New default values for MySMTP and MyPOP3 in config.asp
 - MyAddresses, MyName, MyDomain, MyPOP3, MySMTP are all optional
   If you leave them blank JMailbox will try to work them out using
   your username or domain name. Useful for usernames such as name@domain
 - SMTP/POP3 server details are resolved in login.asp and nowhere else.
   This makes code more maintainable. If anyone wants to change something
   to do with logins they only need to look at config.asp and login.asp

Version 0.7.3
 - Minor bug fixes.
 - Many more style classes added in source. The look can now pretty well be set by
   only editing the main stylesheet file JMAILBOX.CSS

Version 0.7.2
 - Only a name change. Bahhh!!!
 - Changed the name to JMailbox because WebPOP is used!

Version 0.7.1
 - Added "View as HTML" button if the message contains HTML body

Version 0.7.0 Release version. 

Features added since v0.6.0:
- Only needs JMail installed (no components such as ASPUpload needed)
- Send multiple attachments 
- Show new messages in red
- Show Attachments in inbox
- Inbox cached for faster re loading
- Friendly login error messages
- Can login with name@domain type usernames
- ...and a host of minor changes...see below...

Version history...

0.6.6

Can download whole or partial inbox. A whole download can take a while with large
inboxes but then there is no more downloading to be done while processing your mail.
Almost every displayed item now has some style class attached to it. This should be
useful for future updating.

0.6.5

Just a maintainance version. Code has been cleaned up a lot. Comments added.
Any code that is shared with 2 or more files is now in "include.asp"

0.6.4

Inbox headers now first cached to a text file. This makes further access to inbox
much faster. Also it allows each message to be accessed using a unique URL.  This
is looked up in the cache file to open the appropriate message. Using unique URLs
means we can use style sheets link/visited/active colours to distinguish between
new and old messages.
  
0.6.3

Better handling of multiple domains. Compose/Reply forms have choice of sender domains.
Better error handling when logging in...no longer shows ugly JMail errors.
Now uses UK date format and fixed an ordering problem.
Can clear attachments without reloading compose/reply page.
Show attachments in inbox (can switch this off in config.asp for faster POPping)
 
0.6.2

Brand new upload/attachments system. Doesn't rely on 3rd party ASPUpload.
Can now do multiple attachments. This means most of you can now run it locally.
  
0.6.1

If MyAddresses has only one valid email address then the from field uses this.
"MyName" added so that "sender" now has format "Jan Mulder" janmulder@mydomain.com
"MyName" can be set in config.asp 

0.6.0

First release version.
Full web based email client. You can read, reply, forward, compose, up/download
attachments, ... everything you would ask for from a fully functional POP client.
