go-gomail / gomail

The best way to send emails in Go.
MIT License
4.3k stars 570 forks source link

The maintainer is missing. #104

Open tommy3001 opened 6 years ago

tommy3001 commented 6 years ago

Where is Alexandre Cesaro? The chief of go-gomail.

ivy commented 6 years ago

Are there any active forks of gomail that anyone's aware of? If no one is able to reach @alexcesaro perhaps we can merge some of these pull requests somewhere else?

pedromorgan commented 6 years ago

@ivy Snag is that "go" needs the import path github.com/go-gomail/gomail`. Merging elsewhere will require changes to all the import paths.

Maybe @alexcesaro should add a couple of maintainers

ivy commented 6 years ago

@pedromorgan We might not have any other choice. It looks like @alexcesaro hasn't been active on GitHub since mid-2016:

screen shot 2017-12-05 at 15 20 55

I sent him an email to see what we can do.

ivy commented 6 years ago
screen shot 2017-12-05 at 15 31 38

Now what? 😕

pedromorgan commented 6 years ago

How about https://github.com/go-mail/gomail as new location.. ??

Need to add a few active members to the organisation, and change the imports

ivy commented 6 years ago

@pedromorgan Thanks for the org invite. Could you also turn on issue tracking? Also, if we rename the repo from "gomail" to just "mail" we can shorten the gopkg.in import to: gopkg.in/mail.v2

pedromorgan commented 6 years ago

@ivy The only snag with renaming to mail, is the namespace changes, and now I have to change imports and code. Prefer as gomail (and reading go.pkg docs)

ivy commented 6 years ago

If you're going to move to a fork, it isn't that big of a deal is it? Understood however.

ivy commented 6 years ago

I would add however that your import line could just as easily be:

import gomail "gopkg.in/mail.v2"
pedromorgan commented 6 years ago
import  "gopkg.in/go-mail/gomail.v2"

should work instead, see http://labix.org/gopkg.in#SupportedURLs

pedromorgan commented 6 years ago

@ivy have changed it back for now

I want to get some of the pull requests merged etc first, and then we should be able to break. Hope that's ok

pedromorgan commented 6 years ago

I am suprised @ivy https://github.com/go-gomail/gomail/issues/104

And then I added @ivy as an "owner" moving forward..

once i was away..

So now you have gone off onto your own planet... which is fine..

But good luck, keep up with the rest of us and this project is now exactly what the original problem was.

Irony

Good luck on your new independent maintainable fork,

pedromorgan commented 6 years ago

https://github.com/go-mail/mail/issues/16

ivy commented 6 years ago

Cross posting from go-mail#16:

@pedromorgan Thank you for coming forward to talk about this. I appreciate that you care about this project. However, as it stands, gomail has been essentially dormant for the last two years. So far, I’ve made good progress in tackling some of the small the issues, but there's still a lot of work to be done. Removing you from the team was a difficult decision, however it wasn’t without reason. In just a couple hours you managed to break backwards compatibility, ruin perfectly good documentation, and trashed continuous integration so that every build was testing against Go 1.7 only.

Yes, I renamed the package. No, I don't believe it breaks compatibility. I've asked you a few times now to explain your reasoning and I'd still like to hear your justification now.

I also want to be clear that I'm not taking your project away from you. It isn't yours. It's the community's and if you still want to be involved I'll be more than happy to continue working with you.

I respect your feelings, and I realize now that the situation could've been handled more considerately. I would also like you to know that this wasn't personal, and it wasn't done with malicious intent. This project has a lot of potential and I want it to have its best chance to survive.

Sincerely, Ivy

pedromorgan commented 6 years ago

https://github.com/go-mail/mail/issues/16

pedromorgan commented 6 years ago
- However, as it stands, gomail has been essentially dormant for the last two years. 
- So far, I’ve made good progress in tackling some of the small the issues
- but there's still a lot of work to be done. 
- Removing you from the team was a difficult decision
- because @pedromorgan broke things...WTF!!!

Whaw.. Is @ivy a droid ??

pedromorgan commented 6 years ago

https://github.com/go-mail/mail/issues/16

pedromorgan commented 6 years ago

https://github.com/go-mail/mail/issues/16

ghost commented 6 years ago

So who has taken over and what's the new url ?

ivy commented 6 years ago

@gedw99 Sorry for the confusion. I'm still continuing maintenance on gomail at go-mail/mail.

arundudeemmt commented 5 years ago

@ivy @pedromorgan i am using QOR (https://github.com/qor/qor) which uses https://github.com/go-gomail/gomail/ internally , so applied a fix for same under , do i submit same fix again or it can be picked/cherry-picked from there https://github.com/go-gomail/gomail/pull/123 ?

fredmenez commented 1 year ago

Maintainer has left this world, details in #182.