From: lkehresman Date: Mon, 29 Jan 2001 20:56:08 +0000 (+0000) Subject: updated some documentation X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=1ffd5e3192569d7e82fa665ad0ea6b5d35099ec9 updated some documentation git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@980 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/doc/ie_ssl.txt b/doc/ie_ssl.txt index 2ce5e6f9..45331f6f 100644 --- a/doc/ie_ssl.txt +++ b/doc/ie_ssl.txt @@ -30,3 +30,22 @@ that made this work: With all the testing I have done, this works, and works very well for all browsers. + + +This was submitted by Marcin Jessa +==================================================== + Reading INSTALL file of SqWebMail i found following note: + + Tweak the web server for MSIE + The MSIE browser has a number of bugs in its HTTP/1.1 implementation, + at least as of MSIE 4.x and 5.x. You must configure your web server to + use HTTP/1.0 when talking to any MSIE browser (at least until MSIE + gets fixed). The problem has to do with downloading attachments. + Apparently, MSIE forgets how MIME works, when it uses HTTP/1.1. For + the Apache server, insert the following directive in httpd.conf: + + BrowserMatch "MSIE" nokeepalive downgrade-1.0 force-response-1.0 + + Recent versions of Apache already have a similar directive for a + specific version of MSIE, MSIE 4.0b2. Just replace it with a + browsermatch for any MSIE version. diff --git a/doc/plugin.txt b/doc/plugin.txt index df495914..96a899e2 100644 --- a/doc/plugin.txt +++ b/doc/plugin.txt @@ -113,6 +113,7 @@ List of hooks mailbox_index_before functions/mailbox_display.php mailbox_index_after functions/mailbox_display.php mailbox_form_before functions/mailbox_display.php + subject_link functions/mailbox_display.php right_main_after_header src/right_main.php right_main_bottom src/right_main.php login_top src/login.php