squirrelmail/functions
Thijs Kinkhorst 33c53f089b Fix inconsequent use of utf7_encode which causes problems with creating/renaming
folders with special chars like '&': sometimes doesn't get encoded, other times does,
sometimes gets encoded twice.
2002-10-28 14:24:45 +00:00
..
abook_database.php Remove isWarning as it's been dropped from PEAR with cvs versions 2002-10-15 08:25:29 +00:00
abook_global_file.php Fixed *A LOT* of formatting... 2002-01-28 20:41:01 +00:00
abook_ldap_server.php Forgot one { 2002-01-28 20:47:26 +00:00
abook_local_file.php Merge from stable (Valcor's fixes) 2002-10-15 22:04:47 +00:00
addressbook.php More SM_PATH changes 2002-09-10 22:35:30 +00:00
attachment_common.php 2d try 2002-09-25 19:27:22 +00:00
auth.php rg=0 fix for recovering sessions 2002-10-15 20:53:17 +00:00
constants.php Converted all files in functions/ to use SM_PATH. This will break all 2002-09-06 00:31:43 +00:00
date.php Whoops, I introduced a warning. Fixed. 2002-10-15 13:05:22 +00:00
db_prefs.php Remove isWarning as it's been dropped from PEAR with cvs versions 2002-10-15 08:25:29 +00:00
display_messages.php UI consistancy 2002-10-17 16:44:54 +00:00
file_prefs.php Be somewhat clearer in the error message: default_pref not readable 2002-10-18 15:00:32 +00:00
gettext.php Wrong include path 2002-09-21 16:18:45 +00:00
global.php You must start a session to be able to destroy it. 2002-10-21 11:27:58 +00:00
html.php Added var $link to set_url_var so we correctly can set the new uri with 2002-10-22 12:33:18 +00:00
i18n.php fix for greek chars. 2002-10-18 08:59:13 +00:00
imap.php Converted all files in functions/ to use SM_PATH. This will break all 2002-09-06 00:31:43 +00:00
imap_general.php Move error checking up 2002-10-26 14:20:00 +00:00
imap_mailbox.php Fix inconsequent use of utf7_encode which causes problems with creating/renaming 2002-10-28 14:24:45 +00:00
imap_messages.php Since changing to rg=0 we make extensive use of $_SESSION and $HTTP_SESSION_VARS. Because of this session_register, session_unregister, and session_is_registered should NOT be used (see the PHP manual at php.net). They are buggy over different PHP versions anyway. Now when changing a session var using the custom 'sq' version of these functions (all located in global.php) the superglobal array is accessed directly. This fixes the problem with corrupted objects in the session. Tested with 4.1.2 rg=0 and 1. 2002-10-06 23:43:02 +00:00
imap_parse.php First, more formatting conventions. 2002-08-29 23:42:46 +00:00
imap_search.php Obsolete array.php 2002-10-26 17:10:21 +00:00
imap_utf7_local.php Merge utf7_decode_local and utf7_encode_local into one file. 2002-10-28 13:00:44 +00:00
index.php Getting ready for 1.2.0 release. 2001-12-23 07:42:40 +00:00
mailbox_display.php Obsolete array.php 2002-10-26 17:10:21 +00:00
mime.php set default download link to absolute_dl = true to force download instead of 2002-10-23 17:48:08 +00:00
options.php Folder Selection changes integrated from sizzle-ui stream.. 2002-10-24 05:45:48 +00:00
page_header.php avoid stupid IE6 bug with frames and scrollbars 2002-10-23 20:22:02 +00:00
plugin.php More rg=0 2002-09-21 20:26:52 +00:00
prefs.php Since changing to rg=0 we make extensive use of $_SESSION and $HTTP_SESSION_VARS. Because of this session_register, session_unregister, and session_is_registered should NOT be used (see the PHP manual at php.net). They are buggy over different PHP versions anyway. Now when changing a session var using the custom 'sq' version of these functions (all located in global.php) the superglobal array is accessed directly. This fixes the problem with corrupted objects in the session. Tested with 4.1.2 rg=0 and 1. 2002-10-06 23:43:02 +00:00
strings.php More rg=0 2002-09-21 20:26:52 +00:00
tree.php Converted all files in functions/ to use SM_PATH. This will break all 2002-09-06 00:31:43 +00:00
url_parser.php Moved line to prevent enless loops 2002-08-10 19:39:07 +00:00