Commit graph

14 commits

Author SHA1 Message Date
NickOvt
260b9ad422
chore(tests): Zms 86 mailboxes (#501)
* added new file to test git repo setup

* added mailboxes tests part 1, POST to /users/{user}/mailboxes

* mailboxes tests GET /users/{user}/mailboxes

* remove .only

* fix returned value check

* remove text.txt. Fix mailboxes-test.js test run name

* fix GET request tests. Add tests for GET /users/{user}/mailboxes/{mailbox}

* added tests for PUT /users/{user}/mailboxes/{mailbox}

* added couple more PUT tests. Added tests for DELETE /users/{user}/mailboxes/{mailbox}. Fixed namings in some places

* remove unnecessary .send(), add generated md file to gitignore

* add new line to gitignore
2023-09-21 12:52:18 +03:00
Andris Reinman
6b42cc5c28
fix(release): Added package-lock required for pubslishing 2023-09-05 11:14:08 +03:00
Andris Reinman
032c468e8a
prefer user email as the username for plugins 2022-06-27 11:49:07 +03:00
Andris Reinman
53cda36329 Upgrade Mongodb library from 3 to 4
update
2021-08-30 11:21:50 +03:00
Andris Reinman
cc11785cc6 updated example emails 2018-04-28 22:44:38 +03:00
Andris Reinman
4b3823e947 updated example welcome message 2018-01-26 11:39:08 +02:00
Andris Reinman
f117a6f6d9 fix condition where message was not inserted if a partially stored attachment already existed 2017-09-13 12:48:43 +03:00
Andris Reinman
2f516612ea Allow linking images to initial email HTML 2017-08-09 11:49:52 +03:00
Andris Reinman
b5fdbcd3e1 Allow using external resources for default messages 2017-08-04 14:07:17 +03:00
Andris Reinman
12585229a3 Allow specifying defualt emails for created users 2017-07-31 14:16:50 +03:00
Andris Reinman
a54af5b503 Changed configuration manager 2017-07-16 14:37:33 +03:00
Andris Reinman
da967e13a6 first threading version 2017-07-11 21:38:23 +03:00
Andris Reinman
5cb89fb7da Working POP3 implementation 2017-04-09 12:33:10 +03:00
Andris Reinman
afd8abccc4 Initial preview 2017-03-05 23:45:50 +02:00