Files
inbuxa-server/tests/resources/imap-test/search-addresses
T
jcoffey-dev 7dae9b29fd Import upstream v0.16.22, stripped
Upstream commit: 474dd0229cb20cf513036619781ed97bd8073c3f
Enterprise-only files removed or emptied: 63
Enterprise-only snippets removed: 117 in 50 files
Dangling module declarations removed: 5
Cargo edits turning enterprise off: 14
Verification: clean
Enterprise feature gates left for rebuilt features: 19 in 18 files

Produced by tools/fork/strip.py. The full report is in docs/fork/strip-reports/ on main.
2026-09-18 10:21:56 -07:00

72 lines
1.3 KiB
Plaintext

messages: all
# full address searching
ok search from [email protected]
* search 1 2 3 4 6 7
ok search to [email protected]
* search 1 2 3 4
ok search cc [email protected]
* search 1 2 3 4 5
ok search bcc [email protected]
* search 1 2 3 4
# realname searching
ok search from realfrom
* search 2 4 6 7
ok search to realto
* search 2 4
ok search cc realcc
* search 2 4
ok search bcc realbcc
* search 2 4
# existence searches
ok search header from ""
* search 1 2 3 4 5 6 7
ok search header to ""
* search 1 2 3 4 6 7
ok search header cc ""
* search 1 2 3 4 5
ok search header bcc ""
* search 1 2 3 4
# substring address searches
#ok search from ser-fro
#* search 1 2 3 4 5 6 7
#ok search to ser-t
#* search 1 2 3 4
#ok search cc ser-c
#* search 1 2 3 4 5
#ok search bcc ser-bc
#* search 1 2 3 4
# substring realname searches
#ok search from ealfro
#* search 2 4 6 7
#ok search to ealt
#* search 2 4
#ok search cc ealc
#* search 2 4
#ok search bcc ealbc
#* search 2 4
# multiple addresses
ok search from user-from1
* search 5
ok search from user-from2
* search 5
# groups
ok search to groupname
* search 6 7
ok search to groupname2
* search 6
ok search to groupuser1
* search 6
ok search to groupuser2
* search 6
ok search to groupuser3
* search 6
ok search to groupuser4
* search