/dovecot/src/plugins/push-notification/ |
H A D | push-notification-event-mailboxcreate.c | 12 #define EVENT_NAME "MailboxCreate" macro 18 i_debug("%s: Mailbox was created", EVENT_NAME); 30 i_error(EVENT_NAME "Failed to get created mailbox '%s' uidvalidity: %s", 49 .name = EVENT_NAME,
|
H A D | push-notification-event-mailboxdelete.c | 11 #define EVENT_NAME "MailboxDelete" macro 17 i_debug("%s: Mailbox was deleted", EVENT_NAME); 40 .name = EVENT_NAME,
|
H A D | push-notification-event-mailboxrename.c | 12 #define EVENT_NAME "MailboxRename" macro 21 EVENT_NAME, data->old_mbox); 45 .name = EVENT_NAME,
|
H A D | push-notification-event-mailboxsubscribe.c | 12 #define EVENT_NAME "MailboxSubscribe" macro 18 i_debug("%s: Mailbox was subscribed to", EVENT_NAME); 41 .name = EVENT_NAME,
|
H A D | push-notification-event-mailboxunsubscribe.c | 12 #define EVENT_NAME "MailboxUnsubscribe" macro 18 i_debug("%s: Mailbox was subscribed to", EVENT_NAME); 41 .name = EVENT_NAME,
|
H A D | push-notification-event-messageexpunge.c | 13 #define EVENT_NAME "MessageExpunge" macro 22 i_debug("%s: Message was expunged", EVENT_NAME); 33 data = push_notification_txn_msg_get_eventdata(msg, EVENT_NAME); 48 .name = EVENT_NAME,
|
H A D | push-notification-event-messageappend.c | 16 #define EVENT_NAME "MessageAppend" macro 34 i_debug("%s: From [%s]", EVENT_NAME, data->from); 38 i_debug("%s: Snippet [%s]", EVENT_NAME, data->snippet); 42 i_debug("%s: Subject [%s]", EVENT_NAME, data->subject); 46 i_debug("%s: To [%s]", EVENT_NAME, data->to); 65 data = push_notification_txn_msg_get_eventdata(msg, EVENT_NAME); 105 .name = EVENT_NAME,
|
H A D | push-notification-event-messageread.c | 13 #define EVENT_NAME "MessageRead" macro 19 i_debug("%s: Message was flagged as seen", EVENT_NAME); 33 data = push_notification_txn_msg_get_eventdata(msg, EVENT_NAME); 51 .name = EVENT_NAME,
|
H A D | push-notification-event-messagetrash.c | 13 #define EVENT_NAME "MessageTrash" macro 19 i_debug("%s: Message was marked as deleted", EVENT_NAME); 33 data = push_notification_txn_msg_get_eventdata(msg, EVENT_NAME); 51 .name = EVENT_NAME,
|
H A D | push-notification-event-messagenew.c | 19 #define EVENT_NAME "MessageNew" macro 39 i_debug("%s: Date [%s]", EVENT_NAME, 44 i_debug("%s: From [%s]", EVENT_NAME, data->from); 48 i_debug("%s: Snippet [%s]", EVENT_NAME, data->snippet); 52 i_debug("%s: Subject [%s]", EVENT_NAME, data->subject); 56 i_debug("%s: To [%s]", EVENT_NAME, data->to); 77 data = push_notification_txn_msg_get_eventdata(msg, EVENT_NAME); 126 .name = EVENT_NAME,
|
H A D | push-notification-event-flagsclear.c | 14 #define EVENT_NAME "FlagsClear" macro 33 i_debug("%s: Answered flag cleared", EVENT_NAME); 36 i_debug("%s: Flagged flag cleared", EVENT_NAME); 39 i_debug("%s: Deleted flag cleared", EVENT_NAME); 42 i_debug("%s: Seen flag cleared", EVENT_NAME); 45 i_debug("%s: Draft flag cleared", EVENT_NAME); 49 i_debug("%s: Keyword clear [%s]", EVENT_NAME, *keyword); 62 data = push_notification_txn_msg_get_eventdata(msg, EVENT_NAME); 167 .name = EVENT_NAME,
|
H A D | push-notification-event-flagsset.c | 14 #define EVENT_NAME "FlagsSet" macro 33 i_debug("%s: Answered flag set", EVENT_NAME); 36 i_debug("%s: Flagged flag set", EVENT_NAME); 39 i_debug("%s: Deleted flag set", EVENT_NAME); 42 i_debug("%s: Seen flag set", EVENT_NAME); 45 i_debug("%s: Draft flag set", EVENT_NAME); 49 i_debug("%s: Keyword set [%s]", EVENT_NAME, *keyword); 60 data = push_notification_txn_msg_get_eventdata(msg, EVENT_NAME); 162 .name = EVENT_NAME,
|