- Edited
I have set-up osticket on Windows Server 2003, using WAMP stack 2.2
(Apache 2.2.22, PHP 5.4.3, MySQL 5.5.23). Have installed the IMAP module for PHP, and its all running fine. Set-up the cron and that runs without errors. I am having a couple of issues though:
1. Nothing is collected from the Exchange server when the cron runs, regardless of how many emails (new or old) are there to fetch. I beleive this may be due to looking in the default folder (Inbox) which I am currently having a permission battle with. So therefore:
2. If I only want to collect a certain folder, is there functionality within osTicket to collect just a particular folder?
I wrote a small custom script in PHP (outside OsTicket) and it runs and connects fine to the server using imap functionality and returns the folders and mail etc. (also when filtering just the folder I want). Is there a way we can adjust the code manually to lookup a particular folder only without breaking the rest of the functionality?