-
-
Notifications
You must be signed in to change notification settings - Fork 270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zms 90 #503
Conversation
NickOvt
commented
Sep 22, 2023
- Create, Update, Delete functions in mailboxes-handler.js updated to have better and more informative error output
- Tests updated accordingly
- mailboxes.js API file also updated and unnecessary parts are removed
…riate http status codes, fixed tests
This test seems to fail for some reason now, will investigate. |
Uppercase error codes are special IMAP responses, and these must stay the same. Not sure what to do with these. Maybe create some kind of wrapper that normalizes IMAP error codes for more readable codes for the API responses 🤔 |
…andler error codes and http status response codes, fix tests
in file |
Also fixed imap-core create function so it returns correct error instead of hardcoded TEMPFAIL value |