質問

I'm trying to use GMail to access another email acocunt using POP3. I have put in my username and password and am trying to connect to the server on port 143. I get the following error:

Server returned error: "Missing +OK response upon connecting to the server: * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE STARTTLS LOGINDISABLED] Dovecot ready."

Can anyone tell me what this means? Am I connecting to the wrong server? The email administrator is being very unresponsive to my queries.

役に立ちましたか?

解決

The error you are seeing is an IMAP server error not POP3, so either connect to POP3's port (110) or connect using an IMAP client to port 143.

他のヒント

Gmail does not support IMAP (yet?) You need to have a POP3 server.

"Missing +OK response upon connecting to the server" is typical answer from a POP3 client trying to get mails from an IMAP server

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top