go-imap icon indicating copy to clipboard operation
go-imap copied to clipboard

imapclient: add Dial() for unencrypted connections

Open bitfehler opened this issue 6 months ago • 2 comments

I mean, I certainly don't insist that this method should exist, but something gave me the impression you might think so :wink:

bitfehler avatar Feb 21 '24 21:02 bitfehler

Ah, right! I was holding off on this one because I prefer unencrypted connections to be explicit, but maybe I'm worrying too much and should just go with the flow of the rest of the Go ecosystem…

emersion avatar Feb 22 '24 10:02 emersion

As I said, it's up to you. I can make the comment more explicit, or change the name to DialInsecure() or whatnot, or we can close this and I modify your tokidoki-patch to use New() directly.

bitfehler avatar Feb 23 '24 10:02 bitfehler

Alright, sounds reasonable to me to rename to DialInsecure!

emersion avatar Mar 28 '24 21:03 emersion

Exquisite choice! :clinking_glasses: :wink:

bitfehler avatar Mar 28 '24 22:03 bitfehler