summaryrefslogtreecommitdiff
path: root/lib/pop3.c
Commit message (Expand)AuthorAgeFilesLines
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+1764
* build: rename 93 lib/*.c filesYang Tse2013-01-031-1764/+0
* build: make use of 93 lib/*.c renamed filesYang Tse2013-01-031-3/+3
* pop3_doing: Applied debug info message when function failsSteve Holme2012-12-291-5/+8
* pop3.c: Removed unnecessary POP3_STOP state changesSteve Holme2012-12-291-5/+0
* pop3.c: Minor code tidy upSteve Holme2012-12-281-51/+54
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-23/+23
* pop3_doing: don't call pop3_dophase_done() if already failedDaniel Stenberg2012-12-241-1/+1
* setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse2012-12-141-7/+0
* build: fix compilation with CURL_DISABLE_CRYPTO_AUTH flagStanislav Ivochkin2012-12-051-0/+4
* pop3: Post apop feature code tidy upSteve Holme2012-06-091-4/+5
* pop3: Added support for apop authenticationSteve Holme2012-06-091-4/+95
* pop3: Enhanced the extended authentication mechanism detectionSteve Holme2012-06-091-6/+29
* pop3.c: Fixed length of SASL checkSteve Holme2012-06-091-1/+1
* sasl: Re-factored mechanism constants in preparation for APOP workSteve Holme2012-06-081-18/+18
* pop3: Another small code tidy upSteve Holme2012-06-051-4/+8
* email: Removed duplicated header fileSteve Holme2012-06-051-1/+0
* sasl: Renamed Curl_sasl_decode_ntlm_type2_message()Steve Holme2012-06-041-1/+1
* pop3: Post authentication code tidy upSteve Holme2012-06-041-31/+48
* pop3: Added support for sasl digest-md5 authenticationSteve Holme2012-06-041-1/+81
* pop3: Changed the sasl mechanism detection from auth to capaSteve Holme2012-06-041-26/+30
* pop3: Added support for sasl cram-md5 authenticationSteve Holme2012-06-031-2/+70
* pop3.c: Added conditional compilation for NTLM function callsSteve Holme2012-06-031-0/+2
* pop3: Fixed an issue with changes introduced in commit c267c53017bcSteve Holme2012-06-031-13/+38
* pop3.c:Corrected typo in commit 69ba0da8272dSteve Holme2012-06-021-1/+1
* pop3: Fixed the issue of having to supply the user name for all requestsSteve Holme2012-06-021-1/+9
* pop3.c: Small code tidy upSteve Holme2012-06-021-5/+10
* pop3: Added support for sasl ntlm authenticationSteve Holme2012-06-021-1/+96
* pop3: Added support for sasl login authenticationSteve Holme2012-06-011-2/+85
* pop3: Added support for sasl plain text authenticationSteve Holme2012-05-311-5/+107
* pop3: Introduced the continue response in pop3_endofresp()Steve Holme2012-05-281-1/+2
* pop3: Changed response code from O and E to + and -Steve Holme2012-05-281-6/+6
* pop3: Small code tidy up following authentication work so farSteve Holme2012-05-281-17/+10
* pop3: remove variable-not-used warningsDaniel Stenberg2012-05-271-8/+2
* pop3: Added support for SASL based authentication mechanism detectionSteve Holme2012-05-271-4/+89
* pop3: remove trailing whitespaceDaniel Stenberg2012-05-271-1/+1
* pop3: Code tidy up before the introduction of authentication codeSteve Holme2012-05-271-50/+34
* pop3: Reworked the command sending and handlingSteve Holme2012-04-021-91/+28
* pop3: Added support for additional pop3 commandsSteve Holme2012-03-311-4/+35
* pop3.c: Corrected problem with state() introduced in 01690ed2bce5Steve Holme2012-03-251-1/+0
* pop.c: Small code tidy upSteve Holme2012-03-251-8/+9
* pop3: Removed the need for the single message LIST command handlerSteve Holme2012-03-251-29/+8
* pop3.c: Code policing and tidy upSteve Holme2012-03-241-64/+66
* email: Moved server greeting responses into separate functionsSteve Holme2012-03-241-16/+34
* pop3.c: Fixed body data being written when CURLOPT_NOBODY is specifiedSteve Holme2012-03-241-21/+27
* includes: remove inclusion of unused file http_proxy.hDaniel Stenberg2012-03-091-1/+0
* CONNECT: made generically not per-protocolDaniel Stenberg2012-03-081-27/+0
* pop3.c: Fixed drop of final CRLF in EOB checkingSteve Holme2012-02-191-5/+10
* URL sanitize: reject URLs containing bad dataDaniel Stenberg2012-01-241-5/+1
* Fixed use of CURLUSESSL_TRY for POP3 and IMAP based connections.Steve Holme2012-01-041-3/+7