Hi,

i would like to ask about this ticket in Horde/IMP software:
http://bugs.horde.org/ticket/11946

Newest version of Horde/IMP stopped behave correctly when opening unseen 
messages. The result from investigation was that Courier IMAP version 4.8.0 is 
breaking RFC 3501 section 6.8:
       However, server implementations MUST implicitly
       include the UID message data item as part of any FETCH response
       caused by a UID command, regardless of whether a UID was specified
       as a message data item to the FETCH.

Here is the client-server communication where the violation can be seen:
C: 7 UID FETCH 9 (BODY[HEADER])
S: * 1 FETCH (UID 9 BODY[HEADER] {1409}
S: <<<FULL HEADERS>>>

S: )
S: * 1 FETCH (FLAGS (\Seen))
S: 7 OK FETCH completed.


Problematic line should be this, which is supposed to be merged with previous 
line:
S: * 1 FETCH (FLAGS (\Seen))


Is this really a bug? If so, is it going to be fixed? Thank you!

azurIt

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
_______________________________________________
Courier-imap mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap

Reply via email to