Commit graph

1808 commits

Author SHA1 Message Date
Andris Reinman 559102269a
install mongo cli 2022-11-24 16:50:33 +02:00
Andris Reinman 2d908a1fd5
install mongo cli 2022-11-24 16:46:26 +02:00
Andris Reinman 783ca5a333
install mongo cli 2022-11-24 16:45:07 +02:00
Andris Reinman c1375b7f0a
install mongo cli 2022-11-24 16:42:17 +02:00
Andris Reinman 19af48e3fb
install mongo cli 2022-11-24 16:32:53 +02:00
Andris Reinman a61d382a1d
install mongo cli 2022-11-24 16:22:26 +02:00
Andris Reinman c8130de04f
install mongo cli 2022-11-24 16:20:40 +02:00
Andris Reinman 4093517d8a
install mongo cli 2022-11-24 16:18:41 +02:00
Andris Reinman 145b889e51
install mongo cli 2022-11-24 16:15:39 +02:00
Andris Reinman ef9a47352d
updated restify error response 2022-11-24 16:04:06 +02:00
Andris Reinman 5a48c662d6
Make sure that wrapped middleware does not return anything 2022-11-24 15:57:11 +02:00
Andris Reinman 4686b81875
Added restifyError handler 2022-11-24 13:21:10 +02:00
Andris Reinman e27eea14ff
Upgraded to Restify v9. Removed next() calls. 2022-11-24 12:26:10 +02:00
Andris Reinman 1680a12edf
Merge branch 'master' of github.com:nodemailer/wildduck 2022-11-18 22:24:37 +02:00
Andris Reinman 71b66f48a0
Fixed webhooks with multi db setup 2022-11-18 22:24:29 +02:00
Andris Reinman ee74190e5f
Merge pull request #437 from KZumbusch/issue-436
Issue 436: POP3 AUTH PLAIN not working for certain username and password lengths
2022-11-18 10:28:16 +02:00
Kay Zumbusch b2b4338b15 issue 436: fix regular expression for base64 validation 2022-11-17 20:00:10 +01:00
Andris Reinman e17123cf2f
Use node 16 in Dockerfile 2022-11-16 14:38:15 +02:00
Andris Reinman c912b8d3f2
Merge pull request #435 from nodemailer/ZMS-62
Fixed acme cert upgrade
2022-11-16 11:47:33 +02:00
Andris Reinman 8db04520d6
Fixed acme cert upgrade 2022-11-16 11:38:56 +02:00
Andris Reinman d9846dea0f
Merge pull request #434 from nodemailer/zms-60
Use charset comverter from libmime
2022-11-10 10:47:11 +02:00
Andris Reinman 2c8033dd6f
removed unnused identifier 2022-11-10 10:17:28 +02:00
Andris Reinman 05e3115fa7
Use charset comverter from libmime 2022-11-10 10:10:39 +02:00
Andris Reinman e66257ea80
Merge pull request #431 from nodemailer/ZMS-55
Added new option 'bimi' for message uploads
2022-11-03 13:55:11 +02:00
Andris Reinman 15fe3c28dc
Added new option 'bimi' for message uploads 2022-11-03 13:50:17 +02:00
Andris Reinman 32e6d3cc10
Merge pull request #429 from nodemailer/zms-48
zms-48
2022-10-07 10:22:14 +03:00
Andris Reinman 0d327c1315
Added preauth API endpoint 2022-10-07 10:13:05 +03:00
Andris Reinman 3012a73259
Merge pull request #428 from nodemailer/zms-49
Account export and import
2022-10-06 14:02:41 +03:00
Andris Reinman 4437a60a3b
Added account export and import API endpoints 2022-10-06 13:57:06 +03:00
Andris Reinman e213df2255
started with import stream parser 2022-09-20 15:49:14 +03:00
Andris Reinman c1acc970d1
started with export/import feature 2022-09-20 15:35:10 +03:00
Andris Reinman ef6fb48b3f
v1.37.5 2022-09-20 11:25:44 +03:00
Andris Reinman 3b138ef4b1
Include BIMI info in message listing 2022-08-31 12:30:13 +03:00
Andris Reinman d3efe41bfb
Mark sent messages as seen 2022-08-24 12:07:14 +03:00
Andris Reinman c89630d2e3
v1.37.4 2022-08-23 15:09:25 +03:00
Andris Reinman 6a121b279c
Merge pull request #423 from nodemailer/task-zms-43
Log message restore info to Gelf
2022-08-23 10:08:43 +03:00
Andris Reinman 4dfee77bf3
Log message restore info to Gelf 2022-08-23 10:04:26 +03:00
Andris Reinman 9c61d147df
Skip BIMI SVG errors if VMC validation succeeded 2022-08-17 22:13:02 +03:00
Andris Reinman f401957c68
Merge pull request #417 from nodemailer/fix-cert-ca
Fixed CA handling for SNI certificates
2022-08-16 15:30:30 +03:00
Andris Reinman 3f738389ba
Fixed CA handling for SNI certificates 2022-08-16 15:22:47 +03:00
Andris Reinman d8150b7d2b
Merge pull request #416 from jissepo/patch-4
Remove credential transport type from authenticationOptions allowed credentials list
2022-08-15 14:00:01 +03:00
jissepo 357b39c880
Remove credential transport type from authenticationOptions allowed credentials list
This is marked as SHOULD in the spec, but it causes chrome 103 to not display "android phone" as a suitable option for authentication even if it is added and the hybrid transportation type is added to the allowed list.
2022-08-15 13:43:45 +03:00
Andris Reinman 09adf8ca09
Merge pull request #415 from nodemailer/task-ZMS-39
Added message size value to the response of message upload request
2022-08-09 11:24:34 +03:00
Andris Reinman a8348e893a
Added message size value to the response of message upload request 2022-08-09 11:11:06 +03:00
Andris Reinman c6007001e0
Merge pull request #412 from nodemailer/feature-limit-filters
Allow to limit the count of filters per account
2022-07-28 12:10:46 +03:00
Andris Reinman 957359c528
Allow to limit the count of filters per account 2022-07-28 11:54:26 +03:00
Andris Reinman be99dcd4b6
updated hashes 2022-07-19 14:00:19 +03:00
Andris Reinman 5b397965bc
updated haraka install script 2022-07-19 14:00:05 +03:00
Andris Reinman 2d20b3675a
updated install hashes 2022-07-19 13:57:49 +03:00
Andris Reinman 4319b1c62c
updated haraka install command 2022-07-19 13:55:47 +03:00