Commit graph

1758 commits

Author SHA1 Message Date
Andris Reinman
a2b2053222
v1.37.3 2022-07-19 13:26:42 +03:00
Andris Reinman
35d7dff0da
v1.37.2 2022-07-19 09:22:46 +03:00
Andris Reinman
7cc5b2b75c
v1.37.1 2022-07-18 23:06:41 +03:00
Andris Reinman
f7d9c75cfb
Use buffers for BIMI docs 2022-07-18 23:03:56 +03:00
Andris Reinman
a1a77d2414
Merge pull request #410 from nodemailer/1.37.0
v1.37.0
2022-07-18 20:35:44 +03:00
Andris Reinman
14d2351123
v1.37.0 2022-07-18 20:24:04 +03:00
Andris Reinman
6fd546a418
Merge pull request #409 from nodemailer/feature-update-range-end
Allow wildcard UID range for message updates
2022-07-08 12:32:44 +03:00
Andris Reinman
70afcd44c8
Allow range from UID to end for message updates 2022-07-08 12:23:36 +03:00
Andris Reinman
32555ca2fd
Merge pull request #408 from nodemailer/fix-extra-pull
Removed extra $pull
2022-07-07 13:20:02 +03:00
Andris Reinman
6a5e6f7793
Removed extra $pull 2022-07-07 13:01:10 +03:00
Andris Reinman
6a7d8f2bfe
Merge pull request #407 from nodemailer/settings-related-fixes
Improved IMAP/POP3 upload/download error handling
2022-07-05 13:05:00 +03:00
Andris Reinman
aaa28c1df4
Updated package.json for CI tests 2022-07-05 12:59:56 +03:00
Andris Reinman
0c11dff641
updated workflow file 2022-07-05 12:55:09 +03:00
Andris Reinman
6907c9341d
updated workflow file 2022-07-05 12:49:28 +03:00
Andris Reinman
be7c9a4bc1
updated workflow file 2022-07-05 12:48:34 +03:00
Andris Reinman
7c98fbdc4b
updated workflow file 2022-07-05 12:48:07 +03:00
Andris Reinman
efdf75f484
updated workflow file 2022-07-05 12:44:29 +03:00
Andris Reinman
a7b8d543d5
updated workflow file 2022-07-05 12:38:04 +03:00
Andris Reinman
a7514e87c3
updated workflow file 2022-07-05 12:34:10 +03:00
Andris Reinman
d63462aba6
updated workflow file 2022-07-05 12:30:02 +03:00
Andris Reinman
56314cc7cf
updated workflow file 2022-07-05 12:27:00 +03:00
Andris Reinman
019a4222be
updated workflow file 2022-07-05 12:24:45 +03:00
Andris Reinman
8a16aeaf71
updated workflow file 2022-07-05 12:20:35 +03:00
Andris Reinman
0157685b94
updated workflow file 2022-07-05 12:18:29 +03:00
Andris Reinman
5b6b5067af
Use Github actions to run tests 2022-07-05 12:04:18 +03:00
Andris Reinman
04ba496dc7
bunch of fixes 2022-07-05 11:57:57 +03:00
Andris Reinman
25e79a39f1
Merge pull request #406 from nodemailer/feature-limit-asps
Feature: limit application passwords
2022-07-04 17:20:05 +03:00
Andris Reinman
f8af999040
allow to configure ASP limit dynamically 2022-07-04 17:18:07 +03:00
Andris Reinman
d7cbfccb79
Set a maximum limit for application passwords (50) 2022-07-04 16:52:08 +03:00
Andris Reinman
79261d63fb
Merge pull request #405 from nodemailer/feature-queue-plugins
Plugin support for submitting emails via API
2022-06-27 11:53:48 +03:00
Andris Reinman
032c468e8a
prefer user email as the username for plugins 2022-06-27 11:49:07 +03:00
Andris Reinman
009cec0220
Merge pull request #404 from nodemailer/feature-queue-plugins
Provide user id and origin IP for plugins
2022-06-21 11:14:18 +03:00
Andris Reinman
28cf0e9ff1
Include user id and origin IP as part of the envelope value provided to plugins 2022-06-21 11:12:59 +03:00
Andris Reinman
ee35ec328f
Merge pull request #403 from nodemailer/feature-queue-plugins
Added partial support for running ZoneMTA plugins for message queueing
2022-06-21 10:35:55 +03:00
Andris Reinman
73e01827cb
Added partial support for running Zone-mta plugins for message queueing 2022-06-21 10:30:26 +03:00
Andris Reinman
5da63a290d
Allow to specify relaying party ID for Webauthn requests 2022-06-07 12:08:41 +03:00
Andris Reinman
4c542be9c0
Force rehashing of DES hashes 2022-05-24 17:09:24 +03:00
Andris Reinman
ead8ce0f1c
Merge pull request #400 from nodemailer/feature-des-hash
Added support for DES password hashes
2022-05-24 16:04:28 +02:00
Andris Reinman
7ef45b2307
Added support for DES password hashes 2022-05-24 17:01:45 +03:00
Andris Reinman
c4c76ee869
Merge pull request #398 from jissepo/patch-3
Webauthn registration now only excludes same type credentials
2022-05-24 15:15:38 +02:00
jissepo
cf401233cb
Webauthn registration now only excludes same type credentials
This fixes what seems to be a Mac fingerprint reader specific error, where if you have a cross platform authenticator registered, and then try to register a platform authenticator the credentials.create() function always end-s up timing out. 
But returning only the same type of credentials fixes this.
2022-05-24 13:13:29 +03:00
Andris Reinman
4a36faf973
Merge pull request #397 from jissepo/patch-2
Added rpId to webauthnAssertAuthentication expectations
2022-05-24 12:03:40 +02:00
jissepo
fda7f199ad
Added rpId to webauthnAssertAuthentication expectations
This allows for authentication from subdomains. Fido2Lib.assertionResult compares the rpIdHash returned by the users browser, and since the key is created on the main domain it can't use the passed in origin for the hash comparison. 

The related Fido2Lib line: a5003fa5bf/lib/validator.js (L437)
2022-05-24 11:43:19 +03:00
Andris Reinman
46961586c5
Changed permissions for deleteing webauthn token 2022-05-18 09:17:04 +03:00
Andris Reinman
6bd2677abc
fixed copy-pasta errors in openapi definition 2022-05-16 15:42:05 +03:00
Andris Reinman
ee56f13859
fix updated interval 2022-05-16 12:11:41 +03:00
Andris Reinman
592e00b407
Merge pull request #396 from nodemailer/feature-search-apply
Allow batch updating messages based on search query
2022-05-16 11:08:36 +02:00
Andris Reinman
ec3ec86846
Allow batch updating messages based on search query 2022-05-16 12:08:06 +03:00
Andris Reinman
207c1e5d4a
Merge pull request #395 from nodemailer/feature-html-dom
Use html parser when preprocessing HTML for message submit structures
2022-05-16 08:34:25 +02:00
Andris Reinman
f47ac59f4b
use html parser when preprocessing HTML for message submit structures 2022-05-16 09:32:01 +03:00