Message 76643 - Python tracker (original) (raw)
In the enclosed patch, there are four changes
- add support for the optional CAPA pop command, since it is needed for starttls support discovery
- add support for the STLS pop command
- replace home-grown file-like methods and replace them with ssl socket's makefile() in POP3_SSL
- Properly shutdown sockets at close() time to avoid server-side pile-up