aboutsummaryrefslogtreecommitdiffstats
path: root/worker/imap/extensions/xgmext/terms.go
Commit message (Collapse)AuthorAgeFilesLines
* imap: extend SEARCH with X-GM-RAW for full Gmail search syntaxKoni Marti2024-08-041-0/+46
Extend the IMAP SEARCH command with the X-GM-RAW attribute for full Gmail search syntax. It is based on the Gmail extension (X-GM-EXT-1). The search/filter command will be interpreted in the same manner as in the Gmail web interface. Link: https://support.google.com/mail/answer/7190?hl=en Signed-off-by: Koni Marti <koni.marti@gmail.com> Tested-by: Inwit <inwit@sindominio.net> Acked-by: Robin Jarry <robin@jarry.cc>