[Bug 259160] New: Signed email cannot be marked as read [Exchange server]

Thiago Macieira thiago at kde.org
Tue Dec 7 18:54:11 GMT 2010


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

           Summary: Signed email cannot be marked as read [Exchange
                    server]
           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

When you read an email that was PGP-signed, the message isn't marked as
seen/read on the server. It seems that the Exchange server doesn't like the
$SIGNED flag and ignores the entire command.

Fetching it:
C: A000006 FETCH 9 (RFC822.SIZE INTERNALDATE BODY.PEEK[] FLAGS UID)
[contents]
 FLAGS () UID 30051 )
S: A000006 OK FETCH completed.

After I browse over it in KMail2:
C: A000542 UID STORE 30051 FLAGS (\Seen $SIGNED)
S: A000542 BAD Command Argument Error. 11

If I use the web interface, I can confirm that the email was still unread.

The flag is kept after moving the email:
C: A000543 UID COPY 30051 "INBOX/processed"
S: A000543 OK COPY completed.
...
C: A000548 SELECT "INBOX/processed"
...
C: A000549 FETCH 1 (FLAGS UID)
S: * 1 FETCH ( FLAGS () UID 8551 )
S: A000549 OK FETCH completed.


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