1
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected 2 days ago.
Jul 06, 2025 — Jul 06, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Minor changes to make releasing to PyPi possible again More... over 6 years ago
bump to version 2.2.0 More... over 6 years ago
Merge pull request #135 from isbg/fix_secrets More... over 6 years ago
warn people that passwords are stored unencrypted when using '--savepw' More... over 6 years ago
Merge pull request #130 from isbg/drop_future More... over 6 years ago
Merge pull request #133 from isbg/py2_cruft More... over 6 years ago
Merge pull request #140 from isbg/examples More... over 6 years ago
Play tetris with the example files: More... over 6 years ago
isbg is now in Debian \0/ More... over 6 years ago
remove old FIXMEs and the TODO.rst file. Everything in there either is out of the scope of this project (Razor reporting), is fine the way it is (atexit) or already has been reported in the issue tracker More... over 6 years ago
Document why using spamc is faster (closes #122) More... over 6 years ago
Fix and re-enable test_secrets. Removed SecretKeyring related-code. sec.set() never raises a TypeError and I don't see why it should More... over 6 years ago
Remove old legacy code that was once used to obfuscate saved passwords More... over 6 years ago
Remove SecretKeyring class. It was never used in the isbg code and although it could have been interesting for users on desktop machines, integration with keyring providers (Gnome, KDE, etc.) is complicated and error prone. I don't really have the time/energy to maintain that More... over 6 years ago
remove more Python2 cruft More... almost 7 years ago
make the documentation reproducible by not using the XDG_CACHE_HOME of the machine building the docs More... almost 7 years ago
from __future__ imports since they are now all available in python3 More... almost 7 years ago
minor documentation fixes More... almost 7 years ago
update changelog More... almost 7 years ago
Merge pull request #128 from isbg/issue_127 More... almost 7 years ago
'--dryrun' skips test_mail() and spamassassin_result thus doens't get initialised. Fix that by initialising it seperatly. Closes #127 More... almost 7 years ago
update the CHANGELOG More... over 7 years ago
Merge pull request #119 from baldurmen/ci-py3.7 More... over 7 years ago
Merge pull request #121 from baldurmen/dns-cacher More... over 7 years ago
Fix typos, enforce 80 chars max in the documentation and add a section about DNS caching More... over 7 years ago
use an explicit version of pypy to make Travis happy More... over 7 years ago
remove TestIsbgImap4(object): it's not useful and fails in very different ways in different python version More... over 7 years ago
fix Flake 8 W605 (invalid espace sequence) More... over 7 years ago
pytest.raises(message='') has been deprecated. Replace it with an explicit pytest.fail() More... over 7 years ago
enable python3.7 on Travis More... over 7 years ago