MailCore / mailcore2

MailCore 2 provide a simple and asynchronous API to work with e-mail protocols IMAP, POP and SMTP. The API has been redesigned from ground up.
Other
2.6k stars 625 forks source link

Swift Package Manager? #1670

Open jseibert opened 6 years ago

jseibert commented 6 years ago

Is anyone working on making Mailcore2 available via SPM?

haithngn commented 6 years ago

@jseibert MailCore2 is written in C++ it will be ported to Objective-C/Swift header + lib so I don't think MailCore can be import via SMP.

Did you try with Carthage ? I'm integrating MailCore2 used Carthage it works fine on Swift 3.1 (Xcode8) and Swift 3.2/ 4.0 (Xcode9).

jseibert commented 6 years ago

Targeting Linux, so Carthage isn't an option. First step would be packaging libetpan itself with SPM, which should be doable?

dinhvh commented 6 years ago

We're not really working on it. Maybe you can make it happen?

janek commented 3 years ago

The repository now has instructions for SPM, so maybe this can be closed?

(FWIW, I used the instructions, and couldn't get it to work just yet, so I think it's a bit underdocumented - I'll try to make a specific issue when I find what the problem)