@kenjiuno/msgreader
Advanced tools
Comparing version 1.9.0 to 1.10.0-alpha.1
@@ -46,2 +46,3 @@ declare const _default: { | ||
NAME_MAPPING: { | ||
'001a': string; | ||
'0037': string; | ||
@@ -48,0 +49,0 @@ '0c1a': string; |
@@ -51,2 +51,3 @@ "use strict"; | ||
// email specific | ||
'001a': 'messageClass', | ||
'0037': 'subject', | ||
@@ -53,0 +54,0 @@ '0c1a': 'senderName', |
@@ -339,2 +339,41 @@ export interface ParserConfig { | ||
inetAcctName?: string; | ||
/** | ||
* Contains the format of the Simple Mail Transport Protocol (SMTP) email address of the sending mailbox owner. | ||
* | ||
* e.g. | ||
* `no-reply@microsoft.com` for {@link senderAddressType} = 'SMTP' | ||
* | ||
* Target {@link dataType} = 'msg'. | ||
* | ||
* @see https://docs.microsoft.com/en-us/office/client-developer/outlook/mapi/pidtagsendersmtpaddress-canonical-property | ||
* @see https://github.com/HiraokaHyperTools/OXPROPS/blob/master/JSON/5D01-PidTagSenderSmtpAddress.md | ||
*/ | ||
senderSmtpAddress?: string; | ||
/** | ||
* Contains the Simple Mail Transport Protocol (SMTP) email address for the messaging user who is represented by the sender. | ||
* | ||
* e.g. | ||
* `no-reply@microsoft.com` for {@link senderAddressType} = 'SMTP' | ||
* | ||
* Target {@link dataType} = 'msg'. | ||
* | ||
* @see https://docs.microsoft.com/en-us/office/client-developer/outlook/mapi/pidtagsentrepresentingsmtpaddress-canonical-property | ||
* @see https://github.com/HiraokaHyperTools/OXPROPS/blob/master/JSON/5D02-PidTagSentRepresentingSmtpAddress.md | ||
*/ | ||
sentRepresentingSmtpAddress?: string; | ||
/** | ||
* Contains a text string that identifies the sender-defined message class, such as IPM.Note. | ||
* | ||
* e.g. | ||
* | ||
* - `IPM.Note` for mail | ||
* - `IPM.StickyNote` for sticky note | ||
* - `IPM.Appointment` for schedule | ||
* | ||
* See more at: [Item Types and Message Classes | Microsoft Docs](https://docs.microsoft.com/en-us/office/vba/outlook/concepts/forms/item-types-and-message-classes) | ||
* | ||
* @see https://docs.microsoft.com/en-us/office/client-developer/outlook/mapi/pidtagmessageclass-canonical-property | ||
* @see https://github.com/HiraokaHyperTools/OXPROPS/blob/master/JSON/001A-PidTagMessageClass.md | ||
*/ | ||
messageClass?: string; | ||
} | ||
@@ -366,26 +405,2 @@ export interface SomeParsedOxProps { | ||
votingOptions?: string; | ||
/** | ||
* Contains the format of the Simple Mail Transport Protocol (SMTP) email address of the sending mailbox owner. | ||
* | ||
* e.g. | ||
* `no-reply@microsoft.com` for {@link senderAddressType} = 'SMTP' | ||
* | ||
* Target {@link dataType} = 'msg'. | ||
* | ||
* @see https://docs.microsoft.com/en-us/office/client-developer/outlook/mapi/pidtagsendersmtpaddress-canonical-property | ||
* @see https://github.com/HiraokaHyperTools/OXPROPS/blob/master/JSON/5D01-PidTagSenderSmtpAddress.md | ||
*/ | ||
senderSmtpAddress?: string; | ||
/** | ||
* Contains the Simple Mail Transport Protocol (SMTP) email address for the messaging user who is represented by the sender. | ||
* | ||
* e.g. | ||
* `no-reply@microsoft.com` for {@link senderAddressType} = 'SMTP' | ||
* | ||
* Target {@link dataType} = 'msg'. | ||
* | ||
* @see https://docs.microsoft.com/en-us/office/client-developer/outlook/mapi/pidtagsentrepresentingsmtpaddress-canonical-property | ||
* @see https://github.com/HiraokaHyperTools/OXPROPS/blob/master/JSON/5D02-PidTagSentRepresentingSmtpAddress.md | ||
*/ | ||
sentRepresentingSmtpAddress?: string; | ||
} | ||
@@ -392,0 +407,0 @@ export interface FieldsData extends SomeOxProps, SomeParsedOxProps { |
{ | ||
"name": "@kenjiuno/msgreader", | ||
"version": "1.9.0", | ||
"version": "1.10.0-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
255409
7395
2