Eliot,
> I don't have access to the server to do that.
>
> One thing that would be cool is that if the mail scripts are
> run from a
> browser.
> (I.e.
> https://mydomain/eventum/misc/download_emails.php?username=som
> eone&hostname=mailserver
> )
>
> that they would show a status page with how many emails downloaded or
> sent, and maybe other info...
>
That's already possible! The GET parameters are:
- username
- hostname
- mailbox
So the URL above would be perfect if not for the missing 'mailbox'
parameter.
--Joao