Skip to content
  1. Apr 14, 2010
  2. Apr 13, 2010
  3. Apr 12, 2010
  4. Apr 11, 2010
  5. Apr 10, 2010
  6. Apr 09, 2010
  7. Apr 07, 2010
  8. Apr 06, 2010
  9. Apr 05, 2010
  10. Apr 04, 2010
  11. Apr 02, 2010
  12. Apr 01, 2010
  13. Mar 31, 2010
  14. Mar 30, 2010
  15. Mar 29, 2010
  16. Mar 28, 2010
    • Daniel Stenberg's avatar
      Ben's POP3 change · 604a2bda
      Daniel Stenberg authored
      604a2bda
    • Ben Greear's avatar
      pop3: Get message listing if no mailbox in URL · 69ccc9f8
      Ben Greear authored
      If you pass a URL to pop3 that does not contain a message ID as
      part of the URL, it will currently ask for 'INBOX' which just
      causes the pop3 server to return an error.
      
      The change makes libcurl treat 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.
      69ccc9f8