Changelog:
----------

2017-01-21 v 2.2.0 W. Curtis Preston
	- Major new version with a lot of added functionality and a lot of
	coded borrowed from a defunct open soure project, Mail2Forum,
	originally designed for PhpBB databases. Several hundred lines of new
	code as a result.
	- Made the following (formerly default) actions now optional
		- Notify unregistered users if blocked
		- Delete emails after import
	- Added ability to add signature to all posts created by EPM
	- Added ability to specify blank subject text if you get an email w/no
	subject
	- Added ability to test Email connection right in settings page
	- Added ability to strip list of strings from email's subject before
	posting
	- Added ability to use data on incoming email as post time
	- Added ability to ignore email if doesn't contain specified email
	- Added ability to strip/replace strings in subject or body of incoming emails
	- Added ability to block emails based on strings in subject or body
	address in To: or CC: fields
	- Added ability to change order that strip/replace & block filters get
	run


2011-03-22 v2.1.5 Robert Angle
	- add an option to moderate all incoming messages by marking them as unapproved messages.
	
2010-10-10 v2.1.4
    - fix for missing / at the end of tmpDir in some environments
    - some refactoring to avoid duplicated code 

2010-09-17 v2.1.3
    - fixed ssl option (again), made password field a real password field
    - set tmp path for the parser to phorum cache directory (to avoid always using /tmp)
    - fixed access check for moderated forums
    
      
2010-07-11 v2.1.2
    - fixed importing relatedPart-Mails (e.g. from Incredimail) 
    - fixed empty attachment names which seem to occure in similar cases
    - upgraded ezComponents to 2009.2.1 which seems to be the last release 
      before the rename to Zeta Components

2010-06-03 v2.1.1 Robert Angle
	- now prevents registered but inactive members from posting via email.

2010-06-01 v2.1.0 Robert Angle
	- added an option to deny emails from non-registered users.
	- added an option to enable the after_post hook.

2009-09-04 v2.0.6
    - bugfix for lost message subject (bug introduced in 2.0.5) 

2009-09-04 v2.0.5
    - added search for html parts in case no text/plain part is found
    
    - fixed handling of "related Multipart" messages in case there is no body found
      (thanks to Jim Ohlstein for the report) 
      
2009-09-04 v2.0.4
    - fixed handling of "related Multipart" messages

2009-09-04 v2.0.3
    - added automatic charset conversion in case a different charset is set in the default

2009-09-03 v2.0.2
    - added an option to specify the maximum message size to import 
    
2009-09-01 v2.0.1
    - fixed a bug in the error case so that an error message is really sent out.

2009-08-31 v2.0.0

    - Initial release of the rewritten version based on EZ Components and with additional IMAP Support.
      renamed to External Phorummail as its not only POP3-based anymore.

2008-10-12  v1.0.0

    - Initial release of the original POP3Phorummail
