ClearOS Bug Tracker


View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000242ClearOSapp-mail-quarantine - Mail Quarantinepublic2011-03-01 17:172013-02-01 15:19
Reportertimb80 
Assigned Touser2 
PrioritynormalSeverityfeatureReproducibilityalways
StatusclosedResolutionsuspended 
PlatformOSOS Version
Product Version5.2-SP1 
Target VersionFixed in Version 
Summary0000242: Quarantine does not have a delete all function
DescriptionMailzu does not permit users to empty the quarantine, it defaults to only permit users to delete their own mail. Usually as an admin the mail is addressed to many others and not usually themselves. This hack enables the "delete all" button hidden in Mailzu and permits admins to empty it.

Forum thread details
http://www.clearfoundation.com/component/option,com_kunena/Itemid,232/catid,14/func,view/id,2098/#24179 [^]

Users would also request some form of quarantine cron job that empties old mail periodically to save having to log in manually.
Additional Information/var/webconfig/htdocs/mailzu/templates/quarantine.template.php line 61
Change Code:
printActionButtons((! CmnFns::didSearch() && ! ("Site Quarantine" == $_SESSION['sessionNav'])) );
TO
printActionButtons(!CmnFns::didSearch());


/var/webconfig/htdocs/mailzu/lib/Quarantine.lib.php line 233
Change Code:
$res = $db->get_user_messages($content_type, $emailaddresses, 'msgs.time_num', 'DESC', '', false, 0, 0, true);
TO
$res = $db->get_user_messages($content_type, $emailaddresses, 'msgs.time_num', 'DESC', '', true, 0, 0, true);
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2011-03-01 17:17 timb80 New Issue
2011-03-02 15:46 user2 Status new => confirmed
2013-02-01 15:18 user2 Status confirmed => resolved
2013-02-01 15:18 user2 Resolution open => suspended
2013-02-01 15:18 user2 Assigned To => user2
2013-02-01 15:19 user2 Status resolved => closed