cfpop delete with uid
i'm trying delete specific messages using cfpop, passing uids. if headers account using
<cfpop action="getheaderonly" name="getmessages" server="#mailserver#" username="#username#" password="#password#">
and copy particular uid,
such as:
210761.wqc,rx8qn3pzchby0otvd8qheqk=
i can not delete using
<cfpop action="delete" uid="210761.wqc,rx8qn3pzchby0otvd8qheqk= " server="#mailserver#" username="#username#" password="#password#">
i saw conversations suggestions made use parts of given uid, , tried various permutations, to
no avail. thoughts?
210761.wqc,rx8qn3pzchby0otvd8qheqk=
i not know specifications uid values. assuming commas allowed, out of luck. cf assume comma delimiter , treat string 2 (2) separate uid values, not 1 (1). in addition checking bug database, may want search. since not first 1 have problem, there may cfc or custom tag available can handle issue.
More discussions in Getting Started
adobe
Comments
Post a Comment