software/hoardy-mail/./setup.py

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.

Files

Raw Source

Contents

#!/usr/bin/env python3
"""Setup."""
from setuptools import setup

setup()