Fix for infinite loop when trying to decode multi-part mime attachments
[squirrelmail.git] / functions /
2003-03-26 janglissPHP 4.3.x prefs fix for db based prefs.
2003-03-25 janglissAnd again... another PHP 4.3 fix
2003-03-25 janglissStill getting complaints about this outputting plain...
2003-03-25 janglissA couple of fixes for PHP 4.3.x. This should allow...
2003-03-24 cigamitInorder for plugins to utilize the msg_envelope hook...
2003-03-22 janglissLets see if this prefs fix works for now. Will do...
2003-03-16 pdontthinkPut msg_envelope hook back in, per Jimmy Conner's reque...
2003-03-13 pdontthinkExplicitly define for old php versions when it's undefined
2003-03-11 pdontthinkTurned off validation scripts for widgets when javascri...
2003-03-11 janglissPulling out JS in options setup. Paul, did you want...
2003-03-11 kinkfwrite returns 0 when 0 bytes written, so use === FALSE...
2003-03-10 kinkA better way to check for errors, and apply the previou...
2003-03-10 kinkSmall tweaks:
2003-03-10 janglissWeird locales seem to mess with uppercase i, and php...
2003-03-10 kinkFix copyerror, this eliminates some warnings of undefin...
2003-03-10 ebullientCache the base url (protocol://host:port) in the sessio...
2003-03-09 ebullientAdd explicit include of global.php
2003-03-08 janglissA few more unnecessary urldecodes when not needed....
2003-03-08 janglissI'd like my settings to stay on login... we need a...
2003-03-07 stekkelimproved encodeHeader function and decodeHeader handlin...
2003-03-07 janglissFixed incorrect decoding of mailbox name... $_GET vars...
2003-03-05 janglissNo check to make sure logo is set... login.php verifies...
2003-03-04 stekkelremoved left argument from function. Thnx Paul.
2003-03-04 kinkSupport vCards which have the official mime type "text...
2003-03-04 pdontthinkAdded javascript validation to integer and float widgets.
2003-03-04 pdontthinkReintegrated Erin's lost changes from v1.309
2003-03-03 ebullientClean up references to global vars
2003-03-01 stekkelfix warning in case of undefined date
2003-03-01 stekkelmissed some spots
2003-03-01 stekkelTo much encoding. Now we only encode what's needed.
2003-03-01 stekkelWhoops wrong file
2003-03-01 stekkelin case of non sorting display newest messages first
2003-03-01 stekkelBlah
2003-02-28 stekkelWeird subject processing now cut off correctly
2003-02-28 stekkelcharset encode / decode fixes
2003-02-27 kinkOnly add extra "points" for a subject with entities...
2003-02-27 kinkSwap colors, because new %2 test by Jon is true when...
2003-02-27 ebullientWOOOPS. darnit.
2003-02-27 ebullientErroneous use of quotes in the switch in sqgetGlobalVar.
2003-02-27 ebullientFix broken subject line that I doubt has worked since...
2003-02-24 stekkelrewrote unfold routine inside sqimap_small_header_list...
2003-02-24 janglissAlternating reply colours... makes things easier to...
2003-02-24 stekkelcharsetDecode / htmlspecialchar usage is a mess :-(
2003-02-24 stekkellot's of fixes:
2003-02-20 janglissSilly me, functions require () to work.
2003-02-20 kinkDo not use mixed get/post forms as this is broken in...
2003-02-20 kinkSmall html fix
2003-02-18 stekkelFixed the borked timezone manipulating functions.
2003-02-13 philippe_mingoVietnamese
2003-02-12 kinkWe're talking Megabytes here, not millibytes :)
2003-02-10 kinkFix "Failed opening default pref" bug, closes #680331...
2003-02-07 janglissRemove the unnecesary sqextractGlobalVar function,...
2003-02-07 ebullientFix for 636577.
2003-02-06 stekkeladded RECENT response to result array of sqimap_get_sta...
2003-02-02 tokulCloses bug 672350. Right-to-Left language fixes from...
2003-01-30 stekkelget the filename from the properties if the is no dispo...
2003-01-27 stekkelfix for unsafe images links. Somehow the wrong were...
2003-01-24 kinkContinue development
2003-01-24 kinkReleasing RC2a
2003-01-23 tassiumFixes XSS bug in mailbox_display with malicious From...
2003-01-23 kinkVersion check fixes.
2003-01-23 kinkObsolete duplicate function to make sure version compar...
2003-01-23 kinkContinue development
2003-01-23 kinkRC2
2003-01-22 tokulRollback LTR changes. it will be resubmitted after...
2003-01-22 tokulRollback RTL changes. this is mailbox_display.php v...
2003-01-22 tassiumI have rolled back Stefan's additions.
2003-01-21 centaurixinitial files for using vcard in the gui
2003-01-19 tokulRight-to-Left fixes by Saleh Madi <webmail@p-i-s.com>
2003-01-18 tokulHebrew locale is not he_HE, but he_IL
2003-01-17 kinkObsolete sqm_topdir(), thanks Jimmy Connor for the...
2003-01-15 kinkObsolete code because crc32() does exist in our minimum...
2003-01-14 stekkel* modifications in order to use ent_id=0 for downloadin...
2003-01-13 tokulAdded Arabic.
2003-01-10 tassiumRemoved function sqimap_mailbox_has_children() from...
2003-01-09 janglissAdded a check in sqimap_login to verify $onetimepad...
2003-01-09 tassiumFixed left_main.php to show purge link for trash if...
2003-01-09 kinkWhen in threaddisplay, trim subjects of indented messag...
2003-01-09 ebullientThis makes more sense to me, and has been shown not...
2003-01-07 tokul$default_charset variable equal to user's locale when...
2003-01-04 kinkImplement sqextractGlobalVar with sqgetGlobalVar
2003-01-04 kinkUndo this xhtml-compatibility thing because the html_ta...
2003-01-04 tassiumImproved error handling, especially for everyone whose...
2003-01-04 tassiumOk, I screwed up. When I put in cram-md5 and digest...
2003-01-04 ebullientThanks shiruken! needed single quotes around switch...
2003-01-04 ebullientadded constants to fetch COOKIE and SERVER values
2003-01-04 ebullientswap in the sqgetGlobalVar function
2003-01-04 ebullientuse new function to get POST variables
2003-01-04 ebullientUse new function to get GET vars
2003-01-04 ebullientAdded new function:
2003-01-02 tokulAdded windows-1253 and utf-8 decoding
2003-01-01 philippe_mingoInternationalization bugfix.
2002-12-31 kinkForgot a SM_PATH
2002-12-31 kink*** empty log message ***
2002-12-31 kinkGetting ready for 1.4.0 RC1
2002-12-30 kinkSession naming in devel.
2002-12-29 ebullientforgot to re-enable after testing.. duh.
2002-12-29 ebullientWanted to add the SquirrelMail versioning functions...
2002-12-22 kinkA small start in making Sqm XHTML 1.0 valid
2002-12-21 kinkAlso give the remaining Subject column a width% that...
next