def __init__(self, raw):
     AbstractMailReader.__init__(self)
     self._data = raw
Example #2
0
 def __init__(self, raw, source):
     AbstractMailReader.__init__(self)
     self._source = source
     self._data = raw
 def __init__(self, raw, source):
     AbstractMailReader.__init__(self)
     self._source = source
     self._data = raw
Example #4
0
 def __init__(self, raw):
     AbstractMailReader.__init__(self)
     self._data = raw