Return delivery date of message, in seconds since the epoch.
(self)
| 1642 | self.set_flags(''.join(set(self.get_flags()) - set(flag))) |
| 1643 | |
| 1644 | def get_date(self): |
| 1645 | """Return delivery date of message, in seconds since the epoch.""" |
| 1646 | return self._date |
| 1647 | |
| 1648 | def set_date(self, date): |
| 1649 | """Set delivery date of message, in seconds since the epoch.""" |
no outgoing calls