Patch to fix several problems in MagicHTML.
[squirrelmail.git] / functions / mime.php
2000-10-10 fidianFunctions now pass message body by reference to save...
2000-10-10 lkehresman- improved date parsing
2000-10-09 fidianNew attachment view, do_hook() with parameters, better...
2000-10-01 fidianStrings with ) are not counted in mime_match_parenthesis()
2000-09-20 lkehresmanFixed bug I noticed when ONLY an attachment is sent...
2000-09-15 palloFixed error in MIME structure parsing when response...
2000-09-14 lkehresmantweaks, fixed some misspellings, added a few hooks
2000-08-09 lkehresmanfixed some html errors, added endlines
2000-08-08 lkehresmanif NIL is description, doesn't display it
2000-08-05 lkehresman- fixed attachment names from being lower case
2000-08-04 gustavfFixed yet another bug with small letters in QP encoding-
2000-08-02 lkehresman- fixed some more HTML bugs
2000-07-31 lkehresmanremoved making search results highlighted -- messed...
2000-07-29 lkehresmanfixed a few more links to make them search-aware
2000-07-25 gustavfFixed bug that ignored lowercase quoted printable in...
2000-07-24 lkehresmanfixed bug that couldn't read steve's emails
2000-07-23 lkehresmanit now decodes filenames
2000-07-15 lkehresman- cleaned up the documentation directory
2000-07-13 lkehresman- more minor UI tweaks
2000-07-11 gustavfChanged the way attachments are viewed. Now, clicking...
2000-07-11 gustavfFixed bug that made it impossible to receive attachments.
2000-07-10 gustavfCharset and encoding support is now working again :-)
2000-07-10 gustavfAdded a 0 to a call in mime_structure to get rid of...
2000-07-10 gustavfPut decoding of encoded bodies back in after MIME rewri...
2000-07-08 lkehresmanFixed major problems with IMAP session handling in...
2000-07-08 lkehresman- added a bunch of sqimap_logout's where none existed
2000-07-07 lkehresman- added a view header option
2000-07-06 gustavfFixed bug: Now using uppercase letters when doing RFC15...
2000-07-04 palloInsert In-Reply-To and References headers when replying...
2000-06-30 lkehresmanMade some changes to the way that attachments are downl...
2000-06-23 lkehresmanupdated todo, trying to fix this stupid multiple log...
2000-06-23 lkehresmanThis MIME support now passes the torture test that...
2000-06-22 lkehresmanadded debugging information and fixed a minor bug ...
2000-06-21 lkehresmanRewrote MIME support and made it much, MUCH quicker...
2000-04-12 nehresmachanged log in method back to using cookies. also...
2000-04-11 lkehresmanchanged <? to <?php in everything
2000-04-10 nehresmaadded use of PHP's session management
2000-04-02 gustavfNow setting charset also in headers when sending mail.
2000-03-24 gustavfFixed bug: Charset was not taken into account for singl...
2000-03-22 gustavfAdded limited support for Cyrillic (only KOI8-R yet...
2000-03-01 gustavfAdded a constat to all files in functions/ to be able...
2000-02-29 gustavfFixed bug: Encoding was not set correctly when message...
2000-02-28 gustavfAdded i18n.php and moved som functionality to that...
2000-02-25 gustavfChanged name of rfc1522Decode to decodeHeader. The...
2000-02-24 gustavfAdded partial support for iso-8859-15 to rfc1522Decode.
2000-02-23 gustavfFixed decodeBody. Now handles Quoted Printable correctly.
2000-02-22 gustavfAdded support for RFC1522 (MIME coding of headers).
2000-02-21 lkehresmanRewrote IMAP functions.
2000-01-13 serekadded gettext support.
2000-01-07 lkehresmanAdded some preference options, and debugged many bugs
2000-01-06 lkehresmanFixed a minor MIME bug
2000-01-06 lkehresmanmade "quoted-printable" work
2000-01-06 lkehresmanAdded "Themes" to personal preferences
2000-01-05 lkehresmanjust cleaning up some stuff
2000-01-05 lkehresmanBugfixes in MIME stuff
2000-01-05 lkehresmanMade MIME much more efficient
2000-01-04 lkehresmanRewrote multipart/* algorithm to be recursive
2000-01-03 lkehresmanChanged so that attachments don't have to be saved...
2000-01-02 lkehresmanupdated the MIME support. It's much better
2000-01-02 lkehresmanadded attachment support
1999-12-30 lkehresmanupdated mime support
1999-12-27 lkehresman Updated the README, also made images load quicker
1999-12-20 lkehresmanBug fixes
1999-12-19 lkehresmanAdded date translation to local time
1999-12-14 lkehresmanadded "reply-to" capabilities
1999-12-14 lkehresmanadded documentation
1999-12-14 lkehresmanAdded:
1999-12-13 lkehresmanAdded BASIC mime support. Not fully working yet.