Jérémie Girault

Results 12 comments of Jérémie Girault

Hi ! Apparently it seems okay. What is your issue precisely ?

Hi @dai-cb, First I'm very happy that coinbase is interested by Postal :-) The `Postal` instance is keeping alive an `IMAPSession` which itself keeps an instance of libetpan `mailimap`. I...

Let's find an appropriate name together and change this indeed to avoid this compiler issue. Thanks for the hint.

hmmmmm PostalClient looks good to me. Let's do it

Like NSURLSession, I think we should create a "Configuration". The default configuration would setup the dispatch on main queue. A custom configuration could allow the client to define its own...

Disagree, in order to future proof the API We should indeed have a ProviderConfiguration. We should have another struct for PostalConnection Options (separation of concerns). We are in breaking mode...

At the moment the timeout parameter is provided "ad-hoc" in the connect func : `https://github.com/snipsco/Postal/blob/master/Postal/Postal.swift#L65` All of these tweaks Which are note provider specific could go there.

Hi ! What provider are you connecting to ?

Hello @guidedways thank you. I think it's a good think to wrap libetpan from swift even if it's a bit tough to work with. Mailcore was doing the same but...

If you decide to fork & update it, maybe post the link of your fork in this thread. I think some other people may be interested in it and I'll...