Revision: 4289 http://trac.macosforge.org/projects/calendarserver/changeset/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: -------------- CalendarServer/trunk/lib-patches/Twisted/twisted.mail.imap4.patch Modified: CalendarServer/trunk/lib-patches/Twisted/twisted.mail.imap4.patch =================================================================== --- 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))