Skip to content
Permalink

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: jhillyerd/enmime
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.11.0
Choose a base ref
...
head repository: jhillyerd/enmime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.11.1
Choose a head ref
  • 3 commits
  • 26 files changed
  • 3 contributors

Commits on Mar 9, 2023

  1. Configuration menu
    Copy the full SHA
    87c0655 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Maintain an internal copy of net/textproto with few fixes for email h…

    …eader (#283)
    
    * Copy net/textproto from Golang git repo.
    
    * New method: ReadEmailMIMEHeader.
    New functions: readEmailMIMEHeader, CanonicalEmailMIMEHeaderKey, validEmailHeaderFieldByte, canonicalEmailMIMEHeaderKey.
    
    * Add file textproto/reader_email.go
    
    * Remove duplicate validHeaderFieldByte.
    Use CanonicalEmailMIMEHeaderKey instead of CanonicalMIMEHeaderKey in MIMEHeader methods.
    
    * Add missing internal package in test files.
    
    * Drop Go v1.16.x support in GitHub Action.
    
    * Replace `bytes.Clone()` to support Go v1.18.
    
    * Recover function canonicalEmailMIMEHeaderKey.
    
    ---------
    
    Co-authored-by: ly020044 <ly020044@gmail.com>
    iredmail and ly020044 authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    340151c View commit details
    Browse the repository at this point in the history
  2. Fix lint errors introduced by textproto import (#285)

    * textproto: Add comments to make go vet pass
    
    * textproto: fix errcheck lint errors from imported files
    jhillyerd authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    67b5cbe View commit details
    Browse the repository at this point in the history
Loading