From: Daniel Stenberg Date: Sun, 28 Mar 2010 21:52:37 +0000 (+0200) Subject: Ben's POP3 change X-Git-Tag: curl-7_20_1~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=604a2bdac87dc2b12afe4e5661e294da0f01be58;p=thirdparty%2Fcurl.git Ben's POP3 change --- diff --git a/CHANGES b/CHANGES index dffc45fbb4..e81a270ff2 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,15 @@ Changelog +Daniel Stenberg (28 Mar 2010) +- Ben Greear: If you pass a URL to pop3 that does not contain a message ID as + part of the URL, it would previously ask for 'INBOX' which just causes the + pop3 server to return an error. + + Now libcurl treats en empty message ID as a request for LIST (list of pop3 + message IDs). User's code could then parse this and download individual + messages as desired. + Daniel Stenberg (27 Mar 2010) - Ben Greear brought a patch that from now on allows all protocols to specify name and user within the URL, in the same manner HTTP and FTP have been diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 221df9bc46..743116bc37 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -12,6 +12,7 @@ This release includes the following changes: o The 'ares' subtree has been removed from the source repository o smoother rate limiting o allow user+password in the URL for all protocols + o POP3: Get message listing if no mailbox in URL This release includes the following bugfixes: