tl;dr
news
/
software
notes
thesis
teaching
papers
/
crypta
patreon
contact
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
drwx
../
drwx
./
-rw-
[
raw
]
CHANGELOG.md
2025-01-02 18:00
-rw-
[
raw
]
default.nix
2025-03-10 08:00
drwx
[
raw
]
hoardy_mail/
2025-03-17 17:00
-rw-
[
raw
]
LICENSE.txt
2023-12-18 12:00
-rw-
[
raw
]
pyproject.toml
2025-03-17 17:30
-rw-
[
raw
]
README.md
2025-10-09 15:00
-rwx
[
raw
]
sanity.sh
2025-02-13 12:30
-rw-
[
raw
]
setup.py
2025-01-02 16:30
-rwx
[
raw
]
update-changelog.sh
2025-01-02 18:00
-rwx
[
raw
]
update-docs.sh
2025-01-22 11:37
-rwx
[
raw
]
update-readme.sh
2025-05-02 12:00
drwx
[
raw
]
vendor/
2025-03-17 17:00
Raw Source
Contents
#!/usr/bin/env python3
"""Setup."""
from
setuptools
import
setup
setup()