mirror of
https://github.com/nodemailer/wildduck.git
synced 2024-11-13 04:46:33 +08:00
260b9ad422
* 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
10 lines
149 B
Text
10 lines
149 B
Text
node_modules
|
|
.DS_Store
|
|
npm-debug.log
|
|
.npmrc
|
|
config/production.*
|
|
config/development.*
|
|
certs/test-*
|
|
zmta-milter
|
|
zmta-milter.toml
|
|
api-tests-overview.md
|