deltachat / deltachat-desktop

Email-based instant messaging for Desktop.
GNU General Public License v3.0
918 stars 166 forks source link

Use new `proxy_enable` and `proxy_url` settings #4124

Open link2xt opened 1 month ago

link2xt commented 1 month ago

With core release 1.143.0 old socks5_* settings are deprecated and proxy_* should be used instead.

This should be done when done is updated from 1.142.x.

https://github.com/deltachat/deltachat-android/pull/3292 gives an idea how the screen looks like in Android

Step 1

Step 2 (in separate PR)

Step 3 (in separate PR)

new-proxy-settings

Sharing is probably not necessary on desktop

nicodh commented 1 week ago

@link2xt : do we not support username & password for proxies anymore or can it be entered in the form username:password@some.host:8080

link2xt commented 6 days ago

Username and password are supported in the form of socks5://username:password@host:port. Username and password should be URL-encoded.