Playing arround with the beta feature multiple accounts I added some E-Mail accounts - a mix of IMAP & pop3 accounts. e.g GMX pop3 works fine. But there is one pop3 (non SSL) account that can not be accessed. Following error message will be displayed when accessing this account.
POP3 CAPA command failed: -ERR authorization
Propably this is a problem of the '1€ per month' email hosting account - the CAPAbility command is described here http://www.ntmail.co.uk/kb.htm?q=981
POP3 CAPA command failed: -ERR authorization
Propably this is a problem of the '1€ per month' email hosting account - the CAPAbility command is described here http://www.ntmail.co.uk/kb.htm?q=981
PHP Code:
Feb 6, 2010 7:12:43 AM com.openexchange.ajax.Folder actionGetSubfolders
SEVERE: MSG-0008 Category=8 Message=An I/O error occurred POP3 CAPA command failed: -ERR authorization first exceptionID=722065500-8871
MSG-0008 Category=8 Message=An I/O error occurred POP3 CAPA command failed: -ERR authorization first exceptionID=722065500-8871
at com.openexchange.pop3.connect.POP3SyncMessagesCallable.call(POP3SyncMessagesCallable.java:140)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
at java.util.concurrent.FutureTask.run(FutureTask.java:123)
at com.openexchange.pop3.POP3Access.connectInternal(POP3Access.java:384)
at com.openexchange.mail.api.MailAccess.connect0(MailAccess.java:430)
at com.openexchange.mail.api.MailAccess.connect(MailAccess.java:353)
at com.openexchange.mail.MailServletInterfaceImpl.initMailAccess(MailServletInterfaceImpl.java:1320)
at com.openexchange.mail.MailServletInterfaceImpl.initConnection(MailServletInterfaceImpl.java:1297)
at com.openexchange.mail.MailServletInterfaceImpl.getChildFolders(MailServletInterfaceImpl.java:523)
at com.openexchange.ajax.Folder.actionGetSubfolders(Folder.java:973)
at com.openexchange.ajax.Folder.actionGetSubfolders(Folder.java:388)
at com.openexchange.ajax.Folder.actionGet(Folder.java:253)
at com.openexchange.ajax.Folder.doGet(Folder.java:206)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:596)
at com.openexchange.ajax.AJAXServlet.service(AJAXServlet.java:373)
at com.openexchange.ajax.SessionServlet.service(SessionServlet.java:164)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at com.openexchange.ajp13.najp.AJPv13RequestHandlerImpl.doServletService(AJPv13RequestHandlerImpl.java:459)
at com.openexchange.ajp13.AJPv13Request.response(AJPv13Request.java:128)
at com.openexchange.ajp13.najp.AJPv13RequestHandlerImpl.createResponse(AJPv13RequestHandlerImpl.java:302)
at com.openexchange.ajp13.najp.AJPv13ConnectionImpl.createResponse(AJPv13ConnectionImpl.java:189)
at com.openexchange.ajp13.najp.AJPv13Task.call(AJPv13Task.java:346)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
at java.util.concurrent.FutureTask.run(FutureTask.java:123)
at com.openexchange.threadpool.internal.CustomThreadPoolExecutor$Worker.runTask(CustomThreadPoolExecutor.java:735)
at com.openexchange.threadpool.internal.CustomThreadPoolExecutor$Worker.run(CustomThreadPoolExecutor.java:761)
at java.lang.Thread.run(Thread.java:595)
Caused by: java.io.IOException: POP3 CAPA command failed: -ERR authorization first
at com.openexchange.pop3.util.POP3CapabilityCache$CapabilityCallable.call(POP3CapabilityCache.java:356)
at com.openexchange.pop3.util.POP3CapabilityCache$CapabilityCallable.call(POP3CapabilityCache.java:251)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
at java.util.concurrent.FutureTask.run(FutureTask.java:123)
at com.openexchange.pop3.util.POP3CapabilityCache.getCapability0(POP3CapabilityCache.java:225)
at com.openexchange.pop3.util.POP3CapabilityCache.getCapability(POP3CapabilityCache.java:135)
at com.openexchange.pop3.connect.POP3StoreConnector.getPOP3Store(POP3StoreConnector.java:140)
at com.openexchange.pop3.POP3Access.ping(POP3Access.java:323)
at com.openexchange.mailaccount.servlet.request.MailAccountRequest.checkMailServerURL(MailAccountRequest.java:474)
at com.openexchange.mailaccount.servlet.request.MailAccountRequest.actionValidateBoolean(MailAccountRequest.java:409)
at com.openexchange.mailaccount.servlet.request.MailAccountRequest.actionValidate(MailAccountRequest.java:337)