Skip to main content
Inspiring
March 5, 2010
Question

CFPOP - deleting more than 1 UID

  • March 5, 2010
  • 1 reply
  • 327 views

Hi

Please can someone explain how i can delete more than 1 email, if i have their UID's in a comma seperated list, with just 1 CFPOP call?

eg: <Cfpop action=delete uid=1,2,3,4,5>

My problem is that when i try delete 10 emails with 10 CFPOP calls, I get an error after about 4 calls.

Thank you

Delon

    This topic has been closed for replies.

    1 reply

    Inspiring
    March 29, 2010

    I answered my own question.

    <cfpop action=delete uid=1,2,3,4> worked 100%