squirrelmail/functions
jangliss 3d391f4472 Eugh, this code is getting messy, can somebody verify this regex for me,
I'm trying to get it to match on "INBOX" or INBOX but nothing afterwards,
but some IMAP servers are returning an extra char or two on the end, so
a direct match is messing up, so I've tried something a little different
and told it to do a full match, but fail it if the next char after INBOX is
a delimiter (do we have a full list of possibilities?).

Tested on uw, courier, exchange, and cyrus, and the list builds nicely now.
uw still has some odd behaviours when you have a default folder prefix, but
the others seem a lot better... got to do some minor tweaks, and I think this
can go for full testing.
2003-06-16 03:59:45 +00:00
..
abook_database.php Getting ready for 1.4.0 RC1 2002-12-31 12:49:43 +00:00
abook_global_file.php Getting ready for 1.4.0 RC1 2002-12-31 12:49:43 +00:00
abook_ldap_server.php Version check fixes. 2003-01-23 20:50:22 +00:00
abook_local_file.php Getting ready for 1.4.0 RC1 2002-12-31 12:49:43 +00:00
addressbook.php Getting ready for 1.4.0 RC1 2002-12-31 12:49:43 +00:00
attachment_common.php Add explicit include of global.php 2003-03-09 18:45:07 +00:00
auth.php Ok, I screwed up. When I put in cram-md5 and digest-md5, I left the alternative as being "plain", which is a misnomer. There really IS a mechanism called "plain", and what we're doing isn't it. So I've renamed our "plain" to "login". 2003-01-04 06:01:26 +00:00
constants.php Getting ready for 1.4.0 RC1 2002-12-31 12:49:43 +00:00
date.php Ported short name of mount/weekday support from 1.2stable 2003-04-30 08:28:59 +00:00
db_prefs.php remove_pref function was missing global prefs_cache declare. 2003-03-28 05:22:51 +00:00
display_messages.php update error_box, use more echos rather than big concat, 2003-06-11 18:30:37 +00:00
file_prefs.php bring up fix for default_pref file name (double-slash) 2003-06-11 18:33:25 +00:00
gettext.php Getting ready for 1.4.0 RC1 2002-12-31 12:49:43 +00:00
global.php Correct login issues with PHP < 4.1 2003-04-23 18:13:08 +00:00
html.php Undo this xhtml-compatibility thing because the html_tag function is used 2003-01-04 18:00:19 +00:00
i18n.php Added experimental iso-8859-6 decoding support. 2003-06-15 11:39:17 +00:00
imap.php Drop obsoleted imap_parse.php 2003-05-22 15:22:07 +00:00
imap_general.php in case of BYE response display errormessage 2003-06-13 15:30:28 +00:00
imap_mailbox.php Eugh, this code is getting messy, can somebody verify this regex for me, 2003-06-16 03:59:45 +00:00
imap_messages.php Fix this awfully ugly error message, finally. 2003-06-08 12:39:49 +00:00
imap_search.php Getting ready for 1.4.0 RC1 2002-12-31 12:49:43 +00:00
imap_utf7_local.php Masato Higashiyama japanese patch. 2003-03-27 16:47:48 +00:00
index.php Getting ready for 1.4.0 RC1 2002-12-31 12:49:43 +00:00
mailbox_display.php * fix for messageheader caching. We didn't cache somebody broke it :( 2003-06-11 17:26:52 +00:00
mime.php performance tweak 2003-06-11 17:09:15 +00:00
options.php Still getting complaints about this outputting plain text to the browser 2003-03-25 16:07:22 +00:00
page_header.php Make sure we have a HTML-header already outputted before we send 2003-06-09 14:39:15 +00:00
plugin.php Add explicit include of global.php 2003-03-09 18:45:07 +00:00
prefs.php MS Exch can be set up that users have to use DOMAIN/username/mailbox 2003-06-08 16:15:02 +00:00
strings.php Fix comp_in_new: make outputing the compose link a function so that 2003-06-08 14:37:35 +00:00
tree.php Getting ready for 1.4.0 RC1 2002-12-31 12:49:43 +00:00
url_parser.php Fix comp_in_new: make outputing the compose link a function so that 2003-06-08 14:37:35 +00:00