karastojko / mailio

mailio is a cross platform C++ library for MIME format and SMTP, POP3 and IMAP protocols. It is based on standard C++ 17 and Boost library.
Other
372 stars 98 forks source link

make boost.url optional to lower boost version requirements #165

Closed Displacer closed 4 months ago

Displacer commented 4 months ago

Please consider merging patch to lower boost version to support Ubuntu 22.04 LTS

karastojko commented 4 months ago

Thank for let me know about this problem on Ubuntu. Seems I do not need Boost URL at all. Let me try to fix a defect related to this, maybe I will not need this PR at the end.

karastojko commented 4 months ago

You should be able to use the library without the Boost.Url with the latest commit.