replaced "foo" with 'foo' while doing other
[squirrelmail.git] / functions /
2001-01-10 mattphillipsFix for [ Bug #125985 ] Random Login Failure. Sometime...
2001-01-10 lkehresmangreatly improved speed and memory management of downloa...
2001-01-09 fidianChanged timeout from 0 seconds (died for me constantly...
2001-01-09 lkehresman* Removed sqimap_mailbox_close() function -- automatica...
2001-01-09 lkehresmanadded Taiwan transation
2001-01-03 thomppjChanged mailbox display so that flags would be aligned...
2001-01-03 palloFixed bug #126497 + problem with error handling in...
2000-12-26 fidianHopefully killing the quotemeta and login problems...
2000-12-26 centaurixApplied patch #102655. Ha! my first commit !
2000-12-18 palloThe configured IMAP folder delimiter ($optional_delimit...
2000-12-18 palloFixed bug in readShortMailboxName() if "needle" (delimi...
2000-12-15 fidianThis fixes SquirrelMail's inability to download large...
2000-12-15 fidianAnother array detection "if" statement.
2000-12-14 lkehresmanadded catalan help translation
2000-12-14 ondrassimap_mailbox: Fixed minor bug in sqimap_mailbox_list
2000-12-14 ondrassUpdated language name for Czech Language
2000-12-14 lkehresmanfixed the bug of not being able to have a period on...
2000-12-13 fidianFixed bug where str_repeat was called with 0 as multipl...
2000-12-13 lkehresmanUpdated folder displaying code with changes we discusse...
2000-12-09 palloFixed how folder names are formatted in a hierarchy...
2000-12-09 lkehresmansubmitted patch from Stefan Sels that fixes the i18n...
2000-12-07 palloFixed bug #124841 where the Content-Type header charset...
2000-12-07 lkehresmanfixed some problems and improved "view header" function...
2000-12-07 lkehresmanfixed an HTML rendering bug in search display
2000-12-06 lkehresman- added patch from srakhada that uses quotemeta() funct...
2000-12-06 lkehresmanadded config option to specify the IMAP folder delimite...
2000-12-05 fidianFixed the startMessage stuff for the Select/Unselect...
2000-12-05 fidianmime_fetch_body reworked to fix a bug I found on my...
2000-12-05 lkehresmanadded patch from tcabot for a pure HTML method of selec...
2000-12-05 gustavfAdded missing ';' in ISO-8859-1
2000-11-30 lkehresmanfixed bug with one line length text message with an...
2000-11-28 fidianMade the handle_errors flag to sqimap_mailbox_expunge...
2000-11-24 palloApplied patch #102205 + some extra code to fix bug...
2000-11-17 fidianMinor bugfix to make sure that startMessage is correct...
2000-11-16 fidianChanged an if {} else if {} into if {} else {} (removed...
2000-11-16 fidianFixed missing $startMessage stuff for "Message List...
2000-11-16 lbergmanAdded a name parameter to content-type header to fix...
2000-11-16 lkehresmanfixed uninitialized urlMailbox bug on bug list
2000-11-16 lkehresmanmade sorting a bit faster
2000-11-12 lkehresmanfixed all bugs i could find in "no sorting" code.
2000-11-12 lkehresmanfixed problems with not sorting.. sorts descending...
2000-11-11 lkehresmanadded option to have no sorting (click on icon beside...
2000-11-09 gpadghamfixed a bug that wasn't allowing the mailbox to be...
2000-11-08 mattphillipsFixed a bug that was causing problems deleting messages...
2000-11-01 gpadghammore places needed the $invert_time variable declared...
2000-11-01 gpadghamfixed a function where a variable needed to be global...
2000-11-01 mattphillipsdisplayHtmlHeader expects a title, not colors.
2000-10-30 lkehresmanadded serbian translation
2000-10-30 lkehresman- Changed version numbers from 0.6pre1 to 1.0pre1
2000-10-30 lkehresmanfixed bug in figuring out which date format to show.
2000-10-30 lkehresmanremoved some buggy UW specific code -- subscribed folde...
2000-10-30 fidian<pre> tags instead of <tt> and &nbsp; stuff for reading...
2000-10-27 fidian- Returned sqimap_get_delimiter() to the old code,...
2000-10-27 lbergmanAdded redirection from subdirs to prevent file listing.
2000-10-23 fidianAdded numerous changes from embeejay
2000-10-23 ondrassI have apllied patch to handle virtual domains login...
2000-10-22 fidiansqimap_read_data now uses the $response and $message...
2000-10-21 fidianAdded html_top and html_bottom hooks to read_body for...
2000-10-20 ondrass- fixed error in iso-8859-2 handling function in functi...
2000-10-18 fidianClosure of bug 117039
2000-10-18 fidianMoved a lot of duplicated code into a separate function...
2000-10-18 fidianSearches now show proper headers for the columns of...
2000-10-17 fidianWhen reading mail messages, you won't get all spaces...
2000-10-17 fidianWhen there is an error logging in, and since we are...
2000-10-17 fidianAttempted to fix a bug where the port number was added...
2000-10-17 lkehresmanadded hooks for allbox plugin
2000-10-14 fidianChanged how replied-to messages are wrapped.
2000-10-13 palloFirst version of an address book backend for personal...
2000-10-13 fidianAttachment hook has the filename sent.
2000-10-12 fidianModified sqWordWrap again, it also now works with lines...
2000-10-12 lkehresmanruns message through sqWordWrap before putting it in...
2000-10-12 lkehresmanIf a message has attachments, it is shown in the messag...
2000-10-11 fidianAdded the 'login_top' hook (was missing) (login.php)
2000-10-11 fidianChanged size display:
2000-10-11 fidianFixed silly typo, now you can read your mail. :-)
2000-10-10 fidianMinor bugfixes:
2000-10-10 fidianUpdated sqWordWrap() function a lot
2000-10-10 fidianFunctions now pass message body by reference to save...
2000-10-10 fidianAdds a config option to invert the time for Solaris...
2000-10-10 lkehresman- improved date parsing
2000-10-09 fidianNew attachment view, do_hook() with parameters, better...
2000-10-07 lkehresmanmade message index order customizable
2000-10-06 lkehresmanchanged version to "0.6pre1 (cvs)"
2000-10-04 palloAvoid using track vars when not necessary.
2000-10-02 fidianAttempted to auto-detect port number in get_location()
2000-10-02 lkehresmanadded catalan
2000-10-02 fidianImproved random number generation
2000-10-01 fidianStrings with ) are not counted in mime_match_parenthesis()
2000-09-29 palloFixed bug in PHP version checking code.
2000-09-27 palloFixed one of Gustav's many famous typos :)
2000-09-27 gustavfAdded mopre entropy collection before creating onte...
2000-09-26 fidianMinor HTML change to make Opera see the message list...
2000-09-26 palloUse extra parameters on ldap_search if PHP version...
2000-09-26 palloAdded function to check what PHP version we have.
2000-09-25 ondrassDelete in Trash does Purge. OndraS.
2000-09-23 lkehresmanif no date is sent in the header of a message, it takes...
2000-09-22 fidianImproved link detection in bodies of mail messages.
2000-09-22 lkehresmanfixed problems I introduced in previous version of...
2000-09-22 lkehresmanmade some changes to date parsing trying to fix bugs
2000-09-20 lkehresmanFixed bug I noticed when ONLY an attachment is sent...
next