|
|
Browse by Tags
All Tags » MercuryP » pop3 (RSS)
-
I'm having the same problem. Localhost refuses the connection. No other programs running...
telnet localhost:25
Connecting to localhost:25...Could not open connection to the host, on port 23: Connect failed.
----------
telnet localhost:110
Connecting to localhost:110...Could not open connection to the host, on port 23: Connect ...
-
This is a known POP3 problem in all current Mercury Implementations.
The message UID (unique identifier) is computed based on current time, when the time offset changes, each message that is already marked read (filenames with !xxx.cnm) computes a new UID which the email client does not recognize. This causes all emails to be downloaded again, ...
-
This is a patch for MercuryP v4.51 that responds to the POP3 UIDL command slightly differently when the mailbox is empty. It now defaults to sending a NUL list instead of issuing an error.
The default behaviour is now to use NUL lists instead of issuing the error, but this can be changed using an INIfile setting if necessary.
Note that ...
|
|
|