mailparser 3.9.10 → 3.9.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,3 @@
1
1
  {
2
- ".": "3.9.10"
2
+ ".": "3.9.11"
3
3
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.9.11](https://github.com/nodemailer/mailparser/compare/v3.9.10...v3.9.11) (2026-06-19)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * bump nodemailer to 9.0.1 ([020f140](https://github.com/nodemailer/mailparser/commit/020f140e67e98ac65c1d56d48c838986f7decc8a))
9
+
3
10
  ## [3.9.10](https://github.com/nodemailer/mailparser/compare/v3.9.9...v3.9.10) (2026-06-15)
4
11
 
5
12
 
package/SECURITY.md CHANGED
@@ -36,8 +36,9 @@ Report privately through one of the following channels:
36
36
  1. **GitHub Security Advisories (preferred).** Open a private report at
37
37
  <https://github.com/nodemailer/mailparser/security/advisories/new>. This keeps
38
38
  the discussion private until a fix is published and lets us credit you.
39
- 2. **Email.** Send details to **andris@postalsys.com**. Encrypt sensitive
40
- details if possible.
39
+ 2. **Email.** Send details to **andris@postalsys.com** (the contact listed in
40
+ [`SECURITY.txt`](SECURITY.txt)). Encrypt sensitive details if possible - our
41
+ PGP key fingerprint is `5D952A46E1D8C931F6364E01DC6C83F4D584D364`.
41
42
 
42
43
  When reporting, please include as much of the following as you can:
43
44
 
package/SECURITY.txt ADDED
@@ -0,0 +1,27 @@
1
+ -----BEGIN PGP SIGNED MESSAGE-----
2
+ Hash: SHA256
3
+
4
+ Contact: https://github.com/nodemailer/mailparser/security/advisories/new
5
+ Contact: mailto:andris@postalsys.com
6
+ Expires: 2027-06-01T00:00:00.000Z
7
+ Encryption: https://keys.openpgp.org/vks/v1/by-fingerprint/5D952A46E1D8C931F6364E01DC6C83F4D584D364
8
+ Preferred-Languages: en, et
9
+ Canonical: https://github.com/nodemailer/mailparser/blob/master/SECURITY.txt
10
+ Policy: https://github.com/nodemailer/mailparser/blob/master/SECURITY.md
11
+ -----BEGIN PGP SIGNATURE-----
12
+
13
+ iQJPBAEBCAA5FiEEXZUqRuHYyTH2Nk4B3GyD9NWE02QFAmowM98bFIAAAAAABAAO
14
+ bWFudTIsMi41KzEuMTIsMCwzAAoJENxsg/TVhNNkyvAP/3U2a9yOHw7nImBzCcFU
15
+ /9vhdicyxkcnFxmwOi8A2ZcCBoysOMgRAgp5suHMLd8KNxcT/NPOnVGzWfZCUkoI
16
+ CbQeGvmuCAXDKXXABPkEz11Yw1CiZ8oqzcJ4uRJ1on/MSZEQoVniGNYTLnvQEoH/
17
+ sqLn0i7IqbIfC2tBHHYX0l8aycYvIiLHWrom2g8ux9q3ZQo8BPe5IlUCXvEcJgMH
18
+ mdz0lb3pM0f6GrTH5d+LSbEk4ShcnkU/KVM4P2wnvdXbHtFfbgIQruQiSksjY5uw
19
+ hgbNX5Rpsc/peB1LUwuvHLwfn9+W1ZA5dOnBqV+BfyKQ5muDrR/cAK8UrY9VVlaD
20
+ HQK2biOfoC1pcaO3YH92ZsKFW+MeTiAOFL668r3uyqyAHXp17vP3AXWrJdcASXtE
21
+ vVpueJPsi7nUufHWddEP+HIClOTrgAPBnma0fSUgR9YZCJvXB0Q/3ZGaDigBEgN9
22
+ CGtaBP9OdruQSWx1CsVNq7Bw/VONXvN3ErUAS1LRhcuwry9Dac5ddOK2jwxZu/jx
23
+ 1t4g/WLyIYtRFDYsEaplGaTgIgDBdf53vOkKz5mnETf907UFr7aTMieI7r0lgjVT
24
+ i7DjruA7qC1TKB8p0n0QK0eUjaI45kOKj76Ctu9CzG4nza98eWX+H2b4F87b86K5
25
+ gCSGLFro2A55I1SaqTDe1cdP
26
+ =4L6c
27
+ -----END PGP SIGNATURE-----
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mailparser",
3
- "version": "3.9.10",
3
+ "version": "3.9.11",
4
4
  "description": "Parse e-mails",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -25,7 +25,7 @@
25
25
  "libmime": "5.3.8",
26
26
  "linkify-it": "5.0.1",
27
27
  "@zone-eu/mailsplit": "5.4.12",
28
- "nodemailer": "9.0.0",
28
+ "nodemailer": "9.0.1",
29
29
  "punycode.js": "2.3.1",
30
30
  "tlds": "1.261.0"
31
31
  },