deltachat-core-rust icon indicating copy to clipboard operation
deltachat-core-rust copied to clipboard

support wildcard domains from provider-db?

Open r10s opened this issue 3 years ago • 1 comments

there seems to be at least one situation where wildcard domains would make things easier, https://github.com/deltachat/provider-db/pull/238 - so, unless sth. speaks totally against it, we should at least have a look how hard adding wildcard-support would be.

  • supporting *. at the beginning of a domain would probably be sufficient, no need for complicated regex support, that would also affect performance somehow (and create more ambiguities)

r10s avatar May 30 '22 12:05 r10s

I'm even ok with hardcoded rewrite of anything that ends with .hermes.radio with hermes.radio during provider lookup.

We can generalize later if more providers require it.

link2xt avatar May 30 '22 12:05 link2xt

closing, things seem to be fine for now.

r10s avatar Oct 08 '22 10:10 r10s