Make more readable; expose header replace parameter when setting cookies
[squirrelmail.git] / class /
2008-09-24 pdontthinkJust fiddling. Give credit where credit is due. Templ...
2008-09-10 pdontthinkRPC requests should use their own template sets with...
2008-09-10 pdontthinkAllow template sets to define what the content-type...
2008-08-11 pdontthinkFix PHP 5.3.0 notices
2008-07-19 pdontthinkAllow a different server address for the POP server...
2008-07-04 pdontthinkadd fixme
2008-04-28 pdontthinkChange order of arguments
2008-04-25 pdontthinkDon't open multiple IMAP connections when building...
2008-04-20 pdontthinkDon't put encoding on multipart/alt message parts
2008-02-13 pdontthinkChange approach for making things like Message-ID avail...
2008-02-10 pdontthinkCorrect value of undefined hostname
2008-02-10 kinkimprove message ID generation: put together a string...
2008-02-10 kinkadd space for nicer formatting
2008-02-06 pdontthinkCorrect disappearing addresses when address book entry...
2008-02-06 pdontthinkMake message ID available after message is sent. Not...
2008-01-06 pdontthinkavoid E_STRICT errors
2008-01-06 pdontthinkCorrect misplaced code
2008-01-02 pdontthinkDon't start message ID with a dot when no remote port...
2007-12-19 pdontthinkRefactor how IMAP messages are "sent"
2007-11-15 janglissInvalid initialization of To: header (#1772893).
2007-11-04 kinkFix off-by-one in bodystructure parsing triggered by...
2007-10-24 pdontthinkFix outgoing messages to allow addresses such as "0...
2007-10-24 pdontthinkRestore outgoing reply headers
2007-08-31 pdontthinkMake identities matching case insensitive
2007-07-20 kinkSilence fsockopen since errors are handled internally.
2007-07-16 kinkUse attachment_dir only at the point where we're actually
2007-07-08 pdontthinkDon't include svn files in any of the cached template...
2007-06-08 kinkAlways treat Content-Type case-insensitively (#1732092).
2007-05-31 kinkstate license as recommended by the free software found...
2007-05-17 kinkalso fix duplicated version of parsepriority code
2007-05-17 kinkusing split() with wrong perl regexes will not work.
2007-03-22 pdontthinkRemove $version, use SM_VERSION constant instead
2007-02-27 kinkfixes for r12283: mistakenly passed already-split date...
2007-02-27 kinkalso store the unparsed date, and display it when we
2007-01-24 kinkmisspelled reply_to and in_reply_to attributes
2007-01-18 kinkdo not add spaces to references header (#1634294),
2007-01-13 kinkincrement year in copyright notices
2007-01-09 pdontthinkAllow template sets to filter or completely change...
2007-01-03 pdontthinkFix for unknown index notices caused in templates when...
2007-01-03 pdontthinkNew hook. See added comments if you care.
2007-01-02 stekkelAt this moment concat_hook_function can return string...
2006-12-30 pdontthinkUpdate for new location of global template utilities...
2006-12-12 pdontthinkAllow template sets to override plugin configuration...
2006-12-10 pdontthinkMassive update to plugin system architecture. Please...
2006-11-26 stekkelBodystructure parsing fix
2006-11-16 pdontthinkAdded comment
2006-11-10 pdontthinkAdding contact info to author name
2006-11-10 perlstalkerAdd support for SpamAssassin's X-Spam-Status header...
2006-10-13 pdontthinkAlternate stylesheets function now returns listing...
2006-10-09 stekkelThe error handler catched a delayed error => check...
2006-10-09 pdontthinkStrict type check prevents old config files from breaki...
2006-10-09 pdontthinktemplateset_default and templateset_fallback are IDs...
2006-10-08 pdontthinkMissed a spot. Please use less accusatory language...
2006-10-07 tokulfixed phpdoc formating. require() call loaded before...
2006-10-06 stevetruckstuffNew function to return only the email address. For...
2006-10-02 pdontthinkBetter stylesheet ordering
2006-10-02 pdontthinkChanges that follow per the inheritance and associated...
2006-10-02 pdontthinkMassive rewrite of Template class to implement template...
2006-09-29 stevetruckstuffAdd tempalte config var for alternate stylesheets
2006-09-29 stevetruckstuffAdd tempalte config for alternate stylesheets
2006-09-28 pdontthinkFile name change
2006-09-28 pdontthinkNew Template class implementation
2006-09-28 pdontthinkrenamed with proper class file naming conventions
2006-09-22 pdontthinkSolved recursion problem and increased efficiency of...
2006-09-21 pdontthinkAdding template_construct and template_output hooks...
2006-09-21 pdontthinkFixed error check
2006-09-21 pdontthinkForgot to check default template set before falling...
2006-09-21 pdontthinkAbstract template file location logic and enable plugin...
2006-09-19 pdontthinkClarifications, questions, proposals
2006-09-18 stevetruckstuffFix unreachable code
2006-09-15 stevetruckstuffDelivery notifications and Read notifications are curre...
2006-09-15 stevetruckstuffAdd explicit saveDelayedErrors() member function
2006-08-31 stevetruckstuffPrevent the same error from being displayed twice
2006-08-31 stevetruckstuffCorrect typo in previous commit.
2006-08-31 stevetruckstuffFix error with trying to resend the header on a fatal...
2006-08-18 stevetruckstuffMove always included vars to init.php because it is...
2006-08-18 stevetruckstuffSome variables are needed by all templates to make...
2006-08-10 stevetruckstuffImplement delayed error handling. Defaults to FALSE...
2006-07-15 tokulremoving trailing ?> from function scripts
2006-05-13 tokulresubmitting last Monday updates and adding php 5.1...
2006-05-12 kink- Improve recovery when EHLO not supported on legacy...
2006-05-03 kinkCorrect references trimming: array_walk can't in all...
2006-04-23 stekkelDo not use ob_end_flush because the fetch method return...
2006-04-18 kinkReduce references header in a smart way to avoid "heade...
2006-04-06 stevetruckstuffAdded error handling if template.php or requested templ...
2006-03-28 stevetruckstuffAdded ability for template authors to include additiona...
2006-03-14 stekkelFix from Dimitar Pashev to make sure the rfc822 from...
2006-02-26 janglissMake the use_*_tls options half respect old values...
2006-02-24 stevetruckstuffIncoproated template config file. Templates can now...
2006-02-11 stekkelUpdate documentation
2006-02-11 stekkelFix for #1093360.
2006-02-08 stekkelmade the code work for triggering imap related errors.
2006-01-29 kinkremove unneeded default which had a horrible backslash...
2006-01-28 tokulAdded IMAP and SMTP STARTTLS extension support.
2006-01-23 tokulcopyright update
2005-12-08 tokuladding error checking in deliver_sendmail class.
2005-12-07 tokulif we can't open stream. we make up server's error...
2005-11-28 ebullientrequire the hide_squirrelmail_header value to be define...
2005-11-27 ebullientreword some of the text around email/full name options...
2005-11-27 tokul$this->content_type == '' test causes E_NOTICE in php...
next