halon / libdkimpp

libdkim++ is a lightweight and portable DKIM (RFC6376) library for *NIX, supporting both signing and DMARC/ARC/SDID verification, sponsored and used by Halon Security. libdkim++ has extensive unit test coverage and aims to fully comply with the current RFC.
http://halon.io
GNU Lesser General Public License v3.0
15 stars 3 forks source link

Windows plateforms #1

Open AlexLaroche opened 10 years ago

AlexLaroche commented 10 years ago

Hi,

Do you think your code could be easy port to the Windows plateforms?

desh-se commented 9 years ago

Yes; the email server Kerio (which runs on Windows) uses it, and has probably published the patches to make it compile on win32 on their website. Given some patches we'll look into creating a port/fork or simply pull.

AlexLaroche commented 9 years ago

The code isn't available on their website. I wrote a email to the company to request if it's possible to get patches.

AlexLaroche commented 9 years ago

I find a copy of dkimpp.dll. All functions of the original libdkimpp haven't been implemented by Kerio.

image