gitextract_yli_f_d8/ ├── README.md ├── config ├── src/ │ ├── ngx_stream_http_parser.c │ ├── ngx_stream_http_parser.h │ ├── ngx_stream_json.c │ ├── ngx_stream_json.h │ ├── ngx_stream_upsync_module.c │ └── ngx_stream_upsync_module.h └── test/ ├── README ├── conf-server.sh ├── t/ │ ├── lib/ │ │ ├── Test/ │ │ │ ├── Nginx/ │ │ │ │ ├── IMAP.pm │ │ │ │ ├── POP3.pm │ │ │ │ └── SMTP.pm │ │ │ └── Nginx.pm │ │ └── Time/ │ │ ├── Parse.pm │ │ └── Zone.pm │ └── upsync.t └── test.sh