]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
Added push-notification plugin
authorMichael M Slusarz <michael.slusarz@dovecot.fi>
Wed, 23 Sep 2015 04:33:41 +0000 (22:33 -0600)
committerMichael M Slusarz <michael.slusarz@dovecot.fi>
Wed, 23 Sep 2015 04:33:41 +0000 (22:33 -0600)
commit51ed197520dd9ea534fbc3bc1790ebe3cb5421e2
tree14ef2ad4ed57f3605139ed206d00cbe74a4cf6ef
parent13bdd67aa0781d562cd2030da5092df1107d91f3
Added push-notification plugin
45 files changed:
configure.ac
dovecot-config.in.in
src/plugins/Makefile.am
src/plugins/push-notification/Makefile.am [new file with mode: 0644]
src/plugins/push-notification/push-notification-driver-dlog.c [new file with mode: 0644]
src/plugins/push-notification/push-notification-driver-ox.c [new file with mode: 0644]
src/plugins/push-notification/push-notification-drivers.c [new file with mode: 0644]
src/plugins/push-notification/push-notification-drivers.h [new file with mode: 0644]
src/plugins/push-notification/push-notification-event-flagsclear.c [new file with mode: 0644]
src/plugins/push-notification/push-notification-event-flagsclear.h [new file with mode: 0644]
src/plugins/push-notification/push-notification-event-flagsset.c [new file with mode: 0644]
src/plugins/push-notification/push-notification-event-flagsset.h [new file with mode: 0644]
src/plugins/push-notification/push-notification-event-mailboxcreate.c [new file with mode: 0644]
src/plugins/push-notification/push-notification-event-mailboxcreate.h [new file with mode: 0644]
src/plugins/push-notification/push-notification-event-mailboxdelete.c [new file with mode: 0644]
src/plugins/push-notification/push-notification-event-mailboxdelete.h [new file with mode: 0644]
src/plugins/push-notification/push-notification-event-mailboxrename.c [new file with mode: 0644]
src/plugins/push-notification/push-notification-event-mailboxrename.h [new file with mode: 0644]
src/plugins/push-notification/push-notification-event-mailboxsubscribe.c [new file with mode: 0644]
src/plugins/push-notification/push-notification-event-mailboxsubscribe.h [new file with mode: 0644]
src/plugins/push-notification/push-notification-event-mailboxunsubscribe.c [new file with mode: 0644]
src/plugins/push-notification/push-notification-event-mailboxunsubscribe.h [new file with mode: 0644]
src/plugins/push-notification/push-notification-event-message-common.h [new file with mode: 0644]
src/plugins/push-notification/push-notification-event-messageappend.c [new file with mode: 0644]
src/plugins/push-notification/push-notification-event-messageappend.h [new file with mode: 0644]
src/plugins/push-notification/push-notification-event-messageexpunge.c [new file with mode: 0644]
src/plugins/push-notification/push-notification-event-messageexpunge.h [new file with mode: 0644]
src/plugins/push-notification/push-notification-event-messagenew.c [new file with mode: 0644]
src/plugins/push-notification/push-notification-event-messagenew.h [new file with mode: 0644]
src/plugins/push-notification/push-notification-event-messageread.c [new file with mode: 0644]
src/plugins/push-notification/push-notification-event-messageread.h [new file with mode: 0644]
src/plugins/push-notification/push-notification-event-messagetrash.c [new file with mode: 0644]
src/plugins/push-notification/push-notification-event-messagetrash.h [new file with mode: 0644]
src/plugins/push-notification/push-notification-events-rfc5423.c [new file with mode: 0644]
src/plugins/push-notification/push-notification-events-rfc5423.h [new file with mode: 0644]
src/plugins/push-notification/push-notification-events.c [new file with mode: 0644]
src/plugins/push-notification/push-notification-events.h [new file with mode: 0644]
src/plugins/push-notification/push-notification-plugin.c [new file with mode: 0644]
src/plugins/push-notification/push-notification-plugin.h [new file with mode: 0644]
src/plugins/push-notification/push-notification-triggers.c [new file with mode: 0644]
src/plugins/push-notification/push-notification-triggers.h [new file with mode: 0644]
src/plugins/push-notification/push-notification-txn-mbox.c [new file with mode: 0644]
src/plugins/push-notification/push-notification-txn-mbox.h [new file with mode: 0644]
src/plugins/push-notification/push-notification-txn-msg.c [new file with mode: 0644]
src/plugins/push-notification/push-notification-txn-msg.h [new file with mode: 0644]