https://github.com/windowsnt/mime
An implementation of MIME in C++
https://github.com/windowsnt/mime
Last synced: about 1 year ago
JSON representation
An implementation of MIME in C++
- Host: GitHub
- URL: https://github.com/windowsnt/mime
- Owner: WindowsNT
- Created: 2018-09-03T15:33:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-28T06:59:22.000Z (over 7 years ago)
- Last Synced: 2025-03-24T13:36:07.441Z (about 1 year ago)
- Language: C++
- Size: 36.1 KB
- Stars: 6
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Mime
A C++ library for Windows for MIME. Easily portable to other platforms. Uses AdES (https://github.com/WindowsNT/AdES) for signing if needed.
## Getting Started
Description, examples etc at CodeProject: https://www.codeproject.com/Articles/1114232/Cplusplus-MIME-A-simple-single-header-parser-an
git clone url
git submodule init
git submodule update