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
예제 #3
0
 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