Home | History | Annotate | Download | only in email

Lines Matching full:preamble

301             # preamble.
307 preamble = []
325 # We saw an inter-part boundary. Were we in the preamble?
327 if preamble:
330 lastline = preamble[-1]
333 preamble[-1] = lastline[:-len(eolmo.group(0))]
334 self._cur.preamble = EMPTYSTRING.join(preamble)
385 # I think we must be in the preamble
387 preamble.append(line)
389 # capturing the preamble, we never saw the start boundary. Note
394 self._cur.set_payload(EMPTYSTRING.join(preamble))