Well I had a look at how it all fits together and i've made myself a PHP based iPhone web app to view my boxtrapper queue and either "Whitlist & Release All" or "Ignore & Delete All"
If you want to change the actions they are on lines 72 & 73 of index.php
You will need to configure lines 3,4&5 with your personal details.
Examples given are
Code:
$msgactionurl = "http://cpanel.domain.com/frontend/x3/mail/msgaction.html"; //the msgaction.html URL
$emailadd = "you@domain.com"; // your email address
$path='/home/<you>/etc/<domain>/<you>/boxtrapper/queue'; //path to your boxtrapper queue
I can't stress enough to put this in a .htaccess secured folder to prevent anyone else getting access to it.
This is all based on iWebKit and "works/designed for me", it is also provided as is and no responsibility will be taken if ANYTHING goes wrong. It's up to you to go through the code and decide if you want to use it or not.
Let me know if you like it and if it's useful, next I'm going to see if I can make my own HTML digest email and schedule it via cron, ill post that if I get it working.