예제 #1
0
 def __init__(self, config, mailbox, mbx_mid=None):
     BaseIndex.__init__(self, config)
     self.mbx_mid = mbx_mid or self.FAKE_MBX_ID
     self.mailbox = mailbox
     self.ptrset = set([])
     self.idxmap = []
예제 #2
0
 def __init__(self, config, mailbox, mbx_mid=None):
     BaseIndex.__init__(self, config)
     self.mbx_mid = mbx_mid or self.FAKE_MBX_ID
     self.mailbox = mailbox
     self.ptrset = set([])
     self.idxmap = []