exception documentation
class POP3ClientError(Exception): (source)
Known subclasses: slopped.mail.pop3.InsecureAuthenticationDisallowed, slopped.mail.pop3.LineTooLong, slopped.mail.pop3.ServerErrorResponse, slopped.mail.pop3.TLSError, slopped.mail.pop3.TLSNotSupportedError
The base class for all exceptions raised by POP3Client.