[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: new user with problems :)



Thanks, hacking nnimap still doesn't work :_( here are the debug
files:
                 * nnimap-degug *
======================================================================
1 -> nnimap-server-opened: server="yoyo"
1 <- nnimap-server-opened: nil
======================================================================
1 -> nnimap-open-server: server="yoyo" defs=((nnimap-server-address
"jbarreir.mailbox.cern.ch") (nnimap-list-pattern "INBOX"))
| 2 -> nnimap-server-opened: server="yoyo"
| 2 <- nnimap-server-opened: nil
1 <- nnimap-open-server: nil
======================================================================
1 -> nnimap-server-opened: server="yoyo"
1 <- nnimap-server-opened: nil
======================================================================
1 -> nnimap-request-close: 
1 <- nnimap-request-close: nil
  
                       * imap-debug *

| 2 -> imap-open-server: server="jbarreir.mailbox.cern.ch" port=nil
buffer=" *nnimap* yoyo" local-defs=nil
| | 3 -> imap-close-server: buffer=nil autologout=nil
| | 3 <- imap-close-server: t
| 2 <- imap-open-server: #<buffer  *nnimap* yoyo>
| 2 -> imap-send-command-wait: command="CAPABILITY" buffer=" *nnimap*
yoyo"
| | 3 -> imap-send-command: command="CAPABILITY" buffer=nil callback=nil
| | 3 <- imap-send-command: "A1"
| | 3 -> imap-wait-for-tag: tag="A1"
| | | 4 -> imap-dispatch: tag=* response=OK data=([] "mail4 IMAP4rev1
v11.237 server ready")
| | | | 5 -> imap-cb-response: response=OK code=[] string="mail4 IMAP4rev1
v11.237 server ready"
| | | | 5 <- imap-cb-response: nil
| | | 4 <- imap-dispatch: nil
| | | 4 -> imap-dispatch: tag=* response=CAPABILITY data=(IMAP4 IMAP4REV1
NAMESPACE IDLE SCAN SORT AUTH=LOGIN THREAD=ORDEREDSUBJECT)
| | | | 5 -> imap-cb-capability: code=CAPABILITY capabilities=(IMAP4
IMAP4REV1 NAMESPACE IDLE SCAN SORT AUTH=LOGIN THREAD=ORDEREDSUBJECT)
| | | | 5 <- imap-cb-capability: (IMAP4 IMAP4REV1 NAMESPACE IDLE SCAN SORT
AUTH=LOGIN THREAD=ORDEREDSUBJECT)
| | | 4 <- imap-dispatch: nil
| | | 4 -> imap-dispatch: tag=A1 response=OK data=([] "CAPABILITY
completed")
| | | | 5 -> imap-cb-response: response=OK code=[] string="CAPABILITY
completed"
| | | | 5 <- imap-cb-response: nil
| | | 4 <- imap-dispatch: nil
| | 3 <- imap-wait-for-tag: (OK ([] "CAPABILITY completed"))
| 2 <- imap-send-command-wait: (OK ([] "CAPABILITY completed"))
| 2 -> imap-close-server: buffer=" *nnimap* yoyo" autologout=nil
| | 3 -> imap-send-command-wait: command="LOGOUT" buffer=nil
| | | 4 -> imap-send-command: command="LOGOUT" buffer=nil callback=nil
| | | 4 <- imap-send-command: "A2"
| | | 4 -> imap-wait-for-tag: tag="A2"
| | | | 5 -> imap-dispatch: tag=* response=BYE data=([] "mail4 IMAP4rev1
server terminating connection")
| | | | | 6 -> imap-cb-bye: bye=BYE nothing=[] string="mail4 IMAP4rev1
server terminating connection"
| | | | | 6 <- imap-cb-bye: "Called on BYE.   This is most likely an
autologout.  Clean up."
| | | | 5 <- imap-dispatch: nil
| | | | 5 -> imap-dispatch: tag=A2 response=OK data=([] "LOGOUT
completed")
| | | | | 6 -> imap-cb-response: response=OK code=[] string="LOGOUT
completed"
| | | | | 6 <- imap-cb-response: nil
| | | | 5 <- imap-dispatch: nil
| | | 4 <- imap-wait-for-tag: (OK ([] "LOGOUT completed"))
| | 3 <- imap-send-command-wait: (OK ([] "LOGOUT completed"))
| 2 <- imap-close-server: t

                         * imap-log *

A1 CAPABILITY
* OK mail4 IMAP4rev1 v11.237 server ready
* CAPABILITY IMAP4 IMAP4REV1 NAMESPACE IDLE SCAN SORT AUTH=LOGIN
THREAD=ORDEREDSUBJECT
A1 OK CAPABILITY completed
A2 LOGOUT
* BYE mail4 IMAP4rev1 server terminating connection
A2 OK LOGOUT completed