go-imap-sql
go-imap-sql copied to clipboard
SQL-based storage backend for go-imap v2
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...
closes #44 closes #46
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
It is inefficient and can be avoided if input SeqSet is prepared accordingly.
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...
Not sure what's exactly is happening, but decreaseRefForMarked query seems to be the problem.