mirror of
https://github.com/nodemailer/wildduck.git
synced 2024-12-27 02:10:52 +08:00
v1.31.3
This commit is contained in:
parent
2a704ea951
commit
c024715fde
2 changed files with 3 additions and 3 deletions
|
@ -508,8 +508,8 @@ class MessageHandler {
|
|||
let updateAddressRegister = next => {
|
||||
let addresses = [];
|
||||
|
||||
if (messageData.junk) {
|
||||
// skip junk messages
|
||||
if (messageData.junk || flags.includes('\\Draft')) {
|
||||
// skip junk and draft messages
|
||||
return next();
|
||||
}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "wildduck",
|
||||
"version": "1.31.2",
|
||||
"version": "1.31.3",
|
||||
"description": "IMAP/POP3 server built with Node.js and MongoDB",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue