Luciano991 said:
Many thanks for your reply. The version of Outlook is 2003. The ISP is
comcast (comcast.net). Can you be more specific about how to do a
troubleshooting login and a Mail poll.
Thanks,
Sorry, "loggin" should've been "logging" (and not "login" with a doubled
"g"). Brian already gave the info on how to enable troubleshooting
logging in OL2003. Alternatively, you can use 'telnet' to make a
connection with the POP mail host to send the commands manually. In a
DOS shell, run:
telnet mail.comcast.net 110
where 110 is the default port number for the listening port of the POP
mail host. Then enter your login credentials:
user <yourname>
pass <yourpassword>
The check how many items the mail host reports to the client are in the
mailbox:
list
uidl
You'll get back an +OK status followed by a message count. That is
followed by a list of those messages: LIST shows their index number and
UIDL shows their unique IDs. If a single line is returned that begins
with a period character (".") then a null list is returned, which is
what you would expect if you got back "+OK 0 messages" for the status.
To exit the telnet session, enter:
quit