· Changed user report footer last sentence to
"For more information click here" with "here"
as a link which is configurable via a new config key
"HelpURL"
· Added code to deal with single quotes (')
in email addresses which were causing problems or records
to be skipped.
· Changes to support the new EmailAddress modules.
· Massive code edits to improve program structure.
· Fixed bug in the automatic user list creation.
Was not always automatic lay generating the user list
correctly. For example, might not add a user that received
mail without any spam.
Change the Retrieve and Informer web result pages to
use JavaScript to show nicer results page
o Added a HTMLEncodeColumn to the CSVDataTable class.
o Created two new modules to handle email address work.
EmailAddress.cs for basic storage and EmailAddressParser
to work with them.
o Removed the Misc.ExtractEmail function. It's replaced
by one in the parser described above.
o Modified SimpleSMTP to take advantage of the new
EmailAddress features.