Hi,
Can anyone tell me if it is possible to make a flash lite application that can read mails from a company mail inbox (i.e a secured mailbox) ? It would be of great help if anyone can suggest me on possilble options.
Thanks.
Hi,
Can anyone tell me if it is possible to make a flash lite application that can read mails from a company mail inbox (i.e a secured mailbox) ? It would be of great help if anyone can suggest me on possilble options.
Thanks.
Hi saneesh,
One of a possibility of doing so is that you have to divide your project into two parts :
1. Write down the PHP Script that fetches the emails from the mailbox and send it to the client in JSON/XML format.
2. Write down the client in Flash Lite using sendAndLoad API to send POST/GET request to the PHP and get the results from the PHP.
Thats it.Hope its clear..
Best Regards,
Sajid Ali Anjum