Searched refs:_append_newline (Results 1 – 2 of 2) sorted by relevance
199 _append_newline = False variable in Mailbox213 if self._append_newline and not data.endswith(os.linesep):221 if self._append_newline and not message.endswith(os.linesep):235 if self._append_newline and lastline and not lastline.endswith(os.linesep):827 _append_newline = True variable in mbox
207 _append_newline = False variable in Mailbox220 if self._append_newline and not data.endswith(linesep):234 if self._append_newline and not message.endswith(linesep):257 if self._append_newline and lastline and not lastline.endswith(linesep):842 _append_newline = True variable in mbox