cutelyst / simple-mail

An SMTP library written in C++ for Qt. Allows applications to send emails (MIME with text, html, attachments, inline files, etc.) via SMTP. Supports SSL and SMTP authentication.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug in mimepart - missing trailing equal characters

ludekvodicka opened this issue · comments

I'm using your library to communicate with amazon SES which requires ending == for base64 encoded content

master...ludekvodicka:patch-2

(I'm not sure if the current state was bug or intention because of another email service).

Hi, sorry for the delay, I'm not sure why it is omitting the trailing equals, but if it helps you have this working please do a PR, just add a note above that line so if in future someone complains about the opposite we can add a configuration option.
Thanks

Sure. Added

merged thanks