Age | Commit message (Expand) | Author |
2010-01-02 | Replace 3 struct smtp_client members (ssl_handshake, rcptokay, dying) with a | Jacek Masiulaniec |
2010-01-02 | Factor out parts of client_read() into client_socket_read() and | Jacek Masiulaniec |
2010-01-02 | Simplify code by removing struct smtp_client member, int iomode, which was | Jacek Masiulaniec |
2009-12-23 | Implementation of RFC 2920 PIPELINING extension, client side only for now. | Jacek Masiulaniec |
2009-12-16 | Don't lose a line each time a chunkful of content is read off the disk. | Jacek Masiulaniec |
2009-12-16 | Fix RCPT TO failure handling, bug introduced in r1.18. | Jacek Masiulaniec |
2009-12-15 | Simplify SSL code client-side, no functional change. | Jacek Masiulaniec |
2009-12-12 | When acting as a client do content reads from the disk progressively | Jacek Masiulaniec |
2009-12-12 | Simplify client_* api, mainly by making fatal conditions result in immediate | Jacek Masiulaniec |
2009-11-17 | Fix handling of 5yz response to EHLO, ie. fallback to HELO. | Jacek Masiulaniec |
2009-11-11 | Check if the receive buffer has any unused space before reading from socket in | Jacek Masiulaniec |
2009-11-11 | Fix crlf issue in buf_getln, similar to that in smtp_session.c r1.123. | Jacek Masiulaniec |
2009-11-11 | improve buf_getln readability, no fuctional change. | Jacek Masiulaniec |
2009-11-11 | Ensure all replies are at least 4 chars long. If only 3 chars were | Jacek Masiulaniec |
2009-11-10 | Eliminate space after colon in "RCPT TO:" as required by RFC. | Jacek Masiulaniec |
2009-11-10 | In absence of the ehlo parameter, generate one based on locally | Jacek Masiulaniec |
2009-11-10 | Check for extension keywords on final multiline reply. Skip the | Jacek Masiulaniec |
2009-10-25 | Fix potential null dereference. | Charles Longeau |
2009-10-19 | fix compile time warning due to missing cast | Gilles Chehade |
2009-10-03 | Avoid NULL dereference when the final RCPT TO is refused. | Jacek Masiulaniec |
2009-09-22 | Make the error messages for failures at EHLO more precise by | Jacek Masiulaniec |
2009-09-22 | When at MAIL FROM stage, handle the case when STARTTLS is required but not | Jacek Masiulaniec |
2009-09-17 | The client API is meant to require STARTTLS by default, a behaviour which | Jacek Masiulaniec |
2009-09-15 | Extend SMTP client_* API to support SSL+AUTH, and use it in the mta | Jacek Masiulaniec |
2009-08-27 | $OpenBSD$ | Jacek Masiulaniec |
2009-08-27 | Implement client side of the SMTP protocol in a library-like module. | Jacek Masiulaniec |