This repository contains a Python script to read emails using IMAP and POP protocols. The script connects to a Gmail server, checks for unread messages, and processes them. Prerequisites Before ...
Fix issue #22, NoPriv does not crash on empty IMAP folders anymore Fix issue #23, NoPriv now tries a few times when the IMAP connection is reset. This happens with Google Mail sometimes. Support for ...