mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 00:47:04 +03:00
Allow search with keyword:. Might work in Nextcloud #93
This commit is contained in:
parent
50dffed895
commit
00b08260e9
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ namespace MailSo\Imap;
|
||||||
abstract class SearchCriterias
|
abstract class SearchCriterias
|
||||||
{
|
{
|
||||||
const
|
const
|
||||||
RegEx = 'in|e?mail|from|to|subject|has|is|date|since|before|text|body|size|larger|bigger|smaller|maxsize|minsize';
|
RegEx = 'in|e?mail|from|to|subject|has|is|date|since|before|text|body|size|larger|bigger|smaller|maxsize|minsize|keyword';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
https://datatracker.ietf.org/doc/html/rfc3501#section-6.4.4
|
https://datatracker.ietf.org/doc/html/rfc3501#section-6.4.4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue