ClearFoundation Tracker - ClearOS
View Issue Details
0000242ClearOSapp-mail-quarantine - Mail Quarantinepublic2011-03-01 17:172013-02-01 15:19
timb80 
user2 
normalfeaturealways
closedsuspended 
5.2-SP1 
 
0000242: Quarantine does not have a delete all function
Mailzu 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.
/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);
No tags attached.
Issue History
2011-03-01 17:17timb80New Issue
2011-03-02 15:46user2Statusnew => confirmed
2013-02-01 15:18user2Statusconfirmed => resolved
2013-02-01 15:18user2Resolutionopen => suspended
2013-02-01 15:18user2Assigned To => user2
2013-02-01 15:19user2Statusresolved => closed

There are no notes attached to this issue.