summaryrefslogtreecommitdiff
path: root/lib/pop3.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed incorrect error code being returned in STARTTLSSteve Holme2012-01-041-1/+1
* pop3.c: fix compiler warning variable may be used uninitializedYang Tse2011-12-131-1/+1
* POP3: fixed escaped dot not being striped outSteve Holme2011-12-011-44/+65
* pop3.c: fix compiler warningYang Tse2011-11-291-1/+1
* POP3: detect when LIST returns no mailsDaniel Stenberg2011-11-291-6/+35
* POP3: fix end of body detectionDaniel Stenberg2011-11-291-19/+53
* query-part: ignore the URI part for given protocolsJonas Schnelli2011-11-241-2/+3
* rename ftp_ssl: the struct field is used for many protocolsDaniel Stenberg2011-11-031-1/+1
* curl_multi_fdset: correct fdset with FTP PORT useDaniel Stenberg2011-10-211-0/+4
* fix bool variables checking and assignmentYang Tse2011-09-051-1/+1