6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
8/10/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#3716] Can't delete emails (to trash) when quota is full
*
Your Email Address
*
Spam protection
Enter the letters below:
.___. ..__..__ .__. [__ | || |[__)| | [___|__||__\[__)|__\
Comment
>> First, on line 205 there is line > >> if (stristr('over quota', $error_msg) !== false) { > >> The definition of this function is stristr ( string haystack, string >> needle ) > >> So the parameters are mixed up and it probably never matches with anything. > >> > >> Also at least with Courier IMAP, you get an error "You exceeded your > >> mail quota" so it certainly won't match. > >> > >> Changing the line to > >> if ((stristr($error_msg, 'over quota') !== false) || > >> (stristr($error_msg, 'exceeded your mail quota') !== false)) { > >> works for me. > > > > Fixed in HEAD and 4.1.1.
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