search for: calconnect

Displaying 4 results from an estimated 4 matches for "calconnect".

2020 Aug 04
0
How to access mailbox metadata in Lua push driver
...t now, is to maybe add key {disabled=True} to your context, and then add if ctx.disabled: return elsewhere. > - sometimes multiple events are generated, eg. when I read an email: > {"event":"FlagsClear","flags":[],"folder":"INBOX/eGroupWare/calconnect","imap-uid":2275,"imap-uidvalidity":1499767470,"keywords-old":[],"user":"user=5::42;***"} > {"event":"FlagsSet","flags":["\\Seen"],"folder":"INBOX/eGroupWare/calconnect","imap...
2020 Aug 03
3
How to access mailbox metadata in Lua push driver
...ple more questions ;) - is there a way (eg. return value) to stop event processing already in dovecot_lua_notify_begin_txn - sometimes multiple events are generated, eg. when I read an email: {"event":"FlagsClear","flags":[],"folder":"INBOX/eGroupWare/calconnect","imap-uid":2275,"imap-uidvalidity":1499767470,"keywords-old":[],"user":"user=5::42;***"} {"event":"FlagsSet","flags":["\\Seen"],"folder":"INBOX/eGroupWare/calconnect","imap-uid&q...
2010 May 22
1
OT - How to query vcard-like data for CTI app
...in Email's address books. It is very common to deal with LDAP or SQL databases, from a program. I would be very curious for learning purpose, to write a (Java, PHP, or other) program able to query a vCards-like data source to find caller's name, from caller id. I looked at http://carddav.calconnect.org/implementations.html. What would you suggest to use as : - query language and library - vCards server Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100522/640faa97/attachment.htm
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. >> >>