Return delivery date of message, in seconds since the epoch.
(self)
| 1649 | self.set_flags(''.join(set(self.get_flags()) - set(flag))) |
| 1650 | |
| 1651 | def get_date(self): |
| 1652 | """Return delivery date of message, in seconds since the epoch.""" |
| 1653 | return self._date |
| 1654 | |
| 1655 | def set_date(self, date): |
| 1656 | """Set delivery date of message, in seconds since the epoch.""" |
no outgoing calls