[Bug 259214] New: Bad commands sent to the server after sending email [Exchange]

Thiago Macieira thiago at kde.org
Wed Dec 8 13:49:13 GMT 2010


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

           Summary: Bad commands sent to the server after sending email
                    [Exchange]
           Product: Akonadi
           Version: 1.4.80
          Platform: Compiled Sources
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: NOR
         Component: IMAP resource
        AssignedTo: ervin at kde.org
        ReportedBy: thiago at kde.org
                CC: vkrause at kde.org, kdepim-bugs at kde.org


Version:           1.4.80 (using Devel) 
OS:                Linux

After I've sent an email, the IMAP resource uploads the email just sent to the
"Sent Items" folder. However, it sends some bad commands afterwards:

IMAP log:
S: A000519 OK APPEND completed.
C: A000520 SELECT "Sent Items"
S: * 4683 EXISTS
S: * 1 RECENT
S: * FLAGS ( \Seen \Answered \Flagged \Deleted \Draft $MDNSent )
S: * OK Permanent flags [ PERMANENTFLAGS ( \Seen \Answered \Flagged \Deleted
\Draft $MDNSent )  ]
S: * OK UIDVALIDITY value [ UIDVALIDITY 555  ]
S: * OK The next unique identifier value [ UIDNEXT 8452  ]
S: A000520 OK SELECT completed. [ READ-WRITE  ]
C: A000521 UID SEARCH NEW UID 8451:*
S: * SEARCH
S: A000521 OK SEARCH completed.
C: A000522 UID STORE  FLAGS (\Seen $SENT)
S: A000522 BAD Command Argument Error. 11

The new message got UID 8451, but the server didn't report it in the APPEND
command. The SEARCH command returned 0 results.

The bad command is the UID STORE one, which forgets to pass the UID to the
server (probably because of the 0 results in SEARCH). Note the two spaces
between STORE and FLAGS.

Reproducible: Always




OS: Linux (i686) release 2.6.35.2-server-1mnb
Compiler: gcc

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the Kdepim-bugs mailing list