library for dealing with RFC-822, 2822, MIME messages
VMime is a C++ class library for parsing, generating, or editing Internet RFC-822, 2822 and MIME messages. It is designed to provide a fast and easy way to manipulate Internet mail messages.
VMime is a C++ class library for parsing, generating, or editing Internet RFC-822, 2822 and MIME messages. It is designed to provide a fast and easy way to manipulate Internet mail messages.
To install libvmime, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libvmime
To see what files were installed by libvmime, run:
port contents libvmime
To later upgrade libvmime, run:
sudo port selfupdate && sudo port upgrade libvmime
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.