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