Make PROPGET response sanely

This commit is contained in:
alexhudson
2009-05-03 19:29:02 +00:00
parent d4a8e0f8f2
commit 5cbb7d3524
2 changed files with 6 additions and 7 deletions
@@ -717,6 +717,7 @@ class StoreClient:
# eat the \r\n afterward
self.stream.Read(2)
r = self.stream.GetResponse()
# automatically pull out imap_uid from Bongo 0.3.
if name is None and not props.has_key("nmap.mail.imapuid"):
self.stream.Write("PROPGET %s nmap.mail.imapuid" % (doc))