summaryrefslogtreecommitdiff
path: root/lib/pop3.h
Commit message (Collapse)AuthorAgeFilesLines
...
* pop3: Removed the need for the single message LIST command handlerSteve Holme2012-03-251-3/+2
| | | | | | Simplified the code to remove the need for a separate "LIST <msg id>" command handler and state machine and instead use the LIST command handler for both operations.
* pop3.c: fix compiler warning variable may be used uninitializedYang Tse2011-12-131-3/+3
|
* POP3: detect when LIST returns no mailsDaniel Stenberg2011-11-291-1/+2
| | | | | By making sure the function can detect an "end of body" sequence immediately on the first line, test 811 is now enabled.
* Added support for LISTing a single POP3 messageDan Fandrich2011-03-171-0/+1
| | | | | | Added tests for a number of POP3 LIST operations, including one that shows a curl problem when listing no messages, so is disabled.
* fixed compiler warningsBen Greear2010-04-021-2/+2
|
* pop3: Get message listing if no mailbox in URLBen Greear2010-03-281-0/+1
| | | | | | | | | | 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.
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
|
* introducing IMAP, POP3 and SMTP support (still lots of polish left to do)Daniel Stenberg2009-12-121-0/+62