Remove newline from end of file
[squirrelmail.git] / class / mime / Rfc822Header.class.php
2004-10-28 cigamitRemove newline from end of file
2004-05-22 jervforsPhpdocumentor update - sed is your friend for these...
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-11 indiri69Added support for a couple of MIME Content- headers.
2003-12-30 tokulfixing multiline headers. space or tab should not be...
2003-10-28 tassiumphpdocumentor basic preparation, continued
2003-08-22 indiri69Make sure a token isn't blank before adding it
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-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 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 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-21 tassiumMissing property problem that only shows up when sendin...
2003-04-08 stekkelFix for addressbook entries containing multiple email...
2003-03-24 kinkRevert to 1.15: we don't currently use this field but...
2003-03-23 kinkThis field does not exist in the RFC spec and is not...
2003-03-16 kinkSmall bug in content-type properties, thanks Ryan ...
2003-03-07 stekkeladdress parsing with encoded personal names
2003-02-28 stekkelbetter parsing of email addresses (also used for proces...
2003-02-24 stekkelAdded method to encode email addresses
2003-01-27 stekkeladd checks for Messge Disposition Notifications.
2003-01-16 stekkel* fix for e-mail addresses like: <mailbox@host> (person...
2002-12-31 kinkGetting ready for 1.4.0 RC1
2002-12-27 stekkeloops, Rfc822Header->mailbox was initialized
2002-12-27 stekkelAdded address lookup callback function argument for...
2002-10-18 stekkelinitialize cc correct
2002-10-17 stekkeladded function to search the to and cc headers and...
2002-09-27 stekkelfix parsing group related address headers.
2002-09-18 stekkelfix undefined var
2002-09-05 stekkelundisclosed recipients fix
2002-08-29 thomppjFirst, more formatting conventions.