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

The delivery allows for user overrides to affect the destination imap folder. The function documentation indicates that if the destination folder does not exist, it will be created. However, the...

as such, combined with https://github.com/emersion/go-imap/issues/545, the encoding gets serialized as `NIL` which is invalid according to spec; the encoding should default in this case to `7bit`: > This is the...

originally reported here: https://github.com/emersion/go-imap/issues/544 tl;dr: go-imap-sql inserts an empty string to Flags, which then gets incorrectly serialized in go-imap for the SELECT response and becomes impossible to get parsed back...

https://tools.ietf.org/html/rfc2087 https://github.com/emersion/go-imap-quota https://github.com/emersion/go-imap-quota/issues/6

enhancement
imap-extension

It is inefficient and can be avoided if input SeqSet is prepared accordingly.

enhancement
performance

We need to create a pattern_ops index so PostgreSQL can do a prefix search effectively.

>CockroachDB is a cloud-native SQL database for building global, scalable cloud services that survive disasters. >CockroachDB supports the PostgreSQL wire protocol, so you can use any available PostgreSQL client drivers...

enhancement
help wanted

Not sure what's exactly is happening, but decreaseRefForMarked query seems to be the problem.

enhancement
performance