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

Lines Matching refs:_append_message

587         self._toc[self._next_key] = self._append_message(message)
589 # _append_message appends the message to the mailbox file. We
603 self._toc[key] = self._append_message(message)
731 def _append_message(self, message):