Displaying 1 result from an estimated 1 matches for "permsg".
Did you mean:
  perms
  
2008 Oct 15
1
Bug: MODSEQ FETCH return (?)
...things are well :)  Playing around with the CONDSTORE  
(RFC 4551) stuff while testing the IMAP lib I am writing and I think I  
have found a bug in Dovecot 1.2.
RFC 4551 [4] identifies the FETCH response to a MODSEQ request as follows:
    fetch-mod-resp      = "MODSEQ" SP "(" permsg-modsequence ")"
with 'permsg-modsequence' defined as:
    permsg-modsequence  = mod-sequence-value
                           ;; per message mod-sequence
Unfortunately, Dovecot 1.2 is returning as follows:
S: * 1 FETCH (UID 1 MODSEQ 3 FLAGS (\Flagged \Deleted \Recent))
Where, u...