also store the unparsed date, and display it when we
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 27 Feb 2007 18:57:18 +0000 (18:57 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 27 Feb 2007 18:57:18 +0000 (18:57 +0000)
commit3aaa3214e4a35deff1a5bdfc60e286eec6d75ed2
tree79a8accd0a36ea6a7f6036aa2cd7313bae79e664
parent8b7c37ed0449e5040929843fe2073c76be20b835
also store the unparsed date, and display it when we
failed to parse a Date. This allows RFC-incompatible
dates to still be seen in e.g. read_body in their
original form, better than nothing. For safety split
any "<",">" out, something might rely on the date being
completely safe to print.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12283 7612ce4b-ef26-0410-bec9-ea0150e637f0
class/mime/Message.class.php
class/mime/Rfc822Header.class.php
functions/date.php
src/compose.php
src/printer_friendly_bottom.php
src/read_body.php