New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@kenjiuno/msgreader

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kenjiuno/msgreader - npm Package Compare versions

Comparing version 1.9.0 to 1.10.0-alpha.1

1

lib/const.d.ts

@@ -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',

63

lib/MsgReader.d.ts

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc