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
Trenton Holmes
d41b3deec3
First changes for using semver everywhere
2022-05-01 13:21:10 -07:00
Oliver Lippert
88e1a7653f
always use datetime.date.isoformat to generate filename
...
fixes #267
Signed-off-by: Oliver Lippert <info@trusty.codes>
2022-05-01 08:54:41 +02:00
Oliver Lippert
67c85effaa
add test for filename expectation with modified timezone
...
Signed-off-by: Oliver Lippert <info@trusty.codes>
#267
2022-05-01 08:41:38 +02: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
Quinn Casey
2dbd8e3430
Merge pull request #766 from paperless-ngx/feature-barcode-tiff-support
...
Feature barcode tiff support
2022-04-27 19:46:16 -07:00
phail
4ebcf0a9d0
improve pdf generation
2022-04-27 23:32:10 +02:00
phail
342649e7c8
add css for pdf generation
2022-04-27 19:52:59 +02:00
phail
0dfaf39264
improve pdf generation
2022-04-26 23:25:48 +02: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
Michael Shamoon
e05ae4c087
v1.7.0
2022-04-25 10:26:49 -07:00
Florian Brandes
fd7385c802
code review changes
...
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-04-20 00:55:45 +02: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
Trenton Holmes
5e95f1017b
In the event of an error when setting the mail account folder, attempt to list the account's folders to the log
2022-04-19 08:32:34 -07:00
Florian Brandes
fcf00ec304
more improvements to tiff support
...
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-04-19 13:08:40 +02:00
phail
753ef98eab
fix Mail actions mixup
2022-04-19 00:59:57 +02:00
phail
39cb1c9098
work in progress Mail parsing
2022-04-19 00:39:00 +02:00
Florian Brandes
1f678c2210
add tests
...
fix indention
add more documentation
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-04-17 16:10:53 +02:00
Florian Brandes
40d1412e5e
add TIFF barcode support
...
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-04-16 21:59:03 +02:00
phail
1393dd84f4
add feature to consume imap mail als .eml
2022-04-15 14:40:02 +02:00
Paperless-ngx Translation Bot [bot]
7a9ffbabeb
New Crowdin updates ( #699 )
...
* New translations django.po (Polish)
[ci skip]
* New translations messages.xlf (Polish)
[ci skip]
* New translations django.po (Polish)
[ci skip]
* New translations messages.xlf (Danish)
[ci skip]
2022-04-13 20:33:15 -07:00
phail
edafe401a5
remove uneeded print and fix merge fail
2022-04-14 00:19:30 +02:00
phail
8cd9e35857
Merge branch 'dev' into fix-mail-starttls
2022-04-13 23:55:38 +02:00
phail
77122dc26e
fix unittest
2022-04-13 23:37:21 +02:00
shamoon
3662e648aa
Merge pull request #270 from jonasc/dev
...
Allow setting more than one tag in mail rules
2022-04-13 03:11:38 -07:00
shamoon
33a22615c5
Merge pull request #705 from paperless-ngx/fix-startls
...
bugfix for imap using starttls
2022-04-12 18:51:46 -07:00
Florian Brandes
a5e6e637be
fixes #697
...
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-04-12 15:54:18 +02:00
jonasc
64b4d5139b
reformat migration with black
2022-04-12 15:06:38 +02:00
Florian Brandes
007f3699a2
add "localhost" to ALLOWED_HOSTS
...
if PAPERLESS_URL is set and ALLOWED_HOSTS is NOT set
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-04-12 14:39:08 +02:00
jonasc
e242f18f20
merge migrations
2022-04-12 10:51:19 +02:00
jonasc
2dbae8c46f
Reset related_name (was set to prevent duplicate)
2022-04-12 10:45:56 +02:00
jonasc
261eddd21c
Add backwards data migration
...
The documents.tests.test_migration_mime_type test suite failes if no
backwards migration is provided. This simple backwards migration sets
the old assign_tag field with a tag if exactly one is set in
assign_tags.
2022-04-12 10:45:56 +02:00
jonasc
cf0d3b0615
Save MailRule and MailAccount objects in tests
...
This fixes the errors in the tests that the new many-to-many
assign_tags property cannot be accessed due to MailRule not having an
id. In one case it it necessary to give additional names to both objects
as several are created.
2022-04-12 10:45:52 +02:00
jonasc
00f0beb550
Allow setting more than one tag in mail rules
...
The three migrations do the following to preserve existing data in
assign_tag:
1. Add the new many-to-many field assign_tags.
2. Copy existing data from the assign_tag field to the assign_tags.
3. Delete the existing assign_tag field.
2022-04-12 10:41:08 +02:00
shamoon
78d012dce9
Merge pull request #483 from stumpylog/check-if-file-busy
...
Adds wait for file before consuming
2022-04-11 11:56:05 -07:00
Florian
a90d3bda14
Merge pull request #532 from paperless-ngx/feature-barcode-splitter
...
Feature barcode splitter
2022-04-11 08:51:48 +02:00
Trenton Holmes
dcc2e018ff
Adds additional checking for both inotify and polling around document still being busy before consuming it
2022-04-10 12:21:34 -07:00
shamoon
3505a08633
Merge pull request #550 from stumpylog/feature-mail-consume-improve-docs
...
Feature mail consume improve docs
2022-04-10 08:46:45 -07:00