[CalendarServer-changes] [4289] CalendarServer/trunk/lib-patches/Twisted/twisted.mail.imap4.patch

source_changes at macosforge.org source_changes at macosforge.org
Mon May 18 10:43:26 PDT 2009


Revision: 4289
          http://trac.macosforge.org/projects/calendarserver/changeset/4289
Author:   sagen at 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))
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20090518/d4ad3cac/attachment.html>


More information about the calendarserver-changes mailing list