DebugMailer classes extended, again some minor fixes:
authorRoland Häder <roland@mxchange.org>
Sat, 28 Jun 2008 19:28:09 +0000 (19:28 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 28 Jun 2008 19:28:09 +0000 (19:28 +0000)
commitb5bac4c8c144d03d78357b994957392defafca1e
tree182b51e50bae953909569b79b0da4c2dd301ecd6
parent5c3d5d84f8f862d0d51f095f9858860f86788ae8
DebugMailer classes extended, again some minor fixes:
- New methods added to interface DeliverableMail
- Minor fixes to MemoryCache (really minor)
- Base mailer now holds some generic methods which are specified in above
  interface
- DebugMailer class with stubs
- Mail templates shall now be in own XML format
inc/classes/interfaces/mailer/class_DeliverableMail.php
inc/classes/main/cache/class_MemoryCache.php
inc/classes/main/commands/web/class_WebResendLinkCommand.php
inc/classes/main/mailer/class_
inc/classes/main/mailer/class_BaseMailer.php
inc/classes/main/mailer/debug/class_DebugMailer.php