cfpop delete with uid
I'm trying to delete specific messages using cfpop, passing UIDs. If I get the headers from my account using
<cfpop action="getHeaderOnly" name="getMessages" server="#mailServer#" username="#username#" password="#password#">
and copy any particular uid,
such as:
210761.wQc,Rx8QN3PZCHBy0oTVD8qHEQk=
I can not delete it using
<cfpop action="delete" uid="210761.wQc,Rx8QN3PZCHBy0oTVD8qHEQk= " server="#mailServer#" username="#username#" password="#password#">
I saw some conversations about this where suggestions were made to use only parts of the given uid, and tried various permutations, to
no avail. Any thoughts?
