[Bug 311456] New: imap idle is not working with GSSAPI

markus hetzenecker markus.hetzenecker at uibk.ac.at
Mon Dec 10 09:55:56 GMT 2012


https://bugs.kde.org/show_bug.cgi?id=311456

            Bug ID: 311456
          Severity: normal
           Version: 4.9.3
          Priority: NOR
          Assignee: kdepim-bugs at kde.org
           Summary: imap idle is not working with GSSAPI
    Classification: Unclassified
                OS: Linux
          Reporter: markus.hetzenecker at uibk.ac.at
          Hardware: Fedora RPMs
            Status: UNCONFIRMED
         Component: general
           Product: kmail2

send an email and see if kmail shows "new mail"
This is working with other imap accounts, but using plain authentication.
it is also working with the imap account in question with plain authentication,
but not with GSSAPI authentication.

Reproducible: Always

Steps to Reproduce:
1. create imap access, configure plain authentication.
2. send an email to this account and kmail should show "new mail".
3. switch to GSSAPI authenitcation and restart akonadi/kmail.
4. send email to this account, but kmail keeps quiet.
Actual Results:  
kmail doesn`t show "new mail"

Expected Results:  
kmail shows "new mail"

debug with export KIMAP_LOGFILE=/tmp/imaplog

working connection has one file per imap access
not working (with GSSAPI auth) has 2 files:

imaplog.7111.1 :
C: A000003 CAPABILITY
S: * CAPABILITY IMAP4 IMAP4rev1 LITERAL+ ID LOGINDISABLED COMPRESS=DEFLATE ACL
RIGHTS=kxte QUOTA MAILBOX-REFERRALS NAMESPACE UIDPLUS NO_ATOMIC_RENAME UNSELECT
CHILDREN MULTIAPPEND BINARY SORT SORT=MODSEQ THREAD=ORDEREDSUBJECT
THREAD=REFERENCES ANNOTATEMORE CATENATE CONDSTORE SCAN IDLE LISTEXT
LIST-SUBSCRIBED X-NETSCAPE URLAUTH
S: A000003 OK Completed
C: A000004 NAMESPACE
S: * NAMESPACE ( ("" ".") ) ( ("Other Users." ".") ) ( ("Shared Folders." ".")
)
S: A000004 OK Completed
C: A000005 LIST "" *
S: * LIST ( \Noinferiors ) . INBOX
--- some lines not included ---
S: A000005 OK Completed ( 0.000 secs 17 calls )
C: A000006 LOGOUT
S: * BYE LOGOUT received
S: A000006 OK Completed

imaplog.7111.2 :
C: A000003 CAPABILITY
S: * CAPABILITY IMAP4 IMAP4rev1 LITERAL+ ID LOGINDISABLED COMPRESS=DEFLATE ACL
RIGHTS=kxte QUOTA MAILBOX-REFERRALS NAMESPACE UIDPLUS NO_ATOMIC_RENAME UNSELECT
CHILDREN MULTIAPPEND BINARY SORT SORT=MODSEQ THREAD=ORDEREDSUBJECT
THREAD=REFERENCES ANNOTATEMORE CATENATE CONDSTORE SCAN IDLE LISTEXT
LIST-SUBSCRIBED X-NETSCAPE URLAUTH
S: A000003 OK Completed
C: A000004 NAMESPACE
S: * NAMESPACE ( ("" ".") ) ( ("Other Users." ".") ) ( ("Shared Folders." ".")
)
S: A000004 OK Completed
C: A000005 LIST "" *
S: * LIST ( \Noinferiors ) . INBOX
S: A000005 OK Completed ( 0.000 secs 17 calls )
C: A000006 SELECT "INBOX"
S: * FLAGS ( \Answered \Flagged \Draft \Deleted \Seen $ENCRYPTED $SENT
$ATTACHMENT )
S: * OK [ PERMANENTFLAGS ( \Answered \Flagged \Draft \Deleted \Seen $ENCRYPTED
$SENT $ATTACHMENT \* )  ]
S: * 7 EXISTS
--- next lines not included ---
--- no idle command


a working log file shows at the end:
C: A000007 IDLE
S: + idling
S: * OK Still here

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Kdepim-bugs mailing list