django-helpdesk/helpdesk
chrisbroderick 23c3b72a43 Refactor object_from_message to make it more testable and fix some bugs.
Extract the from email using the email library instead of pre-decoding
which exposes the comma separator causing the email address to be
extracted incorrectly if the real name contains a comma.
Raise an exception when a message to be ignored is detected to process
ignored messages explicitly.
2022-09-04 22:01:32 +01:00
..
fixtures Template hard coded date filters replaced with Django DATETIME_FORMAT 2021-02-03 12:59:55 -07:00
locale Update German translation 2021-01-12 13:40:49 +01:00
management Initial isort configuration 2022-07-22 03:26:41 +02:00
migrations Added Django 4 support. 2022-03-16 22:29:09 -04:00
static/helpdesk Update jquery to 3.6.0 2022-02-09 05:32:00 -05:00
templates/helpdesk Fix spacing issues 2022-06-20 16:08:05 +02:00
templatetags Initial isort configuration 2022-07-22 03:26:41 +02:00
tests test utility methods to simplify more complex tests 2022-09-02 22:11:19 +01:00
views Add update_summary_tables helper function 2022-07-25 04:44:46 +02:00
__init__.py Revert "Make sure custom user logic works with Django 1.4" 2014-10-24 18:05:44 +11:00
.flake8 fix(email): Add ability to attach full first email text to avoid losing forwards, and to save .eml files for any incoming mesages, plus fix tests and some minor bugs 2021-04-19 21:15:24 +02:00
admin.py Initial isort configuration 2022-07-22 03:26:41 +02:00
apps.py Formatting fixes 2022-07-14 09:19:11 +02:00
decorators.py Initial isort configuration 2022-07-22 03:26:41 +02:00
email.py Refactor object_from_message to make it more testable and fix some bugs. 2022-09-04 22:01:32 +01:00
exceptions.py Custom exception to handle ignored messages explicitly. 2022-09-04 21:53:08 +01:00
forms.py Initial isort configuration 2022-07-22 03:26:41 +02:00
lib.py Initial isort configuration 2022-07-22 03:26:41 +02:00
models.py Fix. Add test markdown and rewrite for last markdown is working 2022-08-08 20:20:00 +07:00
poll_helpdesk_email_queues.sh Closes #161 - provide script to simplify automation of email polling 2013-01-20 14:40:57 +11:00
query.py Initial isort configuration 2022-07-22 03:26:41 +02:00
serializers.py Initial isort configuration 2022-07-22 03:26:41 +02:00
settings.py Initial isort configuration 2022-07-22 03:26:41 +02:00
tasks.py Initial isort configuration 2022-07-22 03:26:41 +02:00
templated_email.py Initial isort configuration 2022-07-22 03:26:41 +02:00
urls.py Initial isort configuration 2022-07-22 03:26:41 +02:00
user.py Initial isort configuration 2022-07-22 03:26:41 +02:00
validators.py Initial isort configuration 2022-07-22 03:26:41 +02:00