nodemailer / wildduck

Opinionated email server
https://wildduck.email/
European Union Public License 1.2
1.92k stars 268 forks source link

ZMS-169 #732

Closed NickOvt closed 2 months ago

NickOvt commented 2 months ago
  1. Mailboxes.js added Joi schema to validate subpath length and count. Values bigger than specified max do not pass validation
  2. Added new mailboxes tests accordingly
  3. Added same functionality straight in mailboxes-handler.js as well
  4. Added IMAP tests accordingly
  5. Fix IMAP RENAME command small bug, where the specified error code would always be TEMPFAIL now it is err.code || TEMPFAIL