lua-resty-smtp
lua-resty-smtp copied to clipboard
It should use ngx_lua's base64 API for performance
It should use ngx_lua's ngx.encode_base64
and ngx.decode_base64
API functions instead of LuaSocket's pure Lua implementation. The performance difference should be notable.