@@ -953,12 +953,9 @@ def dotted_feature_set_list(self, compact=False):
953953 'sync-token' : {'support' : 'fragile' },
954954 #'search.text': 'unsupported', ## weeeird ... it wasn't like this before
955955 'search.is-not-defined' : {'support' : 'unsupported' },
956- 'search.text.substring' : {'support' : 'unsupported' },
957- 'search.text.category' : {'support' : 'ungraceful' },
956+ 'search.text' : {'support' : 'unsupported' },
958957 'search.recurrences.expanded.todo' : { "support" : "unsupported" },
959958 'search.comp-type-optional' : {'support' : 'fragile' }, ## TODO: more research on this, looks like a bug in the checker,
960- 'search.text.case-sensitive' : {'support' : 'unsupported' },
961- 'search.text.case-insensitive' : {'support' : 'unsupported' },
962959 'search.time-range.alarm' : {'support' : 'unsupported' },
963960 'principal-search' : "unsupported" ,
964961
@@ -1354,15 +1351,16 @@ def dotted_feature_set_list(self, compact=False):
13541351 ],
13551352}
13561353
1354+ ## Lots of transient problems with purelymail
13571355purelymail = {
13581356 ## Purelymail claims that the search indexes are "lazily" populated,
13591357 ## so search works some minutes after the event was created/edited.
13601358 'search-cache' : {'behaviour' : 'delay' , 'delay' : 18 },
1361- ## woot ?
1362- # "create-calendar.auto": {"support": "full"},
1359+ ## Hmmm .... weird, this is flapping in the caldav-server-tester ?
1360+ "create-calendar.auto" : {"support" : "full" },
13631361 ## 409 Conflict with <must-have-parent> when PUTting to a URL not under an existing calendar
13641362 #'save-load.get-by-url': {'support': 'unknown'},
1365- 'save-load.todo' : {'support' : 'ungraceful' },
1363+ # 'save-load.todo': {'support': 'ungraceful'},
13661364 'search.comp-type-optional' : {'support' : 'ungraceful' },
13671365 ## The search features below are unreliable on purelymail, likely due
13681366 ## to the 160s search-cache delay. Results flip between unsupported
@@ -1374,8 +1372,7 @@ def dotted_feature_set_list(self, compact=False):
13741372 'search.time-range.event' : {'support' : 'fragile' },
13751373 ## was: ungraceful - observed unsupported 2026-02 (for .old-dates)
13761374 'search.time-range.todo' : {'support' : 'fragile' },
1377- 'search.text.case-sensitive' : {'support' : 'unsupported' },
1378- 'search.text.case-insensitive' : {'support' : 'unsupported' },
1375+ 'search.text' : {'support' : 'unsupported' },
13791376 'search.text.category' : {'support' : 'unsupported' },
13801377 'search.recurrences.expanded' : {'support' : 'unsupported' },
13811378 'search.recurrences.includes-implicit' : {'support' : 'unsupported' },
0 commit comments