diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-03-28 23:52:37 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-03-28 23:52:37 +0200 |
commit | 604a2bdac87dc2b12afe4e5661e294da0f01be58 (patch) | |
tree | 031c734f61c1432405afca7593ad9c0e9124d37a /CHANGES | |
parent | 69ccc9f8610694134a3a33206f86d14c0f4a2bf9 (diff) | |
download | curl-604a2bdac87dc2b12afe4e5661e294da0f01be58.tar.gz |
Ben's POP3 change
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |