Age | Commit message (Expand) | Author |
2013-12-18 | smtp: Moved the sending of the AUTH command into a separate function | Steve Holme |
2013-12-17 | email: Renamed *_perform_authenticate() functions | Steve Holme |
2013-11-23 | smtp: Post SMTP command expansion tidy up | Steve Holme |
2013-11-17 | smtp: Fixed space being sent in non --mail-rcpt based requests | Steve Holme |
2013-11-17 | smtp: Changed the default command to HELP when no options are specified | Steve Holme |
2013-11-17 | smtp:Fixed memory leak from commit dac01ff6d788b2 | Steve Holme |
2013-11-15 | smtp: Fixed broken RCPT TO from commit 0ea4a80bb23666 | Steve Holme |
2013-11-15 | smtp_state_mail_resp: removed unused variable 'smtp' | Daniel Stenberg |
2013-11-15 | smtp: Simplified the next RCPT TO logic | Steve Holme |
2013-11-15 | smtp.c: Fixed trailing whitespace | Steve Holme |
2013-11-15 | smtp: Added support for VRFY and EXPN commands | Steve Holme |
2013-11-15 | smtp: Added support for NOOP and RSET commands | Steve Holme |
2013-11-15 | smtp: Fixed handling of multiline server greeting responses | Steve Holme |
2013-11-15 | smtp.c: Fixed compilation error from commit f16c0de4e9bbe3 | Steve Holme |
2013-11-15 | smtp: Fixed processing of more than one response when sent in same packet | Steve Holme |
2013-11-15 | smtp: Moved EHLO response handling to smtp_state_ehlo_resp() | Steve Holme |
2013-10-30 | email: Corrected a couple of typos from commit aa0eaef4838ccd | Steve Holme |
2013-10-30 | email: Post graceful SASL authentication cancellation tidy up | Steve Holme |
2013-10-27 | email: Added support for cancelling NTLM authentication | Steve Holme |
2013-10-27 | email: Added support for cancelling DIGEST-MD5 authentication | Steve Holme |
2013-10-27 | email: Corrected a couple of typos from 1e39b95682781f | Steve Holme |
2013-10-27 | email: Added support for canceling CRAM-MD5 authentication | Steve Holme |
2013-10-27 | email: Added initial support for cancelling authentication | Steve Holme |
2013-10-27 | email: Moved authentication message parsing into a separate function | Steve Holme |
2013-10-26 | email: Added references to SASL LOGIN authentication draft proposal | Steve Holme |
2013-10-26 | smtp: Fixed response code parsing for bad AUTH continuation responses | Steve Holme |
2013-10-18 | email: Fixed QUIT / LOGOUT being sent when SSL connect fails | Steve Holme |
2013-09-24 | sasl: Centralised the authentication mechanism strings | Steve Holme |
2013-09-10 | imap/pop3/smtp: Speed up SSL connection initialization | Jiri Hruska |
2013-09-04 | SASL: fix compiler warnings | Daniel Stenberg |
2013-09-04 | imap/smtp: Fixed incorrect SASL mechanism selection with XOAUTH2 servers | Steve Holme |
2013-08-26 | smtp: added basic SASL XOAUTH2 support | Kyle L. Huff |
2013-08-12 | SessionHandle: the protocol specific pointer is now a void * | Daniel Stenberg |
2013-08-12 | urldata: clean up the use of the protocol specific structs | Daniel Stenberg |
2013-08-09 | comments: remove old and wrong multi/easy interface statements | Daniel Stenberg |
2013-07-24 | string formatting: fix zero-length printf format string | Yang Tse |
2013-07-24 | string formatting: fix 25+ printf-style format strings | Yang Tse |
2013-05-04 | smtp: Fix trailing whitespace warning | Steve Holme |
2013-05-04 | smtp: Fix compilation warning | Steve Holme |
2013-05-04 | smtp: Updated RFC-2821 references to RFC-5321 | Steve Holme |
2013-05-04 | smtp: Fixed sending of double CRLF caused by first in EOB | Steve Holme |
2013-04-30 | smtp: Tidy up to move the eob counter to the per-request structure | Steve Holme |
2013-04-29 | smtp: Fixed unknown percentage complete in progress bar | Steve Holme |
2013-04-28 | email: Tidy up of *_perform_authenticate() | Steve Holme |
2013-04-28 | smtp: Updated limit check to be more readable like the check in pop3 | Steve Holme |
2013-04-27 | smtp: Added support for disabling the SASL initial response | Steve Holme |
2013-04-16 | smtp: Re-factored all perform based functions | Steve Holme |
2013-04-16 | smtp: Added description comments to all perform based functions | Steve Holme |
2013-04-16 | smtp: Moved smtp_quit() to be with the other perform functions | Steve Holme |
2013-04-16 | smtp: Moved smtp_rcpt_to() to be with the other perform functions | Steve Holme |