added fix so page isn't cached
[squirrelmail.git] / functions /
2001-04-26 fidian* This seems to show up better with more space on Subje...
2001-04-26 fidian* To reduce on errors, I moved the includes for config...
2001-04-26 fidian* Hopefully fixed the "no text part" bug -- # 417504
2001-04-25 fidian* target="_top" for accidental logouts
2001-04-25 fidian* Since we do an address book lookup for nicknames...
2001-04-23 fidian* Sending messages now works as expected
2001-04-23 fidian* Warning removal
2001-04-23 fidian* Squished a warning
2001-04-23 lkehresmanstandard new version revisions
2001-04-22 lkehresmanadded patch to better detect HTTPS
2001-04-22 lkehresman* added signout_page option to redirect after signout
2001-04-22 lkehresmangreatly improved smtp error handling (doesn't trash...
2001-04-21 lkehresmanadded option to enable/disable alternating row colors
2001-04-21 lkehresmanmade preferences REALLY be cached (in session)
2001-04-21 lkehresmanfixed bug that didn't display folders with spaces in...
2001-04-20 fidian* Detects HTML mail if the entity id is 1.2
2001-04-19 fidian* Drat -- meant for it to go in 1.1, but no harm really...
2001-04-19 fidian* Potential fix for Win32 builds where 'getrusage'...
2001-04-19 fidian* Got bored and copied all the validate.php and define...
2001-04-13 lkehresmanfixed bug with authenticated smtp
2001-04-13 lkehresmansmall fix to authenticated smtp
2001-04-13 lkehresmanadded authenticated smtp server support
2001-04-13 fidian* Improved speed of URL parser
2001-04-11 fidian* Warning removal
2001-04-11 fidian* Removed another warning that shouldn't ever pop up...
2001-04-10 fidian* Fixed warnings from popping up (even though they...
2001-03-29 fidian* Subject column width should now take up whatever...
2001-03-28 fidian* I really didn't like the old attachment code
2001-03-26 fidian* Fixed a typo I made
2001-03-23 fidian* Removed warnings for W_ALL
2001-03-14 fidian* Adds code for the Konqueror workaround
2001-03-13 gustavfFixed bug #230696: subject line decoded wrong. A proble...
2001-03-13 gustavfFixed bug: Only characters having odd numbers where...
2001-03-09 palloOptional replacement for prefs.php to store user prefer...
2001-03-09 palloRemoved extra <> around RCPT TO addresses that made...
2001-03-09 fidian* Added spaces so the SMTP server gets the data correctly
2001-03-08 fidian* Added the _ to further ensure that the bounary string...
2001-03-08 fidian* Changed preferences to cache them for reading (Yeay!)
2001-03-07 fidian* If possible, replies now use the text-only version...
2001-03-07 fidian* Added code to show text/html messages (immediately...
2001-03-07 fidian* Fixed weird addressbook problem over SMTP
2001-03-05 fidian* Got rid of problem with passwords (finally)
2001-03-05 fidian* Possible fix for GroupWise
2001-03-04 centaurixfixed typo (Bug #405483)
2001-02-25 fidian* :-) The first letter of matching folders had their...
2001-02-24 lkehresmanremoved some regular expressions
2001-02-24 lkehresmanadded bugfix from 1.0.3cvs
2001-02-24 lkehresmanadded auto-lookup functionality -- aliases can now...
2001-02-22 lkehresmanadded croatian translation
2001-02-20 lkehresmanphase 1 of interface improvements -- alternating row...
2001-02-16 thomppjConverted main trunk to 1.1
2001-02-16 fidian* To make sure that $indent is always greater than...
2001-02-10 fidian* Removed the unnecessary function replace_escaped_spac...
2001-02-10 lbergmanfix bug select one highlight item, deletes all
2001-02-09 fidian* Moved subject handling code into its own function.
2001-02-09 graf25Fixes the problem of subjects with entities getting...
2001-02-09 fidian* Stupid bugfix
2001-02-09 fidian* Added more plugin stuff. :-)
2001-02-09 fidian* Noticed that mime_match_parentheses() didn't work...
2001-02-09 fidian* Lots-o-debug info
2001-02-09 fidian* Now this sends $plugin_general_debug to the plugins...
2001-02-09 fidian* Added a debug mode.
2001-02-09 graf25Bugfixes in l10n
2001-02-08 lkehresmanfixed version number
2001-02-08 lkehresmanadded icelandic translation
2001-02-08 lkehresman* added Hungarian translation
2001-02-07 fidian* Minor bugfixes with addressbooks
2001-02-07 fidian* quotemeta() wasn't the right function. addslashes...
2001-02-07 fidian* Auto-detects if form is 'compose.php' and if PHP...
2001-02-07 fidian* Removed the other workarounds too. :-)
2001-02-07 lkehresmanusing tyler's method, added OPTIONAL workaround for...
2001-02-06 fidian* More fixes
2001-02-06 fidian* Hopefully squashed all those annoying "flags" workarounds
2001-02-06 fidian* Removed a potential warning and potential config...
2001-02-06 fidian* Very minor bugfixes
2001-02-05 fidianFor all strings in regexps:
2001-02-05 palloAdded example code to help people enable the database...
2001-02-05 palloFixed PHP warning for LDAP entries without an e-mail...
2001-02-05 palloConverted some ereg_replace() into str_replace().
2001-02-04 fidianFixed "Select All" link problem for searches.
2001-02-03 fidian* All incoming form values now have stripslashes()...
2001-02-02 fidianFixed the weird date thing. Forgot it had to be an...
2001-02-02 fidianHopefully fixes problem with "wrong datatype for second...
2001-02-02 lkehresmanstandard version transition stuff
2001-02-02 fidian* Changed some regexps into string matches and the...
2001-02-02 fidianCleaned up regexp's.
2001-02-02 fidianCommented where more workarounds were added
2001-02-02 lkehresmanfixed warnings and fixed broken part of my updated...
2001-02-02 lbergmansome foo to 'foo'
2001-02-02 lkehresmanremoved warnings
2001-02-02 lkehresmanadded another fix for the odd addition of newlines
2001-02-02 lkehresmanimproved imap_general.php -- much better handling
2001-02-01 lkehresmanremoved another warning
2001-02-01 lkehresmanremoved error messages
2001-02-01 fidianRemoved ereg and ereg_replace calls. Using simple...
2001-02-01 lkehresmanwhoops.. didn't mean to commit this stuff
2001-02-01 lkehresmanwarnings removed
2001-02-01 lkehresman* speed improvemnts in sorting
2001-02-01 lkehresmanadded capability to detect if imap server supports...
2001-02-01 lkehresmanfixed more warnings
next