Posted by bill on 06/16/07 23:59
I open an IMAP connection using IMAP_OPEN and get a message in
script 1.
I want to delete the message in script 2 based on the users
disposition selected in script 1 and passes to script 2 as a POST
variable.
I figured (*hoped*) that I could pass the resource in a session
variable - nope, comes up 0 in the 2nd script.
I tried to IMAP_close in the first script and then open it again
in the 2nd script - nope, I am informed that the mbox is already
open and locked.
hmmmm
any suggestions ?
bill
[Back to original message]
|