jhickner / smtp-mail

Making it easy to send SMTP email from Haskell
BSD 3-Clause "New" or "Revised" License
75 stars 32 forks source link

Replace defunct connection library with crypton-connection #41

Closed spencerjanssen closed 4 months ago

spencerjanssen commented 8 months ago

Addresses #40.

ysangkok commented 8 months ago

@typetetris Would you be able to merge this?

spencerjanssen commented 6 months ago

Ping @typetetris @parsonsmatt @jhickner, would you like to take a look at this?

ysangkok commented 6 months ago

@spencerjanssen Given that there is no response, you might be able to take over the package.

typetetris commented 6 months ago

I am not working with Haskell any more, therefore this is fine by me.

Have a nice day! Eric Wolf

09.03.2024 17:40:16 Janus Troelsen @.***>:

@spencerjanssen[https://github.com/spencerjanssen] Given that there is no response, you might be able to take over the package[https://wiki.haskell.org/Taking_over_a_package].

— Reply to this email directly, view it on GitHub[https://github.com/jhickner/smtp-mail/pull/41#issuecomment-1986910868], or unsubscribe[https://github.com/notifications/unsubscribe-auth/AAPEKTPLUKSC4KHARPTAX33YXM3PBAVCNFSM6AAAAABAZ76BB2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBWHEYTAOBWHA]. You are receiving this because you were mentioned. [Verfolgungsbild][https://github.com/notifications/beacon/AAPEKTKRYPFNCPIODB7HAFTYXM3PBA5CNFSM6AAAAABAZ76BB2WGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTTWNXNJI.gif]

spencerjanssen commented 6 months ago

I'd be happy to pitch in as a co-maintainer! May I have access to the GitHub repo and maintainer access on Hackage (where my username is SpencerJanssen)?

ysangkok commented 6 months ago

@typetetris You can add Spencer as a maintainer by clicking the "edit" button on https://hackage.haskell.org/package/smtp-mail/maintainers/

typetetris commented 5 months ago

@jhickner I was able to add @spencerjanssen as maintainer on hackage. But either I am too dumb to add him in the github repo as a maintainer or I can't. Could you please take a look?

ysangkok commented 5 months ago

@spencerjanssen Since the only change is in the cabal file (and not in the source), you can revise the existing uploaded package at: https://hackage.haskell.org/package/smtp-mail/maintain . That way, the Hackage database space is used more efficiently.

spencerjanssen commented 5 months ago

@typetetris thanks for adding me on Hackage!

I'd rather not make a metadata update that I can't also fix upstream. I'd also like to give the other open PRs some attention.

My suggestion is that we move this repo to another location, perhaps https://github.com/haskell-github-trust? Given that smtp-mail is largely in maintenance mode and the current maintainers have moved on I think this is the best course of action.

Unless I hear some disagreement by March 28, I plan to:

Cheers @jhickner @parsonsmatt @typetetris, and thanks for the code!

ysangkok commented 5 months ago

Seems like the library was forked to https://github.com/haskell-github-trust/smtp-mail and the new release is up: https://hackage.haskell.org/package/smtp-mail

Thanks Spencer!

typetetris commented 4 months ago

No further work will be presumably done in this repo.