Displaying 4 results from an estimated 4 matches for "notifiction".
Did you mean:
notification
2020 Aug 04
0
How to access mailbox metadata in Lua push driver
...ts have the same uid-validity, are the from a single transaction, eg. I delete my Trash?
>
Because these events also apply for more than just LMTP. You could be storing bunch of mails with IMAP APPEND.
> > - why is the mailbox status put into an other structure and send with a different notifiction
The LUA code very faitfully implements 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 suppor...
2020 Aug 03
2
How to access mailbox metadata in Lua push driver
Thanks Aki, I'll check it out :)
Am 03.08.20 um 11:40 schrieb Aki Tuomi:
>> On 03/08/2020 12:31 Ralf Becker <rb at egroupware.org> wrote:
>>
>>
>> We're currently using the OX push driver, which is straight forward
>> (simple web hook) and allows to store (multiple) push tokens of our
>> webmailer direct in mailbox metadata.
>>
>>
2020 Aug 03
3
How to access mailbox metadata in Lua push driver
...ultiple messages, when does that happen (LMTP send more then one)
still no idea, maybe Ake?
I noticed that some events have the same uid-validity, are the from a
single transaction, eg. I delete my Trash?
> - why is the mailbox status put into an other structure and send with
> a different notifiction
> - 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:
-- To use -- -- plugin { -- push_notification_driver =
lua...
2020 Aug 03
0
How to access mailbox metadata in Lua push driver
...omehow (obviously I can set it
on the event myself depending of the function called)
- looking at the example code, it looks like it can be called for
multiple messages, when does that happen (LMTP send more then one)
- why is the mailbox status put into an other structure and send with a
different notifiction
- does anyone have a code snippet to send a JSON encoded message
(probably easy to figure out looking at Lua docu)
Ralf
Am 03.08.20 um 11:56 schrieb Ralf Becker:
> Thanks Aki, I'll check it out :)
>
>
> Am 03.08.20 um 11:40 schrieb Aki Tuomi:
>>> On 03/08/2020 12:31 Ralf...