belege-import/app
duffyduck 35366e0c1b Fix SMB STATUS_ACCESS_DENIED on rename after read
smbclient.open_file() opens files with default share mode (read-only),
which blocks subsequent rename/delete operations because the underlying
SMB connection stays in the library's connection pool.

Use share_access="rwd" to allow concurrent read/write/delete, making
the move-after-read operation deterministically work.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-14 10:04:41 +02:00
..
static added amazon importer and logging smtp 2026-03-20 16:22:38 +01:00
templates Amazon Business API integration replacing browser automation 2026-04-05 18:08:35 +02:00
__init__.py first commit 2026-03-06 08:20:07 +01:00
amazon_api.py Amazon Business API integration replacing browser automation 2026-04-05 18:08:35 +02:00
amazon_processor.py Amazon Business API integration replacing browser automation 2026-04-05 18:08:35 +02:00
database.py Amazon Business API integration replacing browser automation 2026-04-05 18:08:35 +02:00
mail_processor.py added amazon importer and logging smtp 2026-03-20 16:22:38 +01:00
main.py Amazon Business API integration replacing browser automation 2026-04-05 18:08:35 +02:00
scanner.py added amazon importer and logging smtp 2026-03-20 16:22:38 +01:00
scheduler.py Amazon Business API integration replacing browser automation 2026-04-05 18:08:35 +02:00
smb_processor.py Fix SMB STATUS_ACCESS_DENIED on rename after read 2026-04-14 10:04:41 +02:00