Fetch, flag/mark, delete/expire, and perform other batch operations on messages residing on IMAP servers. A very efficient KISS mail fetcher with cool security and convenience features.
#!/usr/bin/env python3 """Setup.""" from setuptools import setup setup()