Searched refs:messagenew (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/plugins/push-notification/
H A Dpush-notification-driver-ox.c17 #include "push-notification-event-messagenew.h"
336 struct push_notification_event_messagenew_data *messagenew; local
349 messagenew = push_notification_txn_msg_get_eventdata(msg, "MessageNew");
350 if (messagenew == NULL) {
372 if (messagenew->from != NULL) {
374 json_append_escaped(str, messagenew->from);
377 if (messagenew->subject != NULL) {
379 json_append_escaped(str, messagenew->subject);
382 if (messagenew->snippet != NULL) {
384 json_append_escaped(str, messagenew
[all...]

Completed in 26 milliseconds