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: v1.0.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: v1.0.1
Choose a head ref
  • 6 commits
  • 18 files changed
  • 4 contributors

Commits on Aug 7, 2023

  1. add io.Reader interface for attachment content (#296)

    Can provide a significant optimization in memory usage when encoding
    large attachments - the attachment is stored only once (in the final
    message), instead of 3 times (part.Content, the base64 encoded buffer
    and the final message)
    erankor authored Aug 7, 2023
    Copy the full SHA
    151d2dc View commit details

Commits on Aug 9, 2023

  1. Remove deprecated packages (#298)

    * Remove archived `github.com/pkg/errors`
    * Remove deprecated `ioutil`
    * Small change for base64 corruption error check
    harryzcy authored Aug 9, 2023
    Copy the full SHA
    3c35f97 View commit details

Commits on Aug 15, 2023

  1. Copy the full SHA
    bb96b5a View commit details

Commits on Aug 22, 2023

  1. MIMEHeader: use Go's net/textproto for public interface (#297)

    * MIMEHeader: use Go's net/textproto for public interface
    
    * Use `textproto` prefix for the stdlib package where applicable
    
    * Use inttp prefix in detect.go
    jhillyerd authored Aug 22, 2023
    Copy the full SHA
    17d8c7d View commit details

Commits on Sep 1, 2023

  1. build(deps): bump gopkg.in/yaml.v3 from 3.0.0-20200313102051-9f266ea9…

    …e77c to 3.0.0 (#301)
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 1, 2023
    Copy the full SHA
    9dae3c8 View commit details

Commits on Sep 11, 2023

  1. Copy the full SHA
    6241177 View commit details
Loading