Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
467 views
in Technique[技术] by (71.8m points)

what url should be used to select an imap mailbox using libcurl

When the "Select Inbox" custom command is issued, the imap server sends back statistics about the Inbox mailbox, specifically (Number of emails, number of recent emails, first unseen seq no, UiValididy, NextUid) among other things.

The maintaining team discourages the usage of curl_easy_setopt(curl, CURLOPT_CUSTOMREQUEST, qs);. Is there an URL string that could perform the same function as "Select INBOX" (i.e. imap://imapserver/Inbox(I do not know what else follows)

Any help is so appreciated.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...