This commit is contained in:
fullgream 2025-05-16 03:22:13 +03:00
parent 83efeca7ce
commit c5bd42ece7

View File

@ -35,7 +35,7 @@ class POP3 extends EventEmitter {
).map(async x => { ).map(async x => {
x[1] = { x[1] = {
uid: x[1], uid: x[1],
msg: await await pop3.pop3cmd.RETR(+x[0]) msg: await pop3.pop3cmd.RETR(+x[0])
} }
return x; return x;
}); });