New icon theming. Also added basic template for left_main.php
[squirrelmail.git] / functions / mime.php
2006-02-11 stekkelFix for from names displayed in the attachment area...
2006-02-07 jervforsMoving the links "Download this as a file" and "View...
2006-02-05 jervforsReplacing deprecated HTML "center" element.
2006-01-23 tokulcopyright update
2005-12-22 kink- MagicHTML fix for comments in styles.
2005-11-09 kink- Make test for IE6 in SendDownloadHeaders also match...
2005-11-03 stekkelfixed warning and improved url () filtering
2005-10-17 kinkrevert addition of security=restricted tag since that...
2005-10-11 kinkset security=restricted attribute on the iframe, preven...
2005-10-09 tokulfixed quoted-printable decoding.
2005-09-18 jervforsphpDocumentor updates
2005-08-21 tokulconvert character set in html messages
2005-08-03 stekkel* sync matches and replacement arrays again in magicHtml()
2005-08-03 tokulusing B encoding with headers in multibyte character...
2005-08-02 tokulinvalid doc entry
2005-08-02 tokulB encoding code is unstable. needs more coding and...
2005-07-31 tokuladding workaround for encoding of long multibyte header...
2005-06-17 janglissFixed missing quote character when trying to build...
2005-06-15 stekkelPut back old 1.5.1 functionality after the rest of...
2005-06-15 stekkelXSS fixes
2005-06-04 jervforsString fix and minor formatting
2005-04-23 jervforsTrimming whitespace and replacing tabs
2005-04-19 stekkelJust in case ...
2005-04-19 stekkelFixed half implemented feature. Now we provide a stream...
2005-04-18 tokuladding html message inside iframe
2005-04-17 tokuladded iframe code (used when show_html_default = true)
2005-03-29 tokuldocumenting two functions
2005-03-21 kinkstrip absolute positioning css from html mails.
2005-03-18 pdontthinkMaking mailto: conversion in magicHTML() optional ...
2005-03-18 pdontthinkIt's _blank, not _new
2005-03-15 pdontthinkparseUrl was too aggressive; implemented mailto: replac...
2005-03-13 pdontthinkAllow plugins to customize attachment link (for instanc...
2005-03-07 kinkfix typo in $quotvar name
2005-02-16 stekkelFixed typo.
2005-02-08 janglissThis fixes empty src tags, and sets them to the blank...
2005-02-08 janglissAnother MS fix...
2005-02-08 janglissFix for #855320 where Outlook Express was creating...
2005-02-07 stekkelFixed: filenames in case of forwarding a message.
2005-01-10 tokulProvides some fixes for #1043576 (incorrect wrapping...
2005-01-09 tokulreplacing urlencode with rawurlencode. It is possible...
2004-12-29 jervforsChanging squirrelmail/Squirrelmail to SquirrelMail...
2004-12-28 kinkAdd param 'clean' to formatBody to prevent irrelevant...
2004-12-27 kinkIncrement year in copyright notice.
2004-11-01 cigamitRemoved variables that were initialized, but never...
2004-10-31 cigamitRemove unused globals
2004-10-28 tokul$utfencode and $htmlsave options were not followed...
2004-10-28 cigamitMissing global, $passed_ent_id was not being set or...
2004-10-23 stekkelFixed XSS vulnarability in decodeHeader function spotte...
2004-10-03 jervforsMinor cleanup in comments
2004-10-03 jervforsMinor cleanups and changing the links for downloading...
2004-08-27 tokulsend urlencoded filename to IE
2004-08-11 jervforsXHTML fixes
2004-08-11 jervforsXHTML fixes
2004-08-08 tokulxtra_code updates in mime functions
2004-07-12 pdontthinkuri updated
2004-05-23 stekkelFixed XSS vulnarability spotted by "Roman Medina" after...
2004-05-21 jervforsPhpdocumentor update - sed is your friend for these...
2004-05-16 tokulmaking decision about conversion before actual conversi...
2004-05-02 stekkelFixed on the fly decoding of base64 attachment. We...
2004-04-29 indiri69A few more types of break tags
2004-04-26 braverock- remove first !IE6 check and send Pragma and NoCache...
2004-03-17 braverock- fixed SendDownLoadHeaders to solve IE SSL Cache problems
2004-03-15 kinkRemove almost all left overs of our non-uid-imap-server...
2004-02-24 kinkWe're living in 2004 now... perl is your friend for...
2004-02-06 janglissXSS Fixes
2004-01-02 tokuladding phpdoc blocks for encodeHeader and decodeHeader
2003-12-23 indiri69Whoops. Forgot the other part of it.
2003-12-23 indiri69Fix from stable that should have gone in here too.
2003-12-12 janglissFix again for Internet Explorer's stupidity of decoding...
2003-12-10 indiri69Reinsert Download as a file link
2003-11-25 braverockadded content-length header as an optional parameter...
2003-11-12 alex-brainstormFix missing mailbox argument to sq_cid2http() in sq_fix...
2003-11-09 stekkelfix for inserted spaces after encoded strings.
2003-10-28 tassiumPreparation to begin using phpdocumentor.
2003-10-28 braverock- moved DumpHeaders fn from src/download.php to mime.php
2003-10-21 stekkelFix for Outlook html mail with a defined background...
2003-10-15 tokulpatch adds options that allow setting max size of fetch...
2003-10-03 graf25HTML Filter bugfixes and further strengthening.
2003-09-26 pdontthinkNew hook for decoding message body
2003-09-04 alex-brainstormFix spurious semicolon at beginning of html output...
2003-09-01 alex-brainstormFixes _(Unknown sender) from being html encoded
2003-08-21 indiri69Handle attributes that have colons (:) in them. MS...
2003-08-19 stekkelThis should work too (even better)
2003-08-19 stekkelfix for bug #784193
2003-08-01 cigamitAdd "attachments_bottom" hook to allow manipulating...
2003-07-27 kinkDrop obsolete function
2003-06-29 graf25Applied bugfixes to htmlfilter code from stable.
2003-06-28 stekkeldo not start encoding in the middle of a string
2003-06-25 stekkelThe performance related extra if call caused a bug...
2003-06-18 stekkelDO NOT buffer base64 encoded attachments before we...
2003-06-11 stekkelperformance tweak
2003-05-30 stekkelFixed 2 issues:
2003-05-30 stekkellogmes
2003-05-28 stekkelencodeheader / decodeHeader fixes. Removal of <space...
2003-05-10 ebullientRemove "absolute_dl" flag from default link for general...
2003-04-26 graf25Fixing what I broke.
2003-04-25 stekkelcommented out a part we do not use. Probably some prehi...
2003-04-24 graf25Updated to remove lowsrc attribute.
2003-04-01 kinkencodingfixes by Marc
2003-03-27 philippe_mingoMasato Higashiyama japanese patch.
next