|
|
|
@ -10,15 +10,6 @@
|
|
|
|
|
|
|
|
|
|
#pragma mark - Constants
|
|
|
|
|
|
|
|
|
|
/** Optional field "X-pEp-Version" */
|
|
|
|
|
extern NSString *const _Nonnull kXpEpVersion;
|
|
|
|
|
|
|
|
|
|
/** Optional field "X-EncStatus" */
|
|
|
|
|
extern NSString *const _Nonnull kXEncStatus;
|
|
|
|
|
|
|
|
|
|
/** Optional field "X-KeyList" */
|
|
|
|
|
extern NSString *const _Nonnull kXKeylist;
|
|
|
|
|
|
|
|
|
|
/** The key of the header for certain sync messages, "pEp-auto-consume". */
|
|
|
|
|
extern NSString *const _Nonnull kPepHeaderAutoConsume;
|
|
|
|
|
|
|
|
|
|