polo2ro / imapbox

Dump imap inbox to a local folder in a regular backupable format: html, json and attachements
MIT License
223 stars 47 forks source link

Fix for module 'cgi' has no attribute 'escape' #34

Closed robdyke closed 3 years ago

robdyke commented 3 years ago

FIX: cgi.escape which was deprecated in Python 3.7 and removed in 3.8. Use html.escape as alternative ADD: Use config.cfg from local directory

robdyke commented 3 years ago

Resolves #32

robdyke commented 3 years ago

Thanks @polo2ro glad to have helped