Commit Graph

4 Commits

Author SHA1 Message Date
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
duffyduck a4e39332c7 added amazon importer and logging smtp 2026-03-20 16:22:38 +01:00
duffyduck f74f936d72 remove lexoffice name in project 2026-03-06 08:40:53 +01:00
Stefan Hacker cb34aa00af first commit 2026-03-06 08:20:07 +01:00