Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-19 | Fixed some memory leaks in the POP3 torture tests | Dan Fandrich | |
2010-04-16 | Curl_setup_transfer: no longer returns anything | Daniel Stenberg | |
This function could only return CURLE_OK and by changing it to a void instead, we can simplify code all over. | |||
2010-04-16 | POP3: when USER command fails, don't even try PASS | Daniel Stenberg | |
2010-03-29 | use (s)size_t for string lengths to fix compiler warns | Daniel Stenberg | |
2010-03-28 | pop3: Get message listing if no mailbox in URL | Ben Greear | |
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. | |||
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2010-01-30 | Make Curl_pop3_write() additionally truncate trailing POP3_EOB from received | Yang Tse | |
string buffer, otherwise Curl_client_write() call with zero size would write to the end of string buffer including matched POP3_EOB. | |||
2010-01-25 | make Curl_handler_*_proxy definition static | Yang Tse | |
2009-12-30 | VMS specific preprocessor symbol checking adjustments | Yang Tse | |
2009-12-14 | Fix compiler warnings | Yang Tse | |
2009-12-12 | introducing IMAP, POP3 and SMTP support (still lots of polish left to do) | Daniel Stenberg | |