summaryrefslogtreecommitdiffhomepage
path: root/src/mail (follow)
AgeCommit message (Collapse)AuthorFilesLines
2008-06-23change useless ngx_pcalloc() to ngx_pnalloc()Igor Sysoev1-1/+1
2008-06-17*) back out r2040Igor Sysoev10-46/+48
*) refactor ngx_palloc() *) introduce ngx_pnalloc() *) additional pool blocks have smaller header
2008-06-16DH parameters, ssl_dhparamIgor Sysoev2-4/+17
2008-05-26ssl_session_cache noneIgor Sysoev1-1/+6
2008-05-16$hostname variableIgor Sysoev1-14/+1
2008-04-29reset messageIgor Sysoev1-0/+2
2008-03-24use ngx_int_t in ngx_sort() callbackIgor Sysoev1-2/+2
2008-03-06check duplicate resolverIgor Sysoev1-0/+4
2008-03-04use cf->cycle->new_log because at merge stage cf->pool->log is old logIgor Sysoev1-1/+1
2008-02-28cleanup resolverIgor Sysoev1-1/+1
2008-02-16do not resolve SMTP clients by defaultIgor Sysoev3-16/+17
2008-02-13resolver in smtp proxy moduleIgor Sysoev5-11/+244
2007-12-26ssl_session_cache offIgor Sysoev1-4/+8
2007-12-21fix STARTTLS prompt in SMTPIgor Sysoev1-0/+3
2007-12-10move condition declarations inside blocks where they are usedIgor Sysoev4-16/+11
2007-11-30fix typoIgor Sysoev1-1/+1
2007-11-1564-bit time_t compatibilityIgor Sysoev1-2/+2
2007-10-08use pool instead of ngx_conf_tIgor Sysoev2-2/+2
2007-09-21fix "AUTH PLAIN [initial-response]" bug introduced in r1477Igor Sysoev1-1/+1
2007-09-21use "_" instead of " " as new line substitute, do not delete trailing new lineIgor Sysoev1-9/+1
2007-09-20log starttlsIgor Sysoev1-1/+3
2007-09-15ngx_mail_pop3_module, ngx_mail_imap_module, and ngx_mail_smtp_moduleIgor Sysoev16-715/+1144
2007-09-14style fix: remove trailing spacesIgor Sysoev3-6/+6
2007-09-14create salt just before it will be usedIgor Sysoev2-14/+12
2007-09-14fix r1482Igor Sysoev1-0/+2
2007-09-14ngx_mail_smtp_create_buffer()Igor Sysoev1-15/+36
2007-09-14optimizationsIgor Sysoev5-18/+17
2007-09-14smtp_client_buffer and smtp_greeting_delayIgor Sysoev3-60/+193
2007-09-14move event handling to protocol specific code,Igor Sysoev4-9/+21
it is required to support SMTP greeting delay
2007-09-13optimizationsIgor Sysoev6-217/+185
2007-09-13small optimizationsIgor Sysoev1-6/+6
2007-09-13style fix and optimizationsIgor Sysoev7-45/+47
2007-09-13split pop3, imap, and smtp handlersIgor Sysoev5-1667/+1721
2007-09-11decrement active connection counter in mail proxyIgor Sysoev1-0/+4
2007-08-20escape " ", "%", and %00-%1F in login and passwordIgor Sysoev2-31/+9
2007-08-14test http_auth absenceIgor Sysoev1-0/+14
2007-08-14allow "http://" in auth_http URLIgor Sysoev1-0/+5
2007-08-14stop configuration on errorIgor Sysoev1-0/+2
2007-08-09set default listen() backlog to 511 on all platforms except FreeBSDIgor Sysoev1-1/+1
2007-07-24fix case when client has closed connection but upstream buffer is not emptyIgor Sysoev1-3/+5
2007-07-20IMAP AUTHENTICATEIgor Sysoev4-112/+435
patch by Maxim Dounin
2007-07-20SMTP STARTTLSIgor Sysoev4-1/+149
patch by Maxim Dounin
2007-07-11fix segfault when CRAM-MD5 is not enabled but client tries itIgor Sysoev1-2/+11
2007-07-10fix memory allocation for auth_http_headerIgor Sysoev1-0/+1
2007-05-21use stable search where it is requiredIgor Sysoev1-5/+4
2007-04-19style fix: remove trailing spacesIgor Sysoev1-1/+1
2007-04-18style fix: remove tabsIgor Sysoev3-46/+46
2007-03-19Many changes:Igor Sysoev9-0/+6971
*) rename imap to mail, sort pop3/imap functions *) smtp auth support *) pop3 starttls only *) fix segfault if cram-md5 was used without apop