# msfetch is a remote MS Exchange mail retrieval utility that retrieves email from your MS Exchange (2000/2003/2007) mailbox and saves it in .mbox type files. 
v0.1 First public release
v0.2 Speeds e-mail downloads. Addresses issue with duplicate e-mail IDs Microsoft Exchange Q320749
v0.3 Added support for separate mbox file for "Sent Items" (outbound mail)
v0.4 
# Added 2 new authentication methods. "Windows Basic", "OWA Web Forms 2007".
# Previously only "OWA Web Forms" were available.
# Added ability to specify MS Exchange ports using "MAILPORT" variable.
# Added ability to specify MS Exchange web protocol  (HTTP/HTTPS) using "MAILPROT" variable.
# Added module checks, so it will be easier to identify modules that are not installed.
v0.5
# Enhanced debugging. Faile URLs are recorded to .msfetch.history.error
# Added MAILUSERDAV variable. Some users might have username different from their WebDAV path.
# For example, user's full name is "Buck Deviney", his login is "devinbuc", but web dav path is "buck.deviney"
# Many users will be able to login, but will be unable to fetch mail. To resolve this issue, assign: 
# "MAILUSER=devinbuc" and "MAILUSERDAV=buck.deviney" accordingly.
# Added "debug" and "password" switch
# Added help menu

