Introduce error handling
[squirrelmail.git] / class /
2005-07-28 stekkelIntroduce error handling
2005-07-20 tokulAdd extra checks in In-Reply-To header generation....
2005-07-14 tokulphp 5.1b2 - can't use function call inside array_shift...
2005-06-03 pdontthinkFix that addresses inconsistency in PHP's chunk_split...
2005-05-23 tokuldocumenting some class params
2005-05-22 tokulcontent disposition rfc
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-26 tokulphpdoc blocks
2005-04-26 tokuladding phpdoc comments
2005-04-26 tokulprevent errors when files are opened directly
2005-04-24 stekkelfixed some php5 warnings
2005-04-23 jervforsTrimming whitespace and replacing tabs
2005-04-18 tokulmissed one more tag
2005-04-18 tokullowercase package tag. fix phpdoc block.
2005-04-16 stekkelFIle no longer used => deleted
2005-04-14 stekkelTemplates
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-25 tokulremoving debuggin entry. /me bad.
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-07 stekkelFixed: filenames in case of forwarding a message.
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-29 jervforsChanging squirrelmail/Squirrelmail to SquirrelMail...
2004-12-27 kinkIncrement year in copyright notice.
2004-12-22 janglissRFC822 complianced with Received header. Fixes #1088548.
2004-11-21 kinkAdd support for recognising 'Priority' and 'Importance...
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-10-31 cigamitRemove unused globals
2004-10-30 indiri69Check and make sure the header property value is actual...
2004-10-28 cigamitRemove newline from end of file
2004-10-28 cigamitMinor bug fix, just a misspelled variable
2004-10-04 tokuladding php-gettext classes
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-05 stekkelphp5 fix.
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...
2004-04-05 stekkelFixed sending MDN messages. According RFC2298:
2004-03-30 stekkelWhen the data stream wasn't ending with \r\n the finali...
2004-03-27 ebullientAdd SMTP setting to suppress SquirrelMail Received...
2004-03-04 kinkAdd a comment to the X-Priority header (Highest,Normal...
2004-02-28 kinkBetter support for malformed/absent dates and headerlin...
2004-02-24 kinkWe're living in 2004 now... perl is your friend for...
2004-01-30 stekkelrollback, no time to find out what's wrong, postponed...
2004-01-30 stekkelMake an exception for email addresses in case of foldin...
2004-01-28 tokulIt complains even more about FAKED_MUA_01 when both...
2004-01-11 indiri69Added support for a couple of MIME Content- headers.
2004-01-04 ebullientSome tweaks to SMTP auth to allow a site-wide user...
2003-12-30 tokulfixing multiline headers. space or tab should not be...
2003-11-04 kinkA fix to make SquirrelMail work under PHP5 (at least...
2003-10-28 tassiumphpdocumentor basic preparation, continued
2003-10-28 braverockfixed @returns to @return and added a few more comments
2003-10-28 braverockadded php docblocks to Deliver class and all functions
2003-10-24 stekkelfix boundary_end in case of recursion
2003-10-21 stekkelFixed generations of secondairy boundaries in case...
2003-09-26 tassiumRemove extra HELO sent when using $smtp_auth_mech ...
2003-09-25 stekkelbetter fix for bug #812690
2003-09-25 stekkelfix for security exploit described in bug #812690 repor...
2003-09-23 tassiumBy request, SASL PLAIN for IMAP and SMTP.
2003-08-22 indiri69Make sure a token isn't blank before adding it
2003-08-15 stekkelWorkaround for mozilla bug #200412.
2003-07-25 kinkAdd support for Mail-Followup-To to devel. In short...
2003-07-10 stekkelThis will add the default domain again if the email...
2003-07-07 stekkel<SPACE> isn't allowed after MAIL FROM: and RCPT TO...
2003-06-30 stekkelfixed warning.
2003-06-29 stekkelfixed warning. isset doesn't work with string offsets...
2003-06-29 indiri69Some more group handling fixes.
2003-06-28 stekkelextra check for filename/name to achieve we do not...
2003-06-28 stekkelAdded rfc2184 support in order to handle:
2003-06-28 stekkelAdded patch from seth randall to fix address group...
2003-06-19 stekkelNow we can handle nested parenthesis :)
2003-06-17 stekkelcheck for empty string before we add it to the token...
2003-06-17 stekkelRewrote address parsing and now it works a lot better.
2003-06-11 ebullientbring up changes from stable
2003-06-11 stekkelextra safety check before we process groups
2003-06-03 stekkelAddress parsing fixes. This whole addressparsing is...
2003-05-28 stekkelbetter address parsing. This should fix wrong parsing...
2003-05-28 stekkelHere we go again, another try to fix folding of headerl...
2003-05-21 stekkelCode clean up, make indentations correct and removal...
2003-05-21 tassiumMissing property problem that only shows up when sendin...
2003-05-12 stekkeladded Conbtent-Transfer-Encoding to rfc822 header
2003-05-10 stekkelFix for folding inside msg-id's
2003-04-25 stekkelFix from Thomas Castelle.
next