=item *
authorTony Cook <tony@develop-help.com>
Wed, 7 Jun 2006 05:12:20 +0000 (05:12 +0000)
committertony <tony@45cb6cf1-00bc-42d2-bb5a-07f51df49f94>
Wed, 7 Jun 2006 05:12:20 +0000 (05:12 +0000)
commit7aa0262af127cb30de51e4aec1813b4ea358d451
treebc383b411ba261af40b9629a7b4441cbab60529b
parentb389a0555dbf8fb17c5399758bb3011e3a0810a3
=item *

forms will now process file upload fields and send the files as
attachments to the email.  The attachments are not encrypted if the
form has encryption enabled.  Upload fields are not supportted for
sending to the database.

=item *

forms now only have 3 encryption settings, encrypt, crypt_passphrase
and crypt_signing_id.  All other values are now set from the BSE shop
defaults.

=item *

form emails now use BSE::ComposeMail, which will be extended to
support HTML emails one day.  BSE::ComposeMail was extended to support
encryption and attachments.
site/cgi-bin/modules/BSE/ComposeMail.pm
site/cgi-bin/modules/BSE/Mail/SMTP.pm
site/cgi-bin/modules/BSE/Mail/Sendmail.pm
site/cgi-bin/modules/BSE/UI/Formmail.pm
site/cgi-bin/modules/SiteUser.pm
site/docs/bse.pod
site/docs/formmail.pod
site/templates/formmail/defemail.tmpl
site/templates/formmail/defquery_base.tmpl
test.cfg