email backup with Python

In my new project (involving spam) I’ve created a script for retrieving the messages locally, which you could also use for rapidly backing up your emails.

The script is aimed for retrieving the emails for multiple accounts using the POP3 protocol (via SSL).
(continue)