summaryrefslogtreecommitdiff
path: root/lib/pop3.h
Commit message (Expand)AuthorAgeFilesLines
* pop3: Added support for non-blocking SSL upgradeSteve Holme2013-01-081-1/+5
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+84
* build: rename 76 lib/*.h filesYang Tse2012-12-281-84/+0
* pop3: Added support for apop authenticationSteve Holme2012-06-091-0/+2
* pop3: Enhanced the extended authentication mechanism detectionSteve Holme2012-06-091-1/+7
* sasl: Re-factored mechanism constants in preparation for APOP workSteve Holme2012-06-081-1/+1
* pop3: Post authentication code tidy upSteve Holme2012-06-041-7/+8
* pop3: Added support for sasl digest-md5 authenticationSteve Holme2012-06-041-0/+2
* pop3: Changed the sasl mechanism detection from auth to capaSteve Holme2012-06-041-1/+1
* pop3: Added support for sasl cram-md5 authenticationSteve Holme2012-06-031-0/+1
* pop3: Added support for sasl ntlm authenticationSteve Holme2012-06-021-0/+2
* pop3: Added support for sasl login authenticationSteve Holme2012-06-011-0/+2
* pop3: Added support for sasl plain text authenticationSteve Holme2012-05-311-0/+3
* pop3: Small code tidy up following authentication work so farSteve Holme2012-05-281-1/+1
* pop3: Added support for SASL based authentication mechanism detectionSteve Holme2012-05-271-0/+2
* pop3: Code tidy up before the introduction of authentication codeSteve Holme2012-05-271-11/+11
* pop3: Reworked the command sending and handlingSteve Holme2012-04-021-2/+1
* pop3: Added support for additional pop3 commandsSteve Holme2012-03-311-1/+2
* pop3: Removed the need for the single message LIST command handlerSteve Holme2012-03-251-3/+2
* 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
* Added support for LISTing a single POP3 messageDan Fandrich2011-03-171-0/+1
* fixed compiler warningsBen Greear2010-04-021-2/+2
* pop3: Get message listing if no mailbox in URLBen Greear2010-03-281-0/+1
* 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