Reodered the steps to build the message parts first, then add the headers using mime::setheaders (except To, From, CC and BCC). Retrieve the message as a string only if delivery mode is not set to default (smtp). Tested successfully with tcllib 1.8 and 1.10 (unless I missed something)
Adding utilities to support HTTP authentication. This allows you toregister a filter to any URL to use HTTP authentication. This can beused in oacs-dav, we also used it to make RSS feeds that needed HTTP authentication.
- new method for form_page: get_property (to access properties from other pages, which might not be instantiated)- more flags for form_fields: omit/noomit, disabled/enabled- renderning disabled richtext as div
- fix flushing of name cache- fix potential problem in upgrade script from 0.70 to 0.77- make yesterday's change concerning regexp subsitituion better protected against potential conflicts with trn-mode- bump version number
Don't reload image datamodel.Remove explicit delete of images row, acs_object.del does that for you.Removing that change means we don't need to reload the image pl/sqlpackage.
Fixed problem with complex send not knowing about the new valid_email_p procedure. additionally made sure that no empty header could be passed, as this breaks smtp::sendmail