def __init__(self, raw):
     AbstractMailReader.__init__(self)
     self._data = raw
示例#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
示例#4
0
 def __init__(self, raw):
     AbstractMailReader.__init__(self)
     self._data = raw