go-imap-sql icon indicating copy to clipboard operation
go-imap-sql copied to clipboard

SQL-based storage backend for go-imap v2

Results 22 go-imap-sql issues
Sort by recently updated
recently updated
newest added

We should retry on serialization error (possibly, with a small delay). Currently we hard-fail and reject modifications. Related to #12, we might able to decrease rate of serialization failures. But...

bug

Instead of putting all files into one directory, use first byte as a name for subdirectory. This is important to amortize lookup time.

enhancement
good first issue
performance

Makes it easy to migrate storage from other implementations.

enhancement
cli-utility

Needs driver support, depends on #21 for generic interfaces, needs to be carefully designed to work well with external storage (e.g. FS, etc).

performance
rdbms: sqlite

https://github.com/emersion/go-imap-uidplus https://tools.ietf.org/html/rfc4315 https://github.com/emersion/go-imap-uidplus/issues/3

enhancement
imap-extension

Set \Noselect attribute and disallow select if mailbox does have any childrens. Don't allow to delete with \Noselect and childrens.

bug
imap-standard

https://tools.ietf.org/html/rfc4551 https://github.com/foxcpp/go-sqlmail/projects/1#card-18307191 (ENABLE extension)

enhancement
imap-extension

Fetching and doing matching against all messages is simply inefficient. Each RDBMS we support (even SQLite) includes a FTS engine implementation, we can't miss that as it allows us to...

enhancement
performance

* Current roadmap: https://github.com/foxcpp/go-imap-sql/projects/1 Note: "In progress" often represents state only of my local repository clone, not upstream here. If you want to help - don't work on tasks in...