def __init__(self, raw):
     AbstractMailReader.__init__(self)
     self._data = raw
Exemplo n.º 2
0
 def __init__(self, raw, source):
     AbstractMailReader.__init__(self)
     self._source = source
     self._data = raw
Exemplo n.º 3
0
 def __init__(self, raw, source):
     AbstractMailReader.__init__(self)
     self._source = source
     self._data = raw
Exemplo n.º 4
0
 def __init__(self, raw):
     AbstractMailReader.__init__(self)
     self._data = raw