As I need to check the status of a POP3 mailbox and retrieve all header information about all messages, I am currently using one call to libcurl per message. For a dozen or more messages, this can be relatively slow as it requires a transaction per call.

As I understand POP3 , it is possible to execute several TOP commands per transaction.

Is it possible to accomplish this with libcurl and if so, how can I implement such a scheme?

TIA

-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette:   https://curl.haxx.se/mail/etiquette.html

Reply via email to