ZMailMessage - Version Control

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

v0.3
+ Folderish
+ CatalogAware
+ Support for multiple Mime messages

v0.2
+ Spilt ZMailIn in to ZMailIn and ZMailMessage
	ZMailMessage to be the actual Email in Zope (Documented here)
	ZMailIn to become the message handeler (Not documented here)
+ ZMailMessage reWritten as Python ZClasses using the boring product as a template.
+ ZMailMessage properties
	id
	title
	subject
	date
	to
	sender
	replyto
	headers
	body

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