dada-mail icon indicating copy to clipboard operation
dada-mail copied to clipboard

Ability to switch WWW Engines (LWP, curl)

Open justingit opened this issue 3 years ago • 1 comments

This sounds far-fetched, could be really easy. Currently, Dada Mail uses LWP to do things like fetch webpages. It could use curl via LWP::Protocol::Net::Curl:

https://metacpan.org/pod/LWP::Protocol::Net::Curl

Oftentimes, LWP doesn't work properly - perhaps it's how SSL is setup on the server, but curl would work.

justingit avatar Nov 13 '21 01:11 justingit

this is being worked on at: https://github.com/justingit/dada-mail/tree/features-switch_www_engine

justingit avatar Jan 15 '22 19:01 justingit

This landed in the app around v11.18.0

https://dadamailproject.com/d/install_dada_mail-advanced_configuration.pod.html#Configure-WWW-Engine

justingit avatar Oct 03 '22 20:10 justingit