aboutsummaryrefslogtreecommitdiff
path: root/src/mail/ngx_mail.h
Commit message (Collapse)AuthorAge
* Copyright updated.Maxim Konovalov2012-01-18
|
* Added the "so_keepalive=" parameter to the "listen" directive.Valentin Bartenev2011-12-05
| | | | | | The "so_keepalive" directive in mail module was deprecated. Thanks to Vsevolod Stakhov for initial work.
* rename ngx_peer_addr_t to ngx_addr_tIgor Sysoev2009-11-02
|
* mail proxy listen IPv6 supportIgor Sysoev2009-05-18
|
* send HELO/EHLO after XCLIENTIgor Sysoev2009-02-10
| | | | patch by Maxim Dounin
* compatibility with Microsoft'sIgor Sysoev2009-02-09
| | | | | AUTH LOGIN [base64 encoded user name ] patch by Maxim Dounin
* smtp_auth noneIgor Sysoev2008-11-13
| | | | patch by Maxim Dounin
* *) listen sslIgor Sysoev2008-09-01
| | | | *) no default ssl_cetificate and ssl_cetificate_key
* resolver in smtp proxy moduleIgor Sysoev2008-02-13
|
* fix typoIgor Sysoev2007-11-30
|
* ngx_mail_pop3_module, ngx_mail_imap_module, and ngx_mail_smtp_moduleIgor Sysoev2007-09-15
|
* optimizationsIgor Sysoev2007-09-14
|
* smtp_client_buffer and smtp_greeting_delayIgor Sysoev2007-09-14
|
* optimizationsIgor Sysoev2007-09-13
|
* style fix and optimizationsIgor Sysoev2007-09-13
|
* split pop3, imap, and smtp handlersIgor Sysoev2007-09-13
|
* IMAP AUTHENTICATEIgor Sysoev2007-07-20
| | | | patch by Maxim Dounin
* SMTP STARTTLSIgor Sysoev2007-07-20
| | | | patch by Maxim Dounin
* Many changes:Igor Sysoev2007-03-19
*) rename imap to mail, sort pop3/imap functions *) smtp auth support *) pop3 starttls only *) fix segfault if cram-md5 was used without apop