Commit graph

10 commits

Author SHA1 Message Date
fox.cpp
165c6578a4
Fix tests using imapsql 2022-02-13 19:40:33 +03:00
fox.cpp
a1fc99d08c
Fix a few minor warnings 2021-09-22 23:33:40 +03:00
fox.cpp
fc00133ee3
storage/blob/s3: Force a smaller PartSize when blob size is unknown
Blob size would be unknown ahead of time if message store compression is used (e.g. in imapsql).

Part of #395 fix
2021-08-28 15:43:19 +03:00
fox.cpp
1d3e055068
storage/blob: Extend BlobStore interface to use context and specify blob size at Create
See #395.
2021-08-28 15:27:54 +03:00
fox.cpp
07c8495ee4
storage/blob/s3: Fix PutObject goroutines leaking if message write is aborted
See #395.
2021-08-27 11:54:58 +03:00
fox.cpp
34094c17e6
storage/blob/s3: Correctly handle PutObject errors
Closes #387.
2021-08-21 22:17:06 +03:00
fox.cpp
ff584bb5a3
storage/blob/s3: Add missing didSync check 2021-08-09 13:02:21 +03:00
fox.cpp
ef63383248
storage/blob: Implement S3-compatible storage support
Closes #304.
2021-07-15 20:34:15 +03:00
fox.cpp
02924d8d4b
storage/blob: Implement usability test using go-imap-backend-tests and go-imap-sql
Blob storage would also benefit from stress
testing and concurrency consistency tests.

But these are things that are probably also
worth adding to go-imap-backend-tests instead.
2021-07-15 20:34:07 +03:00
fox.cpp
09393aed8f
Refactor imapsql ExternalStore to use modules
Closes #303
2021-07-11 21:42:38 +03:00