-3

I need a simple C++ compatible with MFC or ATL, MIME Encoder, I need it for sending MIME encoded text posts to a web server.

Where can I find a source code for this ?

Mario
  • 13,941
  • 20
  • 54
  • 110

1 Answers1

0

https://github.com/kdeforche/wt/blob/master/src/Wt/Mail/Message.C#L70

It's licensed under GPL, but you can buy a license if you want to redistribute closed source: http://www.emweb.be/

matiu
  • 7,469
  • 4
  • 44
  • 48