[Bug 607] Changed - Long recipient lists get truncated when replying or reediting
bugs@bugs.horde.org
bugs@bugs.horde.org
Mon, 5 Feb 2001 12:45:42 -0400
http://bugs.horde.org/show_bug.cgi?id=607
*** shadow/607 Fri Feb 2 14:01:00 2001
--- shadow/607.tmp.27020 Mon Feb 5 12:45:42 2001
***************
*** 3,10 ****
Version: 2.2 Stable
Platform: MSIE 4.0.x
OS/Version: Windows NT
! Status: NEW
! Resolution:
Severity: normal
Priority: P2
Component: IMP
--- 3,10 ----
Version: 2.2 Stable
Platform: MSIE 4.0.x
OS/Version: Windows NT
! Status: RESOLVED
! Resolution: WONTFIX
Severity: normal
Priority: P2
Component: IMP
***************
*** 23,25 ****
--- 23,31 ----
Noticed on MSIE 4.01 and Netscape Communicator 4.73 (WinNT)
IMP version 2.2.3
+
+ ------- Additional Comments From chuck@horde.org 02/05/01 12:45 -------
+ This is a problem with the way that we use c-client in 2.2. 2.3 uses the arrays
+ that are returned from imap_header(), instead of the strings, which should
+ solve this problem. You can look at the reply: case in compose.php of 2.2 if
+ it's really important for you, but we probably won't backport it.