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

source_changes at macosforge.org source_changes at macosforge.org
Wed Jun 24 11:25:27 PDT 2009


Revision: 4374
          http://trac.macosforge.org/projects/calendarserver/changeset/4374
Author:   sagen at apple.com
Date:     2009-06-24 11:25:27 -0700 (Wed, 24 Jun 2009)
Log Message:
-----------
Accept "BYE" after sending LOGOUT command

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-06-24 17:13:47 UTC (rev 4373)
+++ CalendarServer/trunk/lib-patches/Twisted/twisted.mail.imap4.patch	2009-06-24 18:25:27 UTC (rev 4374)
@@ -2,6 +2,15 @@
 ===================================================================
 --- twisted/mail/imap4.py	(revision 26969)
 +++ twisted/mail/imap4.py	(working copy)
+@@ -333,7 +333,7 @@
+ 
+ 
+ class Command:
+-    _1_RESPONSES = ('CAPABILITY', 'FLAGS', 'LIST', 'LSUB', 'STATUS', 'SEARCH', 'NAMESPACE')
++    _1_RESPONSES = ('CAPABILITY', 'FLAGS', 'LIST', 'LSUB', 'STATUS', 'SEARCH', 'NAMESPACE', 'BYE')
+     _2_RESPONSES = ('EXISTS', 'EXPUNGE', 'FETCH', 'RECENT')
+     _OK_RESPONSES = ('UIDVALIDITY', 'UNSEEN', 'READ-WRITE', 'READ-ONLY', 'UIDNEXT', 'PERMANENTFLAGS')
+     defer = None
 @@ -4159,7 +4159,7 @@
          return "PLAIN"
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20090624/4298053e/attachment.html>


More information about the calendarserver-changes mailing list