6.0.0-beta1
7/28/25

[#1539] Quota warning leaking through to message
Summary Quota warning leaking through to message
Queue IMP
Queue Version 4.0.2
Type Bug
State Resolved
Priority 1. Low
Owners jan (at) horde (dot) org
Requester kevin_myer (at) iu13 (dot) org
Created 03/13/2005 (7442 days ago)
Due
Updated 03/13/2005 (7442 days ago)
Assigned 03/13/2005 (7442 days ago)
Resolved 03/13/2005 (7442 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
03/13/2005 11:37:52 PM Jan Schneider Comment #4
State ⇒ Resolved
Reply to this comment
Found it. Fixed in CVS and IMP 4.0.3.
03/13/2005 11:35:01 PM Jan Schneider Assigned to Jan Schneider
State ⇒ Assigned
 
03/13/2005 05:35:57 PM Jan Schneider Comment #3
State ⇒ Feedback
Reply to this comment
This is actually an error from the c-client library, that shouldn't be 
displayed because we catch all imap errors on script shutdown (the 
last line in imp/lib/base.php).



Try putting



imap_errors();



before the



exit;



lines in imp/view.php, and see if that fixes your problem.
03/13/2005 05:07:07 PM kevin_myer (at) iu13 (dot) org Comment #2 Reply to this comment
I should add we are using Cyrus IMAP as our mail server.
03/13/2005 05:05:13 PM kevin_myer (at) iu13 (dot) org Comment #1
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Quota warning leaking through to message
Queue ⇒ IMP
New Attachment: test1.csv Download
Reply to this comment
When I'm at or above 90% of my email quota, the HTML for the quota 
warning is being tacked onto messages under the following circumstances:



1)  View "Message Source"  - it shows up at the end of the message

2)  "Save As" - opening the message in a text editor shows it at the 
end of the message

3)  Downloading certain attachments (particularly CSV) - the warning 
is attached to the end of the text message



The first two are not a big deal, as it mainly a cosmetic thing.  The 
latter is a big problem, because data in the MIME part of the message 
is being altered when the attachment is downloaded.



The HTML snippet is something like this:



<br />

<b>Notice</b>:  (null)(): [ALERT] Mailbox is at 90% of quota in 
<b>Unknown</b> on line <b>0</b><br />



I'm attaching a simple CSV attachment I sent myself, for an example.

Saved Queries