Class t.m.p.POP3ClientError(Exception):

Part of twisted.mail.pop3client View Source View In Hierarchy

Known subclasses: twisted.mail.pop3client.InsecureAuthenticationDisallowed, twisted.mail.pop3client.TLSError, twisted.mail.pop3client.TLSNotSupportedError, twisted.mail.pop3client.ServerErrorResponse, twisted.mail.pop3client.LineTooLong

Base class for all exceptions raised by POP3Client.