Invalid encoded word found while parsing headers.
| 974 | |
| 975 | |
| 976 | class _InvalidEwError(errors.HeaderParseError): |
| 977 | """Invalid encoded word found while parsing headers.""" |
| 978 | |
| 979 | |
| 980 | # XXX these need to become classes and used as instances so |
no outgoing calls
no test coverage detected
searching dependent graphs…