@kenjiuno/msgreader
Advanced tools
Comparing version 1.7.1 to 1.7.2-alpha.1
@@ -279,13 +279,10 @@ export interface ParserConfig { | ||
/** | ||
* VerbStream (PidLidVerbStream) | ||
* Indicates whether an attachment is hidden from the end user. | ||
* | ||
* e.g. `Yes;No;Maybe` | ||
* e.g. `γ―γ;γγγ;γγΆγ` | ||
* Target {@link dataType} = 'attachment'. | ||
* | ||
* Target {@link dataType} = 'msg'. | ||
* | ||
* @see https://docs.microsoft.com/en-us/openspecs/exchange_server_protocols/ms-oxprops/e11cc753-cecf-4fdc-bec7-23304d12388a | ||
* @see https://docs.microsoft.com/en-us/openspecs/exchange_server_protocols/ms-oxomsg/89a70cdb-28ca-4d63-9deb-6d8c15c2cb47 | ||
* @see https://docs.microsoft.com/en-us/office/client-developer/outlook/mapi/pidtagattachmenthidden-canonical-property | ||
* @see https://github.com/HiraokaHyperTools/OXPROPS/blob/master/JSON/7FFE-PidTagAttachmentHidden.md | ||
*/ | ||
votingOptions?: string; | ||
attachmentHidden?: boolean; | ||
/** | ||
@@ -305,3 +302,24 @@ * VerbResponse (PidLidVerbResponse) | ||
export interface SomeParsedOxProps { | ||
/** | ||
* Contains the recipient type for a message recipient. | ||
* | ||
* Target {@link dataType} = 'recipient'. | ||
* | ||
* @see https://docs.microsoft.com/en-us/openspecs/exchange_server_protocols/ms-oxomsg/144ae256-8cf2-45a1-a297-221b44f68cfe | ||
* @see https://docs.microsoft.com/en-us/office/client-developer/outlook/mapi/pidtagrecipienttype-canonical-property | ||
* @see https://github.com/HiraokaHyperTools/OXPROPS/blob/master/JSON/0C15-PidTagRecipientType.md | ||
*/ | ||
recipType?: "to" | "cc" | "bcc"; | ||
/** | ||
* VerbStream (PidLidVerbStream) | ||
* | ||
* e.g. `Yes;No;Maybe` | ||
* e.g. `γ―γ;γγγ;γγΆγ` | ||
* | ||
* Target {@link dataType} = 'msg'. | ||
* | ||
* @see https://docs.microsoft.com/en-us/openspecs/exchange_server_protocols/ms-oxprops/e11cc753-cecf-4fdc-bec7-23304d12388a | ||
* @see https://docs.microsoft.com/en-us/openspecs/exchange_server_protocols/ms-oxomsg/89a70cdb-28ca-4d63-9deb-6d8c15c2cb47 | ||
*/ | ||
votingOptions?: string; | ||
} | ||
@@ -387,21 +405,3 @@ export interface FieldsData extends SomeOxProps, SomeParsedOxProps { | ||
error?: string; | ||
/** | ||
* Indicates whether an attachment is hidden from the end user. | ||
* | ||
* Target {@link dataType} = 'attachment'. | ||
* | ||
* @see https://docs.microsoft.com/en-us/office/client-developer/outlook/mapi/pidtagattachmenthidden-canonical-property | ||
* @see https://github.com/HiraokaHyperTools/OXPROPS/blob/master/JSON/7FFE-PidTagAttachmentHidden.md | ||
*/ | ||
attachmentHidden?: boolean; | ||
} | ||
declare enum KeyType { | ||
root = 0, | ||
toSub = 1 | ||
} | ||
interface FieldValuePair { | ||
key: string; | ||
keyType: KeyType; | ||
value: string | Uint8Array; | ||
} | ||
/** | ||
@@ -422,3 +422,3 @@ * The core implementation of MsgReader | ||
private fieldsDataDocument; | ||
setDecodedFieldTo(fields: FieldsData, pair: FieldValuePair): void; | ||
private setDecodedFieldTo; | ||
private getFieldType; | ||
@@ -451,2 +451,1 @@ private fieldsDataDirInner; | ||
} | ||
export {}; |
{ | ||
"name": "@kenjiuno/msgreader", | ||
"version": "1.7.1", | ||
"version": "1.7.2-alpha.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
236929
7079
2