diff options
Diffstat (limited to 'src/plugins/push-notification/push-notification-event-mailboxcreate.h')
-rw-r--r-- | src/plugins/push-notification/push-notification-event-mailboxcreate.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/plugins/push-notification/push-notification-event-mailboxcreate.h b/src/plugins/push-notification/push-notification-event-mailboxcreate.h new file mode 100644 index 0000000..9a5e1bf --- /dev/null +++ b/src/plugins/push-notification/push-notification-event-mailboxcreate.h @@ -0,0 +1,12 @@ +/* Copyright (c) 2015-2018 Dovecot authors, see the included COPYING file */ + +#ifndef PUSH_NOTIFICATION_EVENT_MAILBOXCREATE_H +#define PUSH_NOTIFICATION_EVENT_MAILBOXCREATE_H + +struct push_notification_event_mailboxcreate_data { + /* RFC 5423 [4.4]: UIDVALIDITY required for create event. */ + uint32_t uid_validity; +}; + +#endif + |