Lines Matching refs:was
64 where the problem was found, so for example, if a message nested inside a
74 :mailheader:`Content-Type` header was never found.
76 * :class:`CloseBoundaryNotFoundDefect` -- A start boundary was found, but
77 no corresponding close boundary was ever found.
84 * :class:`MisplacedEnvelopeHeaderDefect` - A "Unix From" header was found in the
87 * :class:`MissingHeaderBodySeparatorDefect` - A line was found while parsing
93 * :class:`MalformedHeaderDefect` -- A header was found that was missing a colon,
94 or was otherwise malformed.
105 encoded bytes, the padding was not correct. Enough padding is added to
113 bytes, the number of non-padding base64 characters was invalid (1 more than
114 a multiple of 4). The encoded block was kept as-is.