/head: changeset 67

More working!
This commit is contained in:
jgoerzen
2002-07-04 03:14:07 +01:00
parent cabb768745
commit f53273ffc3
5 changed files with 12 additions and 2 deletions

View File

@ -17,6 +17,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
import __main__
from threading import *
class BaseFolder:
def getname(self):

View File

@ -127,7 +127,7 @@ class IMAPFolder(BaseFolder):
self.messagelist[uid]['flags'] = imaputil.flagsimap2maildir(flags)
def addmessagesflags(self, uidlist, flags):
imapobj = self.imapserver.acquireconnection(imapobj)
imapobj = self.imapserver.acquireconnection()
try:
imapobj.select(self.getfullname())
r = imapobj.uid('store',