Modified: CalendarServer/trunk/lib-patches/Twisted/twisted.mail.imap4.patch (4288 => 4289)
--- CalendarServer/trunk/lib-patches/Twisted/twisted.mail.imap4.patch 2009-05-16 03:03:30 UTC (rev 4288)
+++ CalendarServer/trunk/lib-patches/Twisted/twisted.mail.imap4.patch 2009-05-18 17:43:25 UTC (rev 4289)
@@ -25,7 +25,7 @@
for f in fetched.get('FLAGS', []):
sum.append(f)
flags.setdefault(mId, []).extend(sum)
-+ elif L.find('BYE LOGOUT') != -1:
++ elif L.find('BYE') != -1:
+ pass
else:
log.msg('Unhandled unsolicited response: ' + repr(L))