search for: snip7

Displaying 2 results from an estimated 2 matches for "snip7".

Did you mean: snip
2020 Aug 04
0
How to access mailbox metadata in Lua push driver
...ents the C API for push notifications in Dovecot. > > - does anyone have a code snippet to send a JSON encoded message (probably easy to figure out looking at Lua docu) > these two I managed to solve im my current version of the script, which also support now all message event types: <snip7> > > This leads to a couple more questions ;) > - is there a way (eg. return value) to stop event processing already in dovecot_lua_notify_begin_txn There is no really good way to do this. You can error out in begin_txn, but that will emit error. The only doable way, right now, is t...
2020 Aug 03
3
How to access mailbox metadata in Lua push driver
Some answers to my questions, a first version of my script and more questions ;) Am 03.08.20 um 18:15 schrieb Ralf Becker: > Currently looking into the following questions: > > - can I get the rfc 5423 type of event somehow (obviously I can set it > on the event myself depending of the function called) event.name > - looking at the example code, it looks like it can be called for