summaryrefslogtreecommitdiff
path: root/lib/smtp.c
Commit message (Expand)AuthorAgeFilesLines
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-23/+23
* setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse2012-12-141-7/+0
* SMTP: only send SIZE if supportedFrantišek Kučera2012-09-041-1/+6
* smtp: Corrected result code for MAIL, RCPT and DATA commandsSteve Holme2012-06-241-5/+5
* smtp.c: Removed unused variableSteve Holme2012-06-091-1/+1
* smtp: Post apop feature code tidy upSteve Holme2012-06-091-3/+3
* sasl: Re-factored mechanism constants in preparation for APOP workSteve Holme2012-06-081-18/+18
* smtp.c: Re-factored the smtp_state_*_resp() functionsSteve Holme2012-06-071-24/+24
* smtp: Re-factored the SMTP_AUTH* state machine constantsSteve Holme2012-06-061-26/+26
* smtp.c: Removed whitespaceSteve Holme2012-06-051-1/+1
* smtp: Post authentication code tidy upSteve Holme2012-06-051-65/+78
* email: Removed duplicated header fileSteve Holme2012-06-051-1/+0
* sasl: Renamed Curl_sasl_decode_ntlm_type2_message()Steve Holme2012-06-041-1/+1
* sasl: Added service parameter to Curl_sasl_create_digest_md5_message()Steve Holme2012-06-041-1/+2
* sasl: Moved digest-md5 authentication message creation from smtp.cSteve Holme2012-06-041-182/+2
* sasl: Moved cram-md5 authentication message creation from smtp.cSteve Holme2012-06-031-41/+3
* sasl: Moved ntlm authentication message handling from smtp.cSteve Holme2012-06-021-32/+17
* sasl: Moved login authentication message creation from smtp.cSteve Holme2012-05-311-22/+6
* smtp.c: Reworked message encoding in smtp_state_authpasswd_resp()Steve Holme2012-05-311-14/+7
* smtp.c: Re-factored smtp_auth_login_user() for use with passwordsSteve Holme2012-05-311-7/+8
* sasl: Moved plain text authentication message creation from smtp.cSteve Holme2012-05-301-28/+4
* sasl: Re-factored auth-mechanism constants to be more genericSteve Holme2012-05-251-18/+18
* smtp: Moved auth-mechanism constants into a separate header fileSteve Holme2012-05-251-0/+1
* smtp: Fixed an issue with the multi-interface always sending postdataSteve Holme2012-05-221-6/+7
* smtp: Fixed non-escaping of dot character at beginning of lineSteve Holme2012-05-171-16/+12
* MD5: OOM fixGokhan Sengun2012-05-021-0/+12
* smtp.c: fix compiler warningsYang Tse2012-04-041-11/+19
* smtp.c: Code policing and tidy upSteve Holme2012-04-011-40/+42
* smtp: Add support for DIGEST-MD5 authenticationGökhan Şengün2012-03-311-1/+238
* smtp: Cody tidy up of md5 digest lengthGökhan Şengün2012-03-311-2/+2
* email: Moved server greeting responses into separate functionsSteve Holme2012-03-241-10/+25
* fix several compiler warningsYang Tse2012-03-201-2/+2
* smtp.c: Changed the curl error code for EHLO and HELO responsesSteve Holme2012-03-101-4/+6
* 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
* SMTP: Added support for returning SMTP response codesSteve Holme2012-02-231-3/+6
* smtp.c: Fixed an issue with writing postdataSteve Holme2012-02-211-4/+14
* smtp.c: Fixed an issue with the EOB checkingSteve Holme2012-02-171-5/+15
* SMTP: Code policing and tidy upSteve Holme2012-02-161-18/+14
* smtp.c: Fixed use of angled brackets in AUTH parameter.Steve Holme2012-02-151-2/+3
* smtp_mail: Added support to MAIL FROM for the optional AUTH parameterSteve Holme2012-02-141-6/+30
* SMTP: Fixed error when using CURLOPT_CONNECT_ONLYSteve Holme2012-02-141-9/+9
* URL sanitize: reject URLs containing bad dataDaniel Stenberg2012-01-241-4/+3
* Fixed incorrect error code being returned in STARTTLSSteve Holme2012-01-041-1/+1
* 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-3/+3
* curl_multi_fdset: correct fdset with FTP PORT useDaniel Stenberg2011-10-211-0/+4
* Curl_smtp_escape_eob: first byte is index 0...Daniel Stenberg2011-10-201-2/+2
* Curl_smtp_escape_eob: fix EOB escapingDaniel Stenberg2011-10-201-26/+27
* codepolicingDaniel Stenberg2011-10-031-7/+9