6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
10/18/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#865] Encryption only works for one recipient
*
Your Email Address
*
Spam protection
Enter the letters below:
.__..__..___. .. . | || |[__ |_/ |_/ |__||__\| | \| \
Comment
> Thanks for the quick responses. > > > > imp/compose.php now needs this for multiple recipients to work. > Without it, $recipientArray[0] still contains the entire "to" list, > $recipientArray[1] the entire "cc" list, etc. > > > > Index: imp/compose.php > > =================================================================== > > RCS file: /repository/imp/compose.php,v > > retrieving revision 2.791 > > diff -u -r2.791 compose.php > > --- imp/compose.php 24 Nov 2004 07:51:24 -0000 2.791 > > +++ imp/compose.php 24 Nov 2004 12:29:04 -0000 > > @@ -772,6 +772,7 @@ > > break; > > } > > $recipients = implode(', ', $recipientArray); > > + $recipientArray = split("[,;]", $recipients); > > > > /* Get identity information now as it is needed for some of the > encryption > > * code. */ > >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers