2021-03-20 00:55:04 +08:00
{
"name" : "mailio" ,
2022-03-22 10:42:02 +08:00
"version" : "0.21.0" ,
2022-04-06 02:17:23 +08:00
"port-version" : 2 ,
2021-03-20 00:55:04 +08: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-05 10:00:26 +08:00
"license" : "BSD-2-Clause" ,
2021-03-20 04:15:15 +08:00
"supports" : "!uwp" ,
2021-03-20 00:55:04 +08:00
"dependencies" : [
"boost-asio" ,
"boost-date-time" ,
"boost-regex" ,
"boost-system" ,
"openssl" ,
{
"name" : "vcpkg-cmake" ,
"host" : true
2022-03-29 03:57:11 +08:00
} ,
{
"name" : "vcpkg-cmake-config" ,
"host" : true
2021-03-20 00:55:04 +08:00
}
]
}