Searched defs:EVENT_NAME (Results 1 - 12 of 12) sorted by relevance

/dovecot/src/plugins/push-notification/
H A Dpush-notification-event-mailboxcreate.c12 #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 Dpush-notification-event-mailboxdelete.c11 #define EVENT_NAME "MailboxDelete" macro
17 i_debug("%s: Mailbox was deleted", EVENT_NAME);
40 .name = EVENT_NAME,
H A Dpush-notification-event-mailboxrename.c12 #define EVENT_NAME "MailboxRename" macro
21 EVENT_NAME, data->old_mbox);
45 .name = EVENT_NAME,
H A Dpush-notification-event-mailboxsubscribe.c12 #define EVENT_NAME "MailboxSubscribe" macro
18 i_debug("%s: Mailbox was subscribed to", EVENT_NAME);
41 .name = EVENT_NAME,
H A Dpush-notification-event-mailboxunsubscribe.c12 #define EVENT_NAME "MailboxUnsubscribe" macro
18 i_debug("%s: Mailbox was subscribed to", EVENT_NAME);
41 .name = EVENT_NAME,
H A Dpush-notification-event-messageexpunge.c13 #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 Dpush-notification-event-messageappend.c16 #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 Dpush-notification-event-messageread.c13 #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 Dpush-notification-event-messagetrash.c13 #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 Dpush-notification-event-messagenew.c19 #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 Dpush-notification-event-flagsclear.c14 #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 Dpush-notification-event-flagsset.c14 #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,

Completed in 1295 milliseconds