bcb4e51a409d94ae670de96afb8483a4f7855294Stephan Bosch/* Copyright (c) 2015-2018 Dovecot authors, see the included COPYING file */
51ed197520dd9ea534fbc3bc1790ebe3cb5421e2Michael M Slusarz
51ed197520dd9ea534fbc3bc1790ebe3cb5421e2Michael M Slusarz#ifndef PUSH_NOTIFICATION_EVENT_MESSAGEAPPEND_H
51ed197520dd9ea534fbc3bc1790ebe3cb5421e2Michael M Slusarz#define PUSH_NOTIFICATION_EVENT_MESSAGEAPPEND_H
51ed197520dd9ea534fbc3bc1790ebe3cb5421e2Michael M Slusarz
51ed197520dd9ea534fbc3bc1790ebe3cb5421e2Michael M Slusarz
51ed197520dd9ea534fbc3bc1790ebe3cb5421e2Michael M Slusarzstruct push_notification_event_messageappend_config {
51ed197520dd9ea534fbc3bc1790ebe3cb5421e2Michael M Slusarz enum push_notification_event_message_flags flags;
51ed197520dd9ea534fbc3bc1790ebe3cb5421e2Michael M Slusarz};
51ed197520dd9ea534fbc3bc1790ebe3cb5421e2Michael M Slusarz
51ed197520dd9ea534fbc3bc1790ebe3cb5421e2Michael M Slusarzstruct push_notification_event_messageappend_data {
51ed197520dd9ea534fbc3bc1790ebe3cb5421e2Michael M Slusarz const char *from;
51ed197520dd9ea534fbc3bc1790ebe3cb5421e2Michael M Slusarz const char *to;
51ed197520dd9ea534fbc3bc1790ebe3cb5421e2Michael M Slusarz const char *subject;
51ed197520dd9ea534fbc3bc1790ebe3cb5421e2Michael M Slusarz const char *snippet;
51ed197520dd9ea534fbc3bc1790ebe3cb5421e2Michael M Slusarz};
51ed197520dd9ea534fbc3bc1790ebe3cb5421e2Michael M Slusarz
51ed197520dd9ea534fbc3bc1790ebe3cb5421e2Michael M Slusarz
51ed197520dd9ea534fbc3bc1790ebe3cb5421e2Michael M Slusarz#endif /* PUSH_NOTIFICATION_EVENT_MESSAGEAPPEND_H */
51ed197520dd9ea534fbc3bc1790ebe3cb5421e2Michael M Slusarz