We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e38feb commit 3ed43e8Copy full SHA for 3ed43e8
data/lua.js
@@ -91,6 +91,30 @@ export const lua_functions = [
91
as the parent.`
92
},
93
94
+ {
95
+ name: 'base64.encode',
96
+ args: {
97
+ input: {
98
+ type: 'string',
99
+ text: 'Data to encode',
100
+ }
101
+ },
102
+ tags: [ 'dovecot' ],
103
+ text: `Base64 encodes the provided input.`
104
105
+
106
107
+ name: 'base64.decode',
108
109
110
111
+ text: 'Data to decode',
112
113
114
115
+ text: `Base64 decodes the provided input.`
116
117
118
{
119
name: 'restrict_global_variables',
120
args: {
0 commit comments