summaryrefslogtreecommitdiff
path: root/project2/mail
Commit message (Collapse)AuthorAge
* Remove lots of specific implementations and replace them with our new ↵randomdan2012-03-28
| | | | generic loader
* Fix missing email message contentrandomdan2012-01-06
| | | | Reimplement ordering of email content parts with support from WritableContent classes
* Allowing specification of output encodingrandomdan2012-01-03
|
* Regeneralise some coderandomdan2012-01-01
| | | | | Fully customisable output chain Minor supporting tweaks here and there
* Remove straggling references to XML and configuration from recent changesrandomdan2011-12-15
|
* Pluggable script enginesrandomdan2011-12-14
| | | | | | XML script parser moved to XML module Script parsing object multiple instantiation bug fix Scripts changed to match new standardized format and layout
* Drop Boost::program_options in favour of our own, pluggable system which ↵randomdan2011-12-08
| | | | integrates application platforms properly
* Remove the need to implement loadComplete which is empty in most casesrandomdan2011-11-25
| | | | | Restructure presenters in layers based on features allowing for simpler cache implementations Minor XSLT changes to support new layout from presentation which is more consistent
* Make many things use variables instead of preread valuesrandomdan2011-11-02
| | | | | Add support for a Boolean type Fix flow error in exception handling
* The big reshufflerandomdan2011-08-31