Send a command to the server and retreive a block of lines
A string containing the server answer (without +OK... line)
All POP answer need to start with +OK. Otherwise this is an error status
| Exception Type | Condition |
|---|---|
| Exception | Raise an exception in case of communication error |
| POP3Exception | Raise an exception if the server return an error condition |
| Exception | Raise in case of communication error |
| POP3Exception | Raise if the server return an error condition |
POP3Client Class | SmtPop Namespace