paperless-ngx/src/documents
syntonym 5c1edf78ce Catches OSError on IMAP connection error
When something goes wrong with the imaplib.IMAP4_SSL connection (like the host is
temporarely down or the DNS does not resolve) it generates an OSError which is currently
not catched and handled. Now OSErrors are translated to MailFetcherErrors which get
logged and the IMAP connection is retried in the next IMAP check.

Fixes #474
2019-01-14 19:08:59 +01:00
..
management Tweak the import/export system to handle encryption choices better 2018-09-23 13:58:40 +01:00
migrations Update 0022_auto_20181007_1420.py 2018-12-10 18:38:19 +01:00
signals Fix LogEntry user when PAPERLESS_DISABLE_LOGIN is set to true 2018-04-17 21:03:18 +02:00
static Restructure colour.js to work withing a .ready() 2018-12-01 16:22:19 +00:00
templates Add the new logo 2018-12-30 12:20:08 +00:00
templatetags Support css & js overrides 2018-07-08 16:06:57 +01:00
tests Fix pycodestyle complaints 2018-09-09 20:00:12 +01:00
__init__.py Add check for changed password 2018-05-28 12:58:28 +01:00
actions.py Conform code to standards 2018-09-23 12:41:28 +01:00
admin.py Add colours to the tags pages 2018-12-01 16:21:58 +00:00
apps.py Add LogEntry after document consumption 2018-03-11 17:09:43 +01:00
checks.py Catch ProgrammingError in Document checks. 2018-09-04 20:11:48 +02:00
consumer.py Use optipng to optimise document thumbnails 2018-10-07 14:56:38 +01:00
filters.py pep8 2018-10-07 16:30:02 +01:00
forms.py Code cleanup 2018-07-08 16:07:10 +01:00
loggers.py Removed log components and introduced signals for tags & correspondents 2016-03-28 11:11:15 +01:00
mail.py Catches OSError on IMAP connection error 2019-01-14 19:08:59 +01:00
managers.py Fixes #213 (MySQL syntax error) 2017-04-19 11:30:12 +02:00
mixins.py Code clean up 2018-05-28 12:56:06 +01:00
models.py Rework how slugs are generated/referenced #393 2018-10-07 16:25:51 +01:00
parsers.py Conform everything to the coding standards 2018-12-01 17:09:12 +00:00
serialisers.py Exposing documents' "added" timestamp via Rest API. 2019-01-03 20:23:34 +00:00
settings.py PEP8 2017-05-08 15:48:37 +02:00
views.py Exposing documents' "added" timestamp via Rest API. 2019-01-03 20:23:34 +00:00