exception documentation
class LineTooLong(POP3ClientError): (source)
An error indicating that the server sent a line which exceeded the maximum line length (LineOnlyReceiver.MAX_LENGTH
).
class LineTooLong(POP3ClientError): (source)
An error indicating that the server sent a line which exceeded the maximum line length (LineOnlyReceiver.MAX_LENGTH
).