1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-09 14:32:34 +02:00
django-mailbox/.gitignore
Adam Reisinger 488c726c2d fix message.text exception when attachment filename header contains weird characters
Add failing test for bad header character

fix

add comment
2024-04-25 13:01:43 +02:00

17 lines
No EOL
139 B
Text

*.pyc
bin/*
lib/*
src/*
dist/*
share/*
docs/_build/*
include/*
.Python
*egg*
dummy_project/*
.cache/
.tox/
/messages
*.sqlite3
.idea/
venv/