6.0.0-beta6
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
4/10/26
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#2558] resume compose overwrites Bcc field
*
Your Email Address
*
Spam protection
Enter the letters below:
.__.. .._.. ..__ | ||__| | |\/|[ __ |__|| |_|_| |[_./
Comment
> There is a bug in IMP H3 4.0.3 (but I think it applies to the latest > > CVS), in that if you resume a message from a saved draft containing a Bcc > > field, then the Bcc address list is dropped. It is caused by this bit of > > code: > > > > if (empty($reloaded)) { > > $header['bcc'] = MIME::addrArray2String($identity->getBccAddresses()); > > } > > > > Modifying it to be: > > > > if (empty($reloaded) && empty($header['bcc'])) { > > $header['bcc'] = MIME::addrArray2String($identity->getBccAddresses()); > > } > > > > fixes it though this may not be the best way to deal with it. > >
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