Searched refs:_append_newline (Results 1 – 1 of 1) 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