Searching for items in your mailbox¶
The Kopano WebApp has a powerful search that supports both prefix searches and search operators.
Example of search terms are:
Example | Explanation | Result |
---|---|---|
cheese |
Finds all items containing the word "cheese" | cheeses |
cheese* |
Finds words that begin with "cheese" | cheeseburger |
cheese NOT burger |
Finds all words containing "cheese" but not "burger" | cheese |
cheese OR burger |
Finds all words containing "cheese" or "burger" | cheese burger |
cheese AND burger |
Finds all words that contain both the word "cheese" and the word "burger" | cheeseburger |
Note
Complex expressions such as burger AND (cheese OR bacon)
are also possible.
After performing the initial search, users can further filter the results. For example, they can limit the search to only emails, unread emails or contacts.