Exemplo n.º 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 = []
Exemplo n.º 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 = []