Dick, > Your mail server does not allow you to leave your e-mail on it. This > option will be turned off, and your e-mail will be deleted off the > server the next time you download e-mail from it. Account: 'XXXX', > Server: 'mail.xxxxx.xxx.com', Protocol: POP3, Port: 110, > Secure(SSL): No, Error Number: 0x800420CB
This would, taken literally, suggest that the server is not accepting a RETR without a DELE, but that restriction is not an option in Imail that I know of. The POP3_NO_STORE (the MS error name) could be due to file access permissions or disk/mailbox quota issues, which might trigger a generic post-QUIT error that OE takes as meaning that the outcome of the last session didn't go well, and that next time, a DELE is mandated. Once you acknowledge the error, can you receive/store any new mail up to a certain count? To eliminate OE as the problem, try to get your messages using Telnet: USER <username> PASS <password> LIST RETR <message number> QUIT If you get other than '+ok' after you quit, let us know what the response is. -Sandy Please visit http://www.ipswitch.com/support/mailing-lists.html to be removed from this list. An Archive of this list is available at: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Please visit the Knowledge Base for answers to frequently asked questions: http://www.ipswitch.com/support/IMail/
