search for: messageappend

Displaying 6 results from an estimated 6 matches for "messageappend".

2019 May 09
1
Push Notification clarification (MessageNew w/o LMTP or LDA)
...on (either global or for IMAP), will a > > message delivery trigger MessageNew? > > > > Regards, > > > > Christian > > No. Only LDA or LMTP based delivery will trigger MessageNew. > Copying/moving message, using IMAP APPEND or doveadm save will trigger > MessageAppend. > > Aki > > > -- Christian Balzer Network/Systems Engineer chibi at gol.com Rakuten Communications
2019 May 09
2
Push Notification clarification (MessageNew w/o LMTP or LDA)
Hello, Both the examples on the Push Notification wiki page and the XAPS plugin docs seem to suggest or state that LMTP/LDA is required. However IMAP IDLE notifications work without either of these (please no religious discussion of why Dovecot LMTP is the best thing since sliced bread and that everybody should use it). The LUA part of the push notification docs however states that events other
2019 May 09
0
Push Notification clarification (MessageNew w/o LMTP or LDA)
...f course > the correct mail_plugins definition (either global or for IMAP), will a > message delivery trigger MessageNew? > > Regards, > > Christian No. Only LDA or LMTP based delivery will trigger MessageNew. Copying/moving message, using IMAP APPEND or doveadm save will trigger MessageAppend. Aki
2019 Mar 05
2
Dovecot v2.3.5 released
...5. Please find sources at https://dovecot.org/releases/2.3/dovecot-2.3.5.tar.gz https://dovecot.org/releases/2.3/dovecot-2.3.5.tar.gz.sig You can find precompiled binaries at https://repo.dovecot.org/ NEWS: + Lua push notification driver: mail keywords and flags are provided in MessageNew and MessageAppend events. + submission: Implement support for plugins. + auth: When auth_policy_log_only=yes, only log what the policy server response would do without actually doing it. + auth: Always log policy server decisions with auth_verbose=yes - v2.3.[34]: doveadm log errors: Output was missing user/session...
2019 Mar 05
2
Dovecot v2.3.5 released
...5. Please find sources at https://dovecot.org/releases/2.3/dovecot-2.3.5.tar.gz https://dovecot.org/releases/2.3/dovecot-2.3.5.tar.gz.sig You can find precompiled binaries at https://repo.dovecot.org/ NEWS: + Lua push notification driver: mail keywords and flags are provided in MessageNew and MessageAppend events. + submission: Implement support for plugins. + auth: When auth_policy_log_only=yes, only log what the policy server response would do without actually doing it. + auth: Always log policy server decisions with auth_verbose=yes - v2.3.[34]: doveadm log errors: Output was missing user/session...
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