Happy New Year
[squirrelmail.git] / class / deliver /
2019-01-08 pdontthinkHappy New Year
2018-01-16 pdontthinkHappy New Year
2017-04-24 pdontthinkFix insufficient sendmail command argument escaping...
2017-01-27 pdontthinkHappy 2017
2016-12-10 pdontthinkAdd PHP5-style constructor
2016-12-10 pdontthinkPHP7 fix. Thanks to Kevin Buckley for reporting
2016-01-01 pdontthinkHappy New Year
2015-11-30 pdontthinkAdding "smtp_helo_override" hook
2015-01-03 pdontthinkHappy 2015
2014-01-21 pdontthinkgit-svn-id: https://svn.code.sf.net/p/squirrelmail...
2014-01-21 pdontthinkVariable name correction
2014-01-21 pdontthinkAllow SSL socket context to be specified as well
2014-01-21 pdontthinkAdd advanced control over the SSL context used when...
2014-01-01 pdontthinkHappy 2014
2013-07-26 jervforsUpdate copyright
2012-04-01 pdontthinkFix E_STRICT notices
2012-04-01 pdontthinkFix E_STRICT notice
2012-04-01 pdontthinkRevert changes in revision 14302. Revision 14302 shoul...
2012-04-01 pdontthinkFall back to using LIST if NAMESPACE answer is malforme...
2012-01-02 pdontthinkUpdating copyrights. Happy New Year.
2011-09-05 pdontthinkFix hook name clash: new smtp_auth hook added recently...
2011-04-02 pdontthinkAdd smtp_auth hook (thanks to Emmanuel Dreyfus)
2011-01-06 pdontthinkHappy New Year!
2010-01-25 pdontthinkUpdate copyrights to 2010
2009-09-29 jervforsThe copyright symbol isn't really needed since the...
2009-07-31 pdontthinkRemove personal data from Message ID seed. (#880029...
2009-05-21 pdontthinkAnchor the regexp. Thanks Thijs Kinkhorst.
2009-05-20 pdontthinkWhen sending an address literal to an SMTP EHLO command...
2009-04-15 jervforsThere are too many modified files being committed witho...
2009-04-03 pdontthinkEncode outgoing attachments that have lines longer...
2009-04-03 pdontthinkRewrite foldLine(). The old version *might* have been...
2009-04-01 pdontthinkDocumentation fix
2009-04-01 pdontthinkMake our Date header RFC-compliant. Redundant timezone...
2008-12-05 pdontthinkSupposedly user info could be removed from received...
2008-07-19 pdontthinkAllow a different server address for the POP server...
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 kinkimprove message ID generation: put together a string...
2008-02-06 pdontthinkMake message ID available after message is sent. Not...
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-10-24 pdontthinkFix outgoing messages to allow addresses such as "0...
2007-10-24 pdontthinkRestore outgoing reply headers
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-03-22 pdontthinkRemove $version, use SM_VERSION constant instead
2007-01-18 kinkdo not add spaces to references header (#1634294),
2007-01-13 kinkincrement year in copyright notices
2006-10-09 stekkelThe error handler catched a delayed error => check...
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-18 kinkReduce references header in a smart way to avoid "heade...
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-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-09 jervforsFormatting as in STABLE
2005-09-18 jervforsphpDocumentor updates
2005-09-11 jervforsAdding more index.php files
2005-07-20 tokulAdd extra checks in In-Reply-To header generation....
2005-06-03 pdontthinkFix that addresses inconsistency in PHP's chunk_split...
2005-05-22 tokulupdating @since tags to indicate version in stable
2005-05-22 tokuladding index files in order to prevent directory listing.
2005-05-20 tokulconfused original code with php5 fix
2005-05-12 tokulreplacing skip_SM_header with two different options...
2005-04-27 stekkelMore possible NUL character problems solved.
2005-04-23 jervforsTrimming whitespace and replacing tabs
2005-04-14 pdontthinkIt isn't a workaround
2005-04-13 pdontthinkWorkaround for Courier when sending mixed messages...
2005-03-21 cigamitFixed a few warning messages I ran into today when...
2005-02-28 pdontthinkLinefeed not allowed in middle of Content-Type header
2005-02-18 stekkelRemove NUL characters in case of text and message parts.
2005-02-08 kinkDo not send quality-headers if they are set to Normal...
2005-02-06 kinkFix a couple more 'string concat on array push' bugs...
2005-02-05 stekkelFix typo. php 5 errors out on this.
2005-01-07 jervforsReplacing tabs with spaces, trimming white space at...
2004-12-27 kinkIncrement year in copyright notice.
2004-12-22 janglissRFC822 complianced with Received header. Fixes #1088548.
2004-11-02 jervforsReplacing tabs with spaces, trimming white space at...
2004-11-01 tokulqmail-inject does not support -i option. Thanks to...
2004-11-01 cigamitRemoved variables that were initialized, but never...
2004-08-11 kinkIt seems more logical to use the SERVER_NAME as the...
2004-08-03 kinkIf we use the IP as the RHS of the Message-ID, we need...
2004-05-22 jervforsPhpdocumentor update - sed is your friend for these...
2004-05-21 stekkelFixed typo, thnx paul_s - psunners for spotting this.
2004-05-10 tokulclass needs phpdoc @package declaration
2004-05-04 stekkelDocumentation
2004-05-04 stekkelDocumentation.
2004-05-03 vanmer-implented function clean_crlf
2004-04-26 stekkelBypass foldLine functions for email addresses to avoid...
2004-04-21 stekkelmerge back from stable, rfc2821 fix. Fall back to HELO...
next