| Age | Commit message (Collapse) | Author | Files | Lines |
|
fix STARTTLS prompt in SMTP
|
|
r1682, r1683 merge:
typo and style fixes
|
|
use pool instead of ngx_conf_t
|
|
r1487, r1488, r1494, r1495, r1499 merge:
*) ngx_mail_pop3_module, ngx_mail_imap_module, and ngx_mail_smtp_module
*) smtp_client_buffer and smtp_greeting_delay
|
|
log starttls
|
|
decrement active connection counter in mail proxy
|
|
escape " ", "%", and %00-%1F in login and password
|
|
set default listen() backlog to 511 on all platforms except FreeBSD
|
|
auth_http related changes:
*) stop configuration on error
*) allow "http://" in auth_http URL
*) test http_auth absence
|
|
IMAP AUTHENTICATE
patch by Maxim Dounin
|
|
SMTP STARTTLS
patch by Maxim Dounin
|
|
fix case when client has closed connection but upstream buffer is not empty
|
|
fix segfault when CRAM-MD5 is not enabled but client tries it
|
|
fix memory allocation for auth_http_header
|
|
|
|
|
|
|
|
*) rename imap to mail, sort pop3/imap functions
*) smtp auth support
*) pop3 starttls only
*) fix segfault if cram-md5 was used without apop
|