1

Topic: Delete email from iredMail Server using node js Pop3

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release):
- Deployed with iRedMail Easy or the downloadable installer?
- Linux/BSD distribution name and version:
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
- Web server (Apache or Nginx):
- Manage mail accounts with iRedAdmin-Pro?
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====
Hi Team, I want to know how can we delete single email using POP3 libraries from node js. When I am trying to delete or read single email from my code, I am getting below error:

"Error: Noise after message number: dbc6656b1-eee62319-d2a4-4595-a46d-adf1a2d16576-000000@ap-south-1.amazonses.com"

Please suggest.

Post's attachments

error.PNG
error.PNG 19.49 kb, 1 downloads since 2021-12-21 

You don't have the permssions to download the attachments of this post.

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Delete email from iredMail Server using node js Pop3

That question is related to node.js and not to iredmail

3 (edited by shilpasjoshi2 2021-12-21 16:32:27)

Re: Delete email from iredMail Server using node js Pop3

Cthulhu wrote:

That question is related to node.js and not to iredmail

What API does iredMail Server has for deleting or reading a single message or which libraries we should use. Because no matter what language/ library we use, we are getting error:

"Noise after message number"

Please suggest.

4

Re: Delete email from iredMail Server using node js Pop3

it doesnt have an api, it is pop3 or imap protocol

5

Re: Delete email from iredMail Server using node js Pop3

Ok thanks for your reply. But when we are trying with POP3 protocol, retr or delete function it gives error:

"Error: Noise after message number: dbc6656b1-eee62319-d2a4-4595-a46d-adf1a2d16576-000000@ap-south-1.amazonses.com"

Is it coming from iredMail server, can you please suggest, because no matter what message id I use, the message id in error remain the same (one mentioned above).

Any help is greatly appreciated please.. smile

6

Re: Delete email from iredMail Server using node js Pop3

then it should produce a log entry in either pop3.log or mail.log