issues
search
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
Mailboxes.js added Joi schema to validate subpath length and count. Values bigger than specified max do not pass validation
Added new mailboxes tests accordingly
Added same functionality straight in mailboxes-handler.js as well
Added IMAP tests accordingly
Fix IMAP
RENAME
command small bug, where the specified error code would always be
TEMPFAIL
now it is
err.code || TEMPFAIL
RENAME
command small bug, where the specified error code would always beTEMPFAIL
now it iserr.code || TEMPFAIL