Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What might cause this IMAP client error - "'Unexpected: Non-last response line..."
#2
(12-11-2018, 05:49 AM)edwinyzh Wrote: The error happens during the execution of TidImap4.UIDRetrievePeek, any hint as to trace the source of the issue?

Not without seeing the complete IMAP response that was received from the peek command. But, the error basically means that the response contained at least 1 line of text that did not start with a leading '*' character, and that line was not the last line in the response. UIDRetrievePeek() sends a FETCH command, and every line in the response, except the last, should begin with "* # FETCH ..." (where '#' is an email message number), and the last line contains the final status code for the response (OK, NO, BAD).

Reply


Messages In This Thread
RE: What might cause this IMAP client error - "'Unexpected: Non-last response line..." - by rlebeau - 12-12-2018, 12:02 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)