ZMailIn - Version Control

v0.3.1
+ Fixed minor bugs that prevented compitibility with Zope 2.2

v0.3
- #zopedir#/var/ZMailIn.loc removed
+ ZCatalog created in __init__.py to replace #zopedir#/var/ZMailIn.loc
+ External Method created in __init__.py to query ZCatalog
+ Support for Multi-Mime type Messages
+ CatalogAware (GlobalZMailInCatalog)

v0.2
+ Spilt ZMailIn in to ZMailIn and ZMailMessage
	ZMailMessage to be the actual Email in Zope (Not documented here)
	ZMailIn to become the message handeler (Documented here)
+ ZMailIn Written as Python Product using the boring product as a template.
+ Saves ZMailIn instance location information to #zopedir#/var/ZMailIn.loc
+ postZMailMessage method adds folder structure /year/month/day to the current folder and adds the mail message in the day folder.

V0.1
+ Called ZMailIn
+ Written as Zope ZClass
+ Connects with Exim mail system
+ Provides HTTP Post to Zope Method
+ Properties inculde
	message-id
	title
	subject
	date
	to
	from
	reply-to
	headers
	body