Revision
4289
Author
sagen@apple.com
Date
2009-05-18 10:43:25 -0700 (Mon, 18 May 2009)

Log Message

Make the imap client quieter

Modified Paths

Diff

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))