Closed yarsort closed 2 years ago
It seems that you are connecting to a POP mail service, can you provide some more details, specifically the log entries above and below the entry?
If necessary, please turn on logging by setting isLogEnabled
to true
in the constructor, e.g. PopClient(isLogEnabled: true, logName: 'myPopService');
.
I found. My POP3 server returned LIST '+OK 20 Messages' and it's no simple '+OK'.
if (line.contains('+OK')) { continue; }
Please replace this sample of code... From "==" to "contains" in expression
Thanks a lot for your contribution - do you know about pull requests? In the future you can suggest changes via PRs and so your contribution would be official :-)
What is this message?