aboutsummaryrefslogtreecommitdiff
path: root/lib/smtp.c
AgeCommit message (Expand)Author
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06smtp.c: Small code tidy up following imap changesSteve Holme
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2013-01-03build: rename 93 lib/*.c filesYang Tse
2013-01-03build: make use of 93 lib/*.c renamed filesYang Tse
2012-12-29smtp_doing: don't call smtp_dophase_done() if already failedSteve Holme
2012-12-29smtp.c: Added extra comments around SMTP_STOP state changeSteve Holme
2012-12-28smtp: Minor code tidy upSteve Holme
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-12-14setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse
2012-09-04SMTP: only send SIZE if supportedFrantišek Kučera
2012-06-24smtp: Corrected result code for MAIL, RCPT and DATA commandsSteve Holme
2012-06-09smtp.c: Removed unused variableSteve Holme
2012-06-09smtp: Post apop feature code tidy upSteve Holme
2012-06-08sasl: Re-factored mechanism constants in preparation for APOP workSteve Holme
2012-06-07smtp.c: Re-factored the smtp_state_*_resp() functionsSteve Holme
2012-06-06smtp: Re-factored the SMTP_AUTH* state machine constantsSteve Holme
2012-06-05smtp.c: Removed whitespaceSteve Holme
2012-06-05smtp: Post authentication code tidy upSteve Holme
2012-06-05email: Removed duplicated header fileSteve Holme
2012-06-04sasl: Renamed Curl_sasl_decode_ntlm_type2_message()Steve Holme
2012-06-04sasl: Added service parameter to Curl_sasl_create_digest_md5_message()Steve Holme
2012-06-04sasl: Moved digest-md5 authentication message creation from smtp.cSteve Holme
2012-06-03sasl: Moved cram-md5 authentication message creation from smtp.cSteve Holme
2012-06-02sasl: Moved ntlm authentication message handling from smtp.cSteve Holme
2012-05-31sasl: Moved login authentication message creation from smtp.cSteve Holme
2012-05-31smtp.c: Reworked message encoding in smtp_state_authpasswd_resp()Steve Holme
2012-05-31smtp.c: Re-factored smtp_auth_login_user() for use with passwordsSteve Holme
2012-05-30sasl: Moved plain text authentication message creation from smtp.cSteve Holme
2012-05-25sasl: Re-factored auth-mechanism constants to be more genericSteve Holme
2012-05-25smtp: Moved auth-mechanism constants into a separate header fileSteve Holme
2012-05-22smtp: Fixed an issue with the multi-interface always sending postdataSteve Holme
2012-05-17smtp: Fixed non-escaping of dot character at beginning of lineSteve Holme
2012-05-02MD5: OOM fixGokhan Sengun
2012-04-04smtp.c: fix compiler warningsYang Tse
2012-04-01smtp.c: Code policing and tidy upSteve Holme
2012-03-31smtp: Add support for DIGEST-MD5 authenticationGökhan Şengün
2012-03-31smtp: Cody tidy up of md5 digest lengthGökhan Şengün
2012-03-24email: Moved server greeting responses into separate functionsSteve Holme
2012-03-20fix several compiler warningsYang Tse
2012-03-10smtp.c: Changed the curl error code for EHLO and HELO responsesSteve Holme
2012-03-09includes: remove inclusion of unused file http_proxy.hDaniel Stenberg
2012-03-08CONNECT: made generically not per-protocolDaniel Stenberg
2012-02-23SMTP: Added support for returning SMTP response codesSteve Holme
2012-02-21smtp.c: Fixed an issue with writing postdataSteve Holme
2012-02-17smtp.c: Fixed an issue with the EOB checkingSteve Holme
2012-02-16SMTP: Code policing and tidy upSteve Holme
2012-02-15smtp.c: Fixed use of angled brackets in AUTH parameter.Steve Holme
2012-02-14smtp_mail: Added support to MAIL FROM for the optional AUTH parameterSteve Holme
2012-02-14SMTP: Fixed error when using CURLOPT_CONNECT_ONLYSteve Holme