I subscribe to the squirrelmail-users mailing list.
  [ ]  True - No need to CC me when replying
  [X]  False - Please CC me when replying

This bug occurs when I ...
Try to Reply. Reply All, Forward, Forward as Attachment from an email, or
when trying to resume a draft.


The description of the bug:
Normal compose works, but if I try to reply all, for example, I get a
compose screen that only has the top header, with no JavaScript errors.


I can reproduce the bug by:
Replying to some emails.  Emails themself are usually normal, the last one
was simple Yahoo mail (text) with 3 CCed addresses.

Following is the source code of the page that will not load completely:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>

<title>SquirrelMail</title><script language="JavaScript"
type="text/javascript">
<!--
function checkForm() {
var f = document.forms.length;
var i = 0;
var pos = -1;
while( pos == -1 && i < f ) {
var e = document.forms[i].elements.length;
var j = 0;
while( pos == -1 && j < e ) {
if ( document.forms[i].elements[j].type == 'text' ) {
pos = j;
}
j++;
}
i++;
}
if( pos >= 0 ) {
document.forms[i-1].elements[pos].focus();
}
}
// -->
</script>

<style type="text/css">
<!--
  /* avoid stupid IE6 bug with frames and scrollbars */
  body {
      voice-family: "\"}\"";
      voice-family: inherit;
      width: expression(document.documentElement.clientWidth - 30);
  }
-->
</style>

</head>

<body text="#000000" bgcolor="#FFFFFF" link="#222222" vlink="#222222"
alink="#222222" onload="checkForm();">

<a name="pagetop"></a>
<table bgcolor="#FFFFFF" border="0" width="100%" cellspacing="0"
cellpadding="2">
<tr bgcolor="#FFCC00">
<td align="left">
         Current Folder: <b>INBOX&nbsp;</b>
      </td>
<td align="right"><b>
<a href="/squirrelmail/src/signout.php" target="_top">Sign Out</a></b></td>
   </tr>
<tr bgcolor="#FFFFFF">
<td align="left">
<a href="/squirrelmail/src/compose.php?mailbox=INBOX"
target="right">Compose</a>&nbsp;&nbsp;
<a href="/squirrelmail/src/addressbook.php"
target="right">Addresses</a>&nbsp;&nbsp;
<a href="/squirrelmail/src/folders.php"
target="right">Folders</a>&nbsp;&nbsp;
<a href="/squirrelmail/src/options.php"
target="right">Options</a>&nbsp;&nbsp;
<a href="/squirrelmail/src/search.php?mailbox=INBOX"
target="right">Search</a>&nbsp;&nbsp;
<a href="/squirrelmail/src/help.php" target="right">Help</a>&nbsp;&nbsp;
<a href="/squirrelmail/plugins/bug_report/bug_report.php">Bug</a>&nbsp;&nbsp;
<a href="/squirrelmail/plugins/calendar/calendar.php"
target="right">Calendar</a>&nbsp;&nbsp;
<a
href="/squirrelmail/plugins/mail_fetch/fetch.php">Fetch</a>&nbsp;&nbsp;<a
href="/squirrelmail/plugins/notes/notes.php"
target="right">Notes</a>&nbsp;&nbsp
<a href="/squirrelmail/plugins/file_manager/file_manager.php">File
Manager</a>&nbsp;&nbsp;      </td>
<td align="right">
<a href="http://www.squirrelmail.org/"; target="_blank">SquirrelMail</a></td>
   </tr>
</table><br>



----------------------------------------------

My browser information:
  Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; T312461; .NET CLR
1.1.4322)
  get_browser() information (List)
    * browser_name_pattern = Mozilla/4\.0 (compatible; MSIE
6\.0.*;.*Windows NT 5\.0.*).*
    * parent = IE 6.0
    * platform = Win2000
    * browser = IE
    * version = 6
    * majorver = 6
    * minorver = 0
    * css = 2
    * frames = 1
    * iframes = 1
    * tables = 1
    * cookies = 1
    * backgroundsounds = 1
    * vbscript = 1
    * javascript = 1
    * javaapplets = 1
    * activexcontrols = 1
    * cdf = 1

My web server information:
  PHP Version 4.2.3
  PHP Extensions (List)
    * 0 = xslt
    * 1 = xml
    * 2 = wddx
    * 3 = standard
    * 4 = shmop
    * 5 = session
    * 6 = posix
    * 7 = pcre
    * 8 = openssl
    * 9 = mysql
    * 10 = mhash
    * 11 = mcrypt
    * 12 = imap
    * 13 = iconv
    * 14 = gettext
    * 15 = gd
    * 16 = ftp
    * 17 = exif
    * 18 = dbase
    * 19 = dba
    * 20 = db
    * 21 = curl
    * 22 = ctype
    * 23 = calendar
    * 24 = bcmath
    * 25 = zlib

SquirrelMail-specific information:
  Version:  1.4.2
  Plugins (List)
    * 0 = bug_report
    * 1 = calendar
    * 2 = delete_move_next
    * 3 = info
    * 4 = listcommands
    * 5 = mail_fetch
    * 6 = message_details
    * 7 = newmail
    * 8 = sent_subfolders
    * 9 = spamcop
    * 10 = squirrelspell
    * 11 = translate
    * 12 = notes
    * 13 = quicksave
    * 14 = compatibility
    * 15 = html_mail
    * 16 = unsafe_image_rules
    * 17 = empty_trash
    * 18 = msg_flags
    * 19 = sent_confirmation
    * 20 = show_headers
    * 21 = view_as_html
    * 22 = folder_synch
    * 23 = vkeyboard
    * 24 = jsclock
    * 25 = virus_scan
    * 26 = pupdate
    * 27 = abook_take
    * 28 = file_manager
    * 29 = compose_fix
    * 30 = folder_sizes
    * 31 = weather

My IMAP server information:
  Server type:  courier
  Server info:  * OK [HIDDEN] IMAP4rev1 UIDPLUS CHILDREN NAMESPACE
THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE STARTTLS]
Courier-IMAP ready. Copyright 1998-2003 Double Precision, Inc.  See
COPYING for distribution information.
  Cabailities:  IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT
THREAD=REFERENCES SORT QUOTA IDLE STARTTLS




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to