Hi Guys,
I'm writing a web based email application, so i can check my mail away from home. I've managed to get it to open my 3 accounts, list them in a hotmail style display, with a table with subject, from, date, and size. Then u click on the subject, and it displays the individual message.
My problem is, in the message list, I have a check box next to each message, if you check the checkbox, and press 'Delete' its meant to delete the message, just like hotmail. However, i'm not quite sure how to do this. If the checkbox have the message_id value, of say '1', it will delete all message ids with value 1, in accounts 1, 2 or 3. How can i tell it to just delete message with id 1, in account 1,2 or 3, but not from all accounts?
Cheers
Ben