RE: IMAP E-mail Checking?
Hi,
It doesn't appear to me that Messenger Plus! supports IMAP checking. I personally don't use that feature at all, but it is prominently named "POP3 E-mail", which probably means what it sounds like.
This limitation is easy to understand. The nature of IMAP protocol is quite different -- it actually allows manipulation and permanent storage of messages among multiple folders on the server, while POP3 is far simpler and only supports downloading to the client. Determining what is or isn't new over IMAP is a lot more work than it is over POP3.
That said, it is a common practice to have the mail server support both. You can test whether POP3 is supported by your server by telnetting to port 110. Using your example, you would open a command prompt window and type:
telnet mail.qut.edu.au 110
If it connects and you see a response beginning with "+OK", there is a working POP3 server there. If it times out, then there isn't.
I attempted this to save you the trouble, but couldn't connect on either POP3 (110) or IMAP (143) ports -- which suggests that isn't the right server name, or outside connections are not allowed. You may get different results being on the campus.
|