Home
last modified time | relevance | path

Searched refs:NGX_MAIL_AUTH_PLAIN (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail.h293 #define NGX_MAIL_AUTH_PLAIN 0 macro
H A Dngx_mail_imap_handler.c379 case NGX_MAIL_AUTH_PLAIN: in ngx_mail_imap_authenticate()
H A Dngx_mail_pop3_handler.c482 case NGX_MAIL_AUTH_PLAIN: in ngx_mail_pop3_auth()
H A Dngx_mail_parse.c895 return NGX_MAIL_AUTH_PLAIN; in ngx_mail_auth_parse()
H A Dngx_mail_auth_http_module.c885 s->auth_method = NGX_MAIL_AUTH_PLAIN; in ngx_mail_auth_sleep_handler()
1273 if (s->auth_method != NGX_MAIL_AUTH_PLAIN && s->salt.len) { in ngx_mail_auth_http_create_request()
H A Dngx_mail_smtp_handler.c632 case NGX_MAIL_AUTH_PLAIN: in ngx_mail_smtp_auth()