Non-authentication POP3
protocol error (reply code “-ERR”, except authentication).
POP3
authentication error.
Represents an SMTP
authentication error.
Represents an SMTP
command syntax error (error code 500)
Represents a fatal SMTP
error (error code 5xx, except for 500)
Unexpected reply code returned from server.
Raises when there is an argument for a switch which takes no argument.
Raises when a switch with mandatory argument has no argument.
Raises when the given argument does not match required format.
Raises when the given argument word can’t be completed uniquely.
An abstract class for enumerating pseudo-prime numbers.
Concrete subclasses should override succ, next, rewind.
An implementation of PseudoPrimeGenerator
which uses a prime table generated by trial division.
Generates all integers which are greater than 2 and are not divisible by either 2 or 3.
This is a pseudo-prime generator, suitable on checking primality of an integer by brute force method.