phail
20e84558d6
add unittest for external images
2022-10-22 00:44:32 +02:00
phail
f1e0ab314d
add unittest for generate_pdf_from_html
2022-10-19 23:19:33 +02:00
phail
3d58129666
add unittest for transform_inline_html
2022-10-18 23:48:07 +02:00
phail
cd8d4ce8ab
add unittest for parse
2022-10-15 15:41:43 +02:00
phail
cef1a4f8b9
Add unitest for tika_parse()
2022-10-15 13:13:29 +02:00
phail
76dec120d1
add 2 more tests
2022-10-14 15:43:43 +02:00
phail
dec6e6c0b8
add unittest for get_thumbnail
2022-10-13 01:03:09 +02:00
shamoon
3b1f5668f5
Merge pull request #1648 from paperless-ngx/feature-use-celery
...
Feature: Transition to celery for background tasks
2022-10-10 00:07:55 -07:00
Trenton H
406dae1fca
Enable some testing against a real email server to hopefully catch things earlier
2022-10-07 18:28:11 -07:00
Trenton H
6c269391d5
Fixes handling of gmail label extension to IMAP
2022-10-07 18:28:11 -07:00
Trenton Holmes
09287701ae
Transitions the backend to celery and celery beat
2022-09-26 11:25:34 -07:00
Trenton Holmes
5eaae2201e
Updates imap_tools and updates to use the new login method for UTF-8
2022-09-01 08:54:44 -07:00
Stefan
87cf215f3e
adapt test to respect gmail_label keyword
2022-08-20 13:15:38 -07:00
Stefan
4cb5187901
fix debug output
2022-08-20 13:15:38 -07:00
Stefan
fe9e818aa8
Ignore tagged emails from gmail to avoid duplicated documents.
2022-08-20 13:15:38 -07:00
Stefan
e19021dc11
add test for gmail account tag handling
2022-08-20 13:15:38 -07:00
Stefan
82751e5136
fix mail tests
2022-08-20 13:15:38 -07:00
Stefan
4eede1381c
fix formatting
2022-08-20 13:15:38 -07:00
Stefan
e01452d02f
Handle tags for gmail email accounts
...
like mentioned here: https://github.com/ikvk/imap_tools/issues/174
2022-08-20 13:15:38 -07:00
Trenton Holmes
024fd8bc9b
When raising an exception during exception handling, chain them together for slightly cleaner logs
2022-08-03 09:00:56 -07:00
phail
4a89e0941f
Merge remote-tracking branch 'paperless/dev' into feature-consume-eml
2022-07-12 00:09:10 +02:00
Oliver Rümpelein
2c878318ab
Add migration for new rule.
2022-05-29 15:22:50 +02:00
Oliver Rümpelein
78fa05da9d
Clear cache instead of working around it.
2022-05-27 22:51:32 +02:00
Oliver Rümpelein
acd525a9d9
Make test work.
2022-05-26 12:42:20 +02:00
Oliver Rümpelein
164cd19296
Revert all changes to tests, will need a more structured approach.
2022-05-25 20:47:43 +02:00
Oliver Rümpelein
cbb36e8941
Add first draft implementation, test broken.
2022-05-25 19:23:52 +02:00
phail
d6b9eb6613
Merge branch 'dev' into feature-consume-eml
2022-05-20 19:29:52 +02:00
phail
07b000a01d
switch to From: Header instead of date to compensate for older libmagic versions
2022-05-19 22:51:17 +02:00
phail
d605ef9ce0
workaround for wrong mime detection of .eml files
2022-05-14 16:47:12 +02:00
Trenton Holmes
f62193099c
Runs pyupgrade to Python 3.8+ and adds a hook for it
2022-05-06 09:04:08 -07:00
phail
037c8a4950
add attachment size to pdf
2022-05-05 00:20:32 +02:00
phail
b14153b6cf
fix consumption of mails without html
...
split pdf generation functions
2022-05-04 23:42:59 +02:00
phail
9c5f824bb3
add parsing of inline attachments
...
remove insecure chromium option
fix html parsing
2022-05-03 23:21:33 +02:00
phail
404026dafb
remove .eml parser from tika
2022-05-03 18:02:08 +02:00
phail
dae148bdc5
Add log messages for mail errors ( #727 )
...
* adapt to starttls interface change in imap_tools
pin imap-tools version to avoid breaking changes
improve mail log
* fix unittest
* remove uneeded print and fix merge fail
* bump to next version
2022-05-02 15:54:51 -07:00
phail
f05e815961
merge migrations
2022-04-30 17:33:12 +02:00
phail
276b99b340
Merge remote-tracking branch 'paperless/dev' into feature-consume-eml
2022-04-29 23:52:56 +02:00
phail
79579d6239
add eml parser to paperless_mail
2022-04-29 22:58:11 +02:00
Quinn Casey
81582bb2e7
Merge pull request #725 from paperless-ngx/bugfix-imap-utf8-login
...
Fixes IMAP UTF8 Authenication
2022-04-29 10:31:38 -07:00
phail
09b3dc1586
moved files
2022-04-26 23:12:36 +02:00
Trenton Holmes
a51edbf2ce
Fixes newly added mail tests to account for model change
2022-04-26 10:03:41 -07:00
Trenton Holmes
47191e9690
Adds some logging so we know which login method has failed
2022-04-26 09:41:36 -07:00
Trenton Holmes
402cca2b5f
Implements a fallback to AUTH=PLAIN in the event of a UnicodeEncodeError during a normal login
2022-04-26 09:41:36 -07:00
Trenton Holmes
ef3b6d9ec7
Fixes tests with imap-tools 0.54.0 changes to the EmailAddress class
2022-04-26 08:11:25 -07:00
phail
61851d9689
add prototype archive pdf
2022-04-25 20:55:00 +02:00
Trenton Holmes
204cdaf175
Fixes backend testing of mail on dev
2022-04-25 11:10:32 -07:00
Michael Shamoon
421a604b92
Merge branch 'main' into dev
2022-04-25 10:33:40 -07:00
Trenton Holmes
72d48f50c1
Includes exception information during exception listing folders
...
Co-authored-by: Florian <florian.brandes@posteo.de>
2022-04-19 13:40:04 -07:00
phail
c7d7052974
fix Mail actions mixup
2022-04-19 20:14:31 +02:00
Trenton Holmes
4539869016
Only output the folder names
2022-04-19 09:03:08 -07:00