2021-03-19 17:55:04 +01:00
{
"name" : "mailio" ,
2024-11-19 06:31:31 +01:00
"version" : "0.24.0" ,
2021-03-19 17:55:04 +01:00
"maintainers" : "Tomislav Karastojković <contact@alepho.com>" ,
"description" : "mailio is a cross platform C++ library for MIME format and SMTP, POP3 and IMAP protocols. It is based on the standard C++ 17 and Boost library." ,
"homepage" : "https://github.com/karastojko/mailio" ,
2022-02-04 18:00:26 -08:00
"license" : "BSD-2-Clause" ,
2021-03-19 21:15:15 +01:00
"supports" : "!uwp" ,
2021-03-19 17:55:04 +01:00
"dependencies" : [
"boost-asio" ,
"boost-date-time" ,
"boost-regex" ,
"boost-system" ,
"openssl" ,
{
"name" : "vcpkg-cmake" ,
"host" : true
2022-03-28 21:57:11 +02:00
} ,
{
"name" : "vcpkg-cmake-config" ,
"host" : true
2021-03-19 17:55:04 +01:00
}
]
}