-
Notifications
You must be signed in to change notification settings - Fork 244
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: emersion/go-smtp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.21.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: emersion/go-smtp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.24.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 14 commits
- 14 files changed
- 6 contributors
Commits on May 7, 2024
-
The usefulness of this package is questionable: it should be pretty trivial for a library user to wrap a backend instead of using this.
Configuration menu - View commit details
-
Copy full SHA for 4b01242 - Browse repository at this point
Copy the full SHA 4b01242View commit details
Commits on May 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 75e52af - Browse repository at this point
Copy the full SHA 75e52afView commit details -
Configuration menu - View commit details
-
Copy full SHA for b63eede - Browse repository at this point
Copy the full SHA b63eedeView commit details
Commits on Jul 13, 2024
-
The GitHub UI already displays that information.
Configuration menu - View commit details
-
Copy full SHA for 274020d - Browse repository at this point
Copy the full SHA 274020dView commit details
Commits on Sep 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e764d71 - Browse repository at this point
Copy the full SHA e764d71View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6c3019 - Browse repository at this point
Copy the full SHA c6c3019View commit details
Commits on Mar 16, 2025
-
Add checking for auth to Server example
This was originally added to the README.md in 9e949e0, but was lost when the examples were removed from there. Re-add it so that it's clearer that this library doesn't enforce authentication by default.
Configuration menu - View commit details
-
Copy full SHA for 8a5b093 - Browse repository at this point
Copy the full SHA 8a5b093View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7d48ab - Browse repository at this point
Copy the full SHA b7d48abView commit details
Commits on Mar 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e2dbc50 - Browse repository at this point
Copy the full SHA e2dbc50View commit details
Commits on Apr 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f9e8d24 - Browse repository at this point
Copy the full SHA f9e8d24View commit details
Commits on Apr 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 495c409 - Browse repository at this point
Copy the full SHA 495c409View commit details
Commits on Jun 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 54dd31d - Browse repository at this point
Copy the full SHA 54dd31dView commit details
Commits on Jul 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6944e33 - Browse repository at this point
Copy the full SHA 6944e33View commit details
Commits on Jul 8, 2025
-
Remove superfluous validateLine() calls in sendMail()
Client.SendMail() already calls validateLine() via Client.Mail() and Client.Rcpt(), so there is no need to have these checks in sendMail(). Having these checks don't hurt as such, but looking at just the sendMail() function it's not obvious whether these checks are needed if you want to implement your own SendMail()-type function. With this change, you can copy/paste sendMail(), add the smtp. package selector, and modify as needed. Also removes a superfluous nil check as a bonus.
Configuration menu - View commit details
-
Copy full SHA for ab24fe7 - Browse repository at this point
Copy the full SHA ab24fe7View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.21.2...v0.24.0