Home | History | Annotate | Download | only in python2.7

Lines Matching refs:unixfrom

1585             unixfrom = message.get_unixfrom()
1586 if unixfrom is not None and unixfrom.startswith('From '):
1587 self.set_from(unixfrom[5:])