6.0.0-beta6
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
4/8/26
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#3687] imap_append in Message.php fails with no errors
*
Your Email Address
*
Spam protection
Enter the letters below:
.__ . ..__.\ / . | \| |[__] >< | |__/|__|| |/ \\__|
Comment
> On line 218 of Message.php (v 1.164.8.34), the call to imap_append() > was returning false with no errors. I was finally able to resolve the > problem by changing the imap_append() call to use IMP::serverString() > (much like the imap_append() call on line 539). > > > > Here is the original version: > > > > /* Save messages in Trash folder. */ > > foreach ($msg_text as $val) { > > if (!@imap_append($imp['stream'], $trash, $val)) { > > > > Here it is after the fix: > > > > $folderstring = IMP::serverString($trash); > > /* Save messages in Trash folder. */ > > foreach ($msg_text as $val) { > > if (!@imap_append($imp['stream'], $folderstring, $val)) {
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