0 votes

Today our POP3 got an error on a specific gmail, I guess it is related to gmail content instead of your Mail component, because only one email has this issue and others are fine, do you know if any reason may cause it?

Limilabs.Client.POP3.Pop3ResponseException: [SYS/TEMP] 
Unable to retrieve rfc822msgid:<BY1..@BY..27.namprd11.prod.outlook.com>
   at Limilabs.Client.POP3.Pop3.SendMultiLineCommand(String command, Boolean throwException)
   at Limilabs.Client.POP3.Pop3.GetMessageByNumber(Int64 messageNumber)
   at Limilabs.Client.POP3.Pop3.GetMessageByUID(String uid)
by

1 Answer

0 votes

This is the server side error - meaning the server reports it to Mail.dll. There is nothing you can do about it.

It seems that it has some problems processing this message. It is very strange as it shows the message id, while the error is 'Unable to retrieve rfc822msgid'

The only thing you can do is report that to your server administrator, google search revels this is a common Gmail problem.

Of course, as you have full message id, you could delete this message, to prevent your POP server from rising this error again.

by (297k points)
edited by
...